Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Posted

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:

Never trouble another for what you can do for yourself.
Posted

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:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...