0
votes
Run time error in ASP.Net 1.1
Two thoughts...
Is the Interop.MSDASC dll in your web apps bin folder? Is the com components that this interop library uses installed on this machine?
Are there any funky things going …
1
vote
Trouble deploying code written on VS2008 to server running .NET Framework 2.0
If you're using features from the 3.5 framework, then you'll have to deploy to a 3.5 machine.
Most information you'd probably need for this issue is in the question and answers here:
…
