I have a Visual Basic .NET program that runs ok on Windows XP. However, the
application gives me the following error on Windows 98;
Application has generated an exception that could not be handled.
I have loaded .Net framework 1.1 and MDAC 2.8 on Windows 98
Jay Tanner - 18 Sep 2005 16:14 GMT
You could use dependency walker to determine whether your program
dependes on DLLs that are not installed on the W98 box.
> I have a Visual Basic .NET program that runs ok on Windows XP. However, the
> application gives me the following error on Windows 98;
> Application has generated an exception that could not be handled.
>
> I have loaded .Net framework 1.1 and MDAC 2.8 on Windows 98