Illusion Posted August 11, 2007 Posted August 11, 2007 Hi, I wondered if anyone can help me.. How do I find the dotnet version that the user is running? so for example.. If idotnet = 1 then msgbox("You are running dotnet version " + idotnet) else msgbox("Program doesn't support your dotnet version!") end if Thanks Illusion. Quote
MrPaul Posted August 11, 2007 Posted August 11, 2007 System.Environment.Version System.Environment.Version Bear in mind that if the user does not have the required version of the framework that your application was built with, the application may not start at all. Good luck :cool: Quote Never trouble another for what you can do for yourself.
Illusion Posted August 11, 2007 Author Posted August 11, 2007 Hi, ah thanks :) it was more along the lines, in 1.0 dotnet the zip lib I was using works fine.. but in 2.0 dotnet they fixed something which messes up my program but is a bit different.. so had to check which code to use... lots of problems .. lol :) Thanks again Illusion. :cool: 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.