Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
VB .net application in windows98\
Name: AbdulAhad Date: July 28, 2003 at 10:27:05 Pacific OS: 98 CPU/Ram: 900/256
Comment:
I have developed a program in vb .net and want to run the application in win98. after installing dotnetfx.exe file and then extracting setup in win98, it gives an exception at the strat of the program. exception is about microsoft database drivers.it asks that you have previous versions of that database drivers, upgrade them. what should i do , is there is any way that we can run our .net application in win98 environment. and second when i install this application in winxp it gives exception on when to view the crystal reports. how can i solve this. waiting for your reply
Summary: I'm not a VB.net expert, but you have to run your application inside the batch the same way you would start it from the command prompt. Be aware that a batch executes the apps sequentially, i.e. it do...
Summary: Is that possible to deploy a vb.net windows application with the backend of sql server 2000 with only msde provied by .net(sql server 2000 not installed on the server machine). ...
Summary: I just completed a stand-alone VB.NET application that I wish to create an installer for. My program has two dependency files, one is a .dll and the other is a .xml. The files need to be in the work...