Facing problem with DLLs
Sandeep
Posts: 4
Hi,
I have a requirement for which I need a C# program which will create a schema of differences between two databases. I referred the worked examples available. All the coding I need is available, but when I try to build the program in Visual Studio I get below error:
Error 1 Exception occurred creating type 'RedGate.SQLCompare.Engine.Database, RedGate.SQLCompare.Engine, Version=10.2.1.9, Culture=neutral, PublicKeyToken=7f465a1c156d4d57' System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Program Files\Red Gate\SQL Source Control 3\RedGate.Licensing.Client.UI.dll' or one of its dependencies. The system cannot find the file specified. C:\Documents and Settings\..\My Documents\Visual Studio 2008\Projects\ConsoleApplication1\ConsoleApplication1\licenses.licx 1 ConsoleApplication1
I have a requirement for which I need a C# program which will create a schema of differences between two databases. I referred the worked examples available. All the coding I need is available, but when I try to build the program in Visual Studio I get below error:
Error 1 Exception occurred creating type 'RedGate.SQLCompare.Engine.Database, RedGate.SQLCompare.Engine, Version=10.2.1.9, Culture=neutral, PublicKeyToken=7f465a1c156d4d57' System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Program Files\Red Gate\SQL Source Control 3\RedGate.Licensing.Client.UI.dll' or one of its dependencies. The system cannot find the file specified. C:\Documents and Settings\..\My Documents\Visual Studio 2008\Projects\ConsoleApplication1\ConsoleApplication1\licenses.licx 1 ConsoleApplication1