triplemaya
Member
- Joined
- Aug 27, 2006
- Messages
- 15
- Programming Experience
- Beginner
I am making a simple application in visual studio .net 2005 express. It runs fine on my computer. However, when I go to use it on another computer, it doesn't work. It demands .net version 2.0.50727. I have tried it on a computer with .net 2.0, but this is no good. The application itself only needs .net, any version 1.1, 2.0, whatever.
When it was compiled with an earlier verion of visual studio this was not a problem, it ran with any version of .net. I want to make this software available on the internet, and I don't want it to be tied to a specific version of .net, because that is going to upset and confuse potential users.
In the project properties under references visual studio lists 5 dependencies, each one of which specifically names V2.0.50727 in the path, so I assume that this is what is causing the problem. However, I can find no way to change this. Please could someone tell me how to make visual studio produce an exe which will work with any version of .net. Many thanks.
When it was compiled with an earlier verion of visual studio this was not a problem, it ran with any version of .net. I want to make this software available on the internet, and I don't want it to be tied to a specific version of .net, because that is going to upset and confuse potential users.
In the project properties under references visual studio lists 5 dependencies, each one of which specifically names V2.0.50727 in the path, so I assume that this is what is causing the problem. However, I can find no way to change this. Please could someone tell me how to make visual studio produce an exe which will work with any version of .net. Many thanks.