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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -