Greetings
I have Cassia incorporated into my application and I am able to remotely manage terminal server sessions. All is well but I'd like to get help with warnings in the Error List tab after builds.
I have 41 warnings, all referring to conflicts between Cassia.dll and Cassia LazyLoadedProperty.cs.
Here is the first...:
Warning 1 The type 'Cassia.Impl.PropertyLoader<T>' in 'c:\Users\J.Bonnell\Documents\Visual Studio 2012\Projects\VeegerAD\LazyLoadedProperty.cs' conflicts with the imported type 'Cassia.Impl.PropertyLoader<T>' in 'c:\Users\J.Bonnell\Documents\Visual Studio 2012\Cassia Terminal Server Library\Cassia-2.0.0.60\Bin\Cassia.dll'. Using the type defined in 'c:\Users\J.Bonnell\Documents\Visual Studio 2012\Projects\VeegerAD\LazyLoadedProperty.cs'. C:\Users\J.Bonnell\Documents\Visual Studio 2012\Projects\VeegerAD\LazyLoadedProperty.cs 11 26 VeegerAD
...And here is the last:
Warning 41 The type 'Cassia.Impl.WTS_INFO_CLASS' in 'c:\Users\J.Bonnell\Documents\Visual Studio 2012\Projects\VeegerAD\WTS_INFO_CLASS.cs' conflicts with the imported type 'Cassia.Impl.WTS_INFO_CLASS' in 'c:\Users\J.Bonnell\Documents\Visual Studio 2012\Cassia Terminal Server Library\Cassia-2.0.0.60\Bin\Cassia.dll'. Using the type defined in 'c:\Users\J.Bonnell\Documents\Visual Studio 2012\Projects\VeegerAD\WTS_INFO_CLASS.cs'. C:\Users\J.Bonnell\Documents\Visual Studio 2012\Projects\VeegerAD\TerminalServicesSession.cs 260 90 VeegerAD
What have I done wrong?
TIA
J