Comments
2 comments
-
Hi Dan,
You'll have to use an alias when referring to the version of System.Threading.dll from the Comparison SDK. Right click the reference in Visual Studio and in Aliases, change it from global to something else, say threading for example. In your code you can then use .NET framework threading types as normal.
See this Stack Overflow post for more info - http://stackoverflow.com/questions/2866 ... l-studio-8
Does that help? -
Yes, the alias did the trick. Thanks a lot for your help!
Add comment
Please sign in to leave a comment.
The type 'System.Collections.Concurrent.ConcurrentQueue<T>' exists in both 'c:Program Files (x86)Reference AssembliesMicrosoftFramework.NETFrameworkv4.5mscorlib.dll' and 'C:Program Files (x86)Red GateSQL Comparison SDK 11AssembliesSQL CompareSystem.Threading.dll'
Thanks,
Dan