View Single Post
Old Dec 11th, 2005, 11:01 PM   #2
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,033
Rep Power: 5 lectricpharaoh will become famous soon enough
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.
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot.
- Vaarsuvius, Order of the Stick
lectricpharaoh is offline   Reply With Quote