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 -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -