cfisher440
Well-known member
- Joined
- Oct 11, 2005
- Messages
- 73
- Programming Experience
- 1-3
I'm using VS 2003. I'm using the copy project command to copy my project to the server. When I go to do this it copies over everything just fine except for the .pdb file. I recieve the error message
"Unable to add 'c:\Inetpub\wwwroot\ops\WAITR\bin\WAITR.pdb' to the project. Service Unavailable
Now that the program is copied to the server, it won't connect to the database (and I made sure to change the connection string to point to the db at it's new location on the server). I get the error message
System.Data.OleDb.OleDbException: Unspecified error at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) at System.Data.OleDb.OleDbConnection.InitializeProvider() at System.Data.OleDb.OleDbConnection.Open() at WAITR.SignIn.Page_Load(Object sender, EventArgs e)
I AM able to run the program locally (from my machine) connecting to the database on that server and it works just fine.
Any help would be appreciated.
"Unable to add 'c:\Inetpub\wwwroot\ops\WAITR\bin\WAITR.pdb' to the project. Service Unavailable
Now that the program is copied to the server, it won't connect to the database (and I made sure to change the connection string to point to the db at it's new location on the server). I get the error message
System.Data.OleDb.OleDbException: Unspecified error at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) at System.Data.OleDb.OleDbConnection.InitializeProvider() at System.Data.OleDb.OleDbConnection.Open() at WAITR.SignIn.Page_Load(Object sender, EventArgs e)
I AM able to run the program locally (from my machine) connecting to the database on that server and it works just fine.
Any help would be appreciated.