dll - Run framework 4.0 application without installing on client machine -



dll - Run framework 4.0 application without installing on client machine -

is there way run windows application in client machine without installing .net framework 4.0? seek set "copy local" true on dll's doesn't work.

thanks!

.net 4.0 new version of clr, there isn't binary compatibility between assemblies compiles 4.0 vs. 3.5 , 2.0.

in case of 3.5, re-create local because same clr 2.0...but alas, not 4.0.

dll frameworks .net-4.0

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

ios - Fragment Shader GLSL for texture, color and texture/color -

c# - Why IEnumerable becomes empty after adding elements to a collection? -