OleDbException

Phreak

Regular
Joined
Jun 7, 2002
Messages
62
Location
Iowa, United States
Not sure if this should go under Deployment or not, but here's the deal. I just built my solution and when I run the .EXE on my system that I developed it on, everything works fine. However, when I move it to the 'test' system, I get an OleDbException when the OleDbDataAdapter tries to fill the dataset.

Like I said, it works fine on the dev machine, but fails on the test machine. The test machine has the .NET framework and .NET framework SP2 on it. Am I missing a DLL file or something? Any ideas?
 
Back
Top