Wrox Home  
Search P2P Archive for: Go

  Return to Index  

ado_dotnet thread: Deploying VB.Net to Win9.x Issue


Message #1 by "Michael Dumais" <mike.dumais@d...> on Mon, 25 Nov 2002 23:31:46
I have been experimenting with deploying an application which accesses an 
Access database.  I have updated Win98 and WinMe OS's with dotnetfx, MDAC 
2.6sp2, and jet40sp3.  I also tried MDAC 2.7 with and without jet40sp3.  
The application installs fine (meaning no messages to dll's that are not 
found)using all of the above OS updates. However, when I ask the 
application to fill a dataset, the application does not respond.  When I 
go into the task manager, the application indicates not responding.  

Any suggestions?

Thanks in advance

Mike
Message #2 by Richard Ainsley <rainsley@p...> on Mon, 25 Nov 2002 16:20:56 -0800
The fiirst thought that comes toi mind uis the app is waiting on a
connection to open.  If you have hand coded connection strings which you
hope to override with information in the config file, be warned that you
must delete the hard coded connection strings....

----- Original Message -----
From: "Michael Dumais" <mike.dumais@d...>
To: "ADO.NET" <ado_dotnet@p...>
Sent: Monday, November 25, 2002 11:31 PM
Subject: [ado_dotnet] Deploying VB.Net to Win9.x Issue


> I have been experimenting with deploying an application which accesses an
> Access database.  I have updated Win98 and WinMe OS's with dotnetfx, MDAC
> 2.6sp2, and jet40sp3.  I also tried MDAC 2.7 with and without jet40sp3.
> The application installs fine (meaning no messages to dll's that are not
> found)using all of the above OS updates. However, when I ask the
> application to fill a dataset, the application does not respond.  When I
> go into the task manager, the application indicates not responding.
>
> Any suggestions?
>
> Thanks in advance
>
> Mike


  Return to Index