I am certain I have a reference set incorrectly somewhere. My local machine version runs a Visual Studio 2010 Project using an Access Database and SQL Server 2008 EXPRESS R2 version. Everything works locally- just great. Super duper. no problems.
I have deployment package settings set to 3.5 because my web host provider is behind the times and runs 2.0. with SQL server 2005.
When I copy the local machine version's bin to the web host provider (live site). The pages work for about 3 or 4 click throughs. At which point I throw an acception on the Access database connection string that references a file on my LOCAL machine.
So far, I have cleaned my local solution. Deleted any files that contain a reference to my local machine....most all of which were in the bin.
I suspect, that the DLL is running scripts that are writing the local machine reference...but I sure can't find them.
Any help?
Please help!