I am trying to deploy a webiste on my webserver. I developed the website on my local machine, using AJAX and it also links to our local sql 2000 server, which does not run n the webserver.
I am getting this error message
Parser Error Message: Could not load file or assembly 'Microsoft.SqlServer.ConnectionInfo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
I believe its to do with that the webserver does not have the SMO library files - but i can not find them to download from microsoft, or another solution would be to install sql express.
I was wondering if someone else had got this error a new a fix for it.
Many thanks in advance.
I am getting this error message
Parser Error Message: Could not load file or assembly 'Microsoft.SqlServer.ConnectionInfo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
I believe its to do with that the webserver does not have the SMO library files - but i can not find them to download from microsoft, or another solution would be to install sql express.
I was wondering if someone else had got this error a new a fix for it.
Many thanks in advance.