Quote:
|
Originally Posted by Silent
Hey all 
I've made a prog in VB.Net and am having a weird issue running it, i think the problem could be to do with .Net Framework 2.0
The program, when run from a CD fails to initialze properly according to windows. This only happens on a Windows XP Fresh build, no .net framework 2.0
I think its because the machine doesnt have .net framework 2.0, so, is there anyway of making the program compatible with machines that don't have this?
Any help / Suggestions welcome. Thanks alot
|
You can go through your program, and see what classes and methods it's using, and check the documentation to see what the required framework version is for those functions. If it's 2.0, post the offending sub/function/code snippet, along with its intended purpose, and we can probably help you rewrite it.