Forcing use of a particular version of the runtime?

K

Keith

Hello,

I recall that this is possible but I can't find any docs on it.
Specifically, I want to force an assembly to use a particular version ofthe
..NET runtime. I believe this is possible by using properties in the
AssemblyInfo.cs file but the documentation on this is a bit lacking IMO.

Could someone point me in the right direction or provide an example?

Thanks!

Keith
 
T

Tom Porterfield

Keith said:
Hello,

I recall that this is possible but I can't find any docs on it.
Specifically, I want to force an assembly to use a particular version ofthe
.NET runtime. I believe this is possible by using properties in the
AssemblyInfo.cs file but the documentation on this is a bit lacking IMO.

Could someone point me in the right direction or provide an example?

You can specify the supported runtime for an application in its config
file. See http://msdn2.microsoft.com/en-us/library/9w519wzk.aspx for
documentation on how to do that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top