M
Marcus
I need a list of the most common CLR's out on the market today.
I want to distribute my software which is compiled in VS2003 (c# code).
In my setup project I list all the runtimes that I know of which my
application will target.
Since my application is compiled with VS2003 it targets CLR 1.1.4322. I
also want it to target all versions (or a whole bunch anyway) that has
been released before and after 1.1.4322.
My application as of today targets the following CLRs:
1.0.3705; 1.1.4322; 2.0.50727
These 3 seems to be used widely (since I have not come across any
else).
I searched the Internet for a site that presents a more complete list
of common CLR's, but have not found such a list.
Can anyone help me out making my application work on more customers
PC's without hazzle, by naming som common CLR's?
thanks.
I want to distribute my software which is compiled in VS2003 (c# code).
In my setup project I list all the runtimes that I know of which my
application will target.
Since my application is compiled with VS2003 it targets CLR 1.1.4322. I
also want it to target all versions (or a whole bunch anyway) that has
been released before and after 1.1.4322.
My application as of today targets the following CLRs:
1.0.3705; 1.1.4322; 2.0.50727
These 3 seems to be used widely (since I have not come across any
else).
I searched the Internet for a site that presents a more complete list
of common CLR's, but have not found such a list.
Can anyone help me out making my application work on more customers
PC's without hazzle, by naming som common CLR's?
thanks.