Hello to everyone. I have a .exe which uses the Server Management Objects(SMO)
When I try it on my pc it runs without any problem. But on another pc it gives this error:
Could not load file or assembly 'Microsoft.SqlServer.Smo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
or one of its dependencies. The system cannot find the file specified.
I'm using SQL Server 2000 and for the application: Visual Studio 2005.
Any idea would be very useful!! Thanks in advance!!
View Complete Post