c# 2.0 - C# application .Net 2.0 Couldn't run in Windows XP -


i built .net 2.0 application windows xp made in windows 7.

the application contains mysql.data connection , crystalreport. when try run on windows xp, application not run, giving error message of:

the application failed initialize (0xc000007b).

i tried rebuild application in windows xp, when rebuilt , ran in visual studio, following error occurs:

could not load file or assembly or 1 of dependencies. module expected contain assembly manifest.

how can fix this?

please try following:

1.uninstall .net framework 3.5 add/remove programs (in control panel) on windows xp or programs , features on windows vista/windows 7.

even if uninstall fails, go on step 2.

2.after framework 3.5 has been uninstalled or if failed, download , run .net framework removal tool.

here's link aaron stebner's framework removal tool on windows live skydrive:

http://cid-27e6a35d1a492af7.skydrive.live.com/self.aspx/blog_tools/dotnetfx_cleanup_tool.zip?wa=wsignin1.0&sa=17797669

aaron stebner microsoft employee. tool he's developed linked on page , makes easy work of cleaning damaged .net frameworks system can reinstalled. when run tool, choose .net framework 3.5 list , choose cleanup. after done, reinstall .net framework 3.5 design 3 needs running expression design 3 setup package again. detect .net framework 3.5 missing , reinstall you. after that's done, try running design 3 again.

3.if still fails resolve problem, go start, run , type cmd run command prompt. type chkdsk /r , hit enter. hit letter y , restart machine. allow machine check disk scan. after done , goes windows, try expression design again. more information here


Comments

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -