DayWalker Posted November 17, 2003 Posted November 17, 2003 I have deployed a windows app to a Windows 98 second edition machine. All the necessary updates have been loaded(MDAC2.7, IE6, DotnetFrameworkv1.1). It installs fine but when you click on the exe it gives me a error saying "This program has preformed a illegal operation and will be shut down".This app works fine on 200 and xp. And according to Microsoft should work on 98 as well. Any help would be GREATLY appreciated. Quote
AlexCode Posted November 17, 2003 Posted November 17, 2003 Does your code refer to any unmanaged method? Quote Software bugs are impossible to detect by anybody except the end user.
DayWalker Posted November 18, 2003 Author Posted November 18, 2003 No not at all. I found the problem though i have a form that loads ontop of the main form at startup. For some reason Win98 did not like this piece of code i put in : Form1.TopMost = True After i commented that out it worked fine?? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.