DataLink Properties in Win2k3 server ?

  • Thread starter Thread starter WJ
  • Start date Start date
W

WJ

ADO.Net Experts,

I have a WinForm database app developed in my XP box, works great. When
deployed to Win2k3 server (standard), it gave an AV on invoking the "ADO"
Data Link Propertie dialog. My Win2k box has MDAC 2.8, everything on this
box is lattest & greatest.

I deployed the following files to my W2k3 box:

1. MyApp.exe
2. "Interop.MSDASC.dll" (written at the time I added Reference to ADODB &
MSDASC libs. in my Project - Also MDAC 2.8 installed on my XP). The program
works fine everywhere, as soon as I click to open the Data Link Properties
dialog, it AVed...

Is there a need to have a different ADO lib on the Win2k3 server ?

Thanks

John
 
Sounds a bit like code access security problems to me. Are you accessing it
as a local file or on a shared drive? Have you checked code access policy in
relation to it?

HTH,
 
I am running the app inside my w2k3 server as any other apps. It executes
fine, just the ADO Datalink broke. This indicates that CAS is not an issue
since the code is local to the server.

John
 
Back
Top