Portable .Net Framework
-
is there a way of making .net framework portable?
-
is there a way of making .net framework portable?
What do you mean by "portable"?
Dave Kreskowiak Microsoft MVP - Visual Basic
-
is there a way of making .net framework portable?
The answer is probably, no. If you can explain what you mean, then I'd be happy to say no with more force :-)
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
The answer is probably, no. If you can explain what you mean, then I'd be happy to say no with more force :-)
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
:laugh:
Dave Kreskowiak Microsoft MVP - Visual Basic
-
The answer is probably, no. If you can explain what you mean, then I'd be happy to say no with more force :-)
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
I mean that you could have an application on a memory stick, plug it in and access a .net framework application without .net framework installed.
-
I mean that you could have an application on a memory stick, plug it in and access a .net framework application without .net framework installed.
Nope. The .NET Framework MUST be installed to use an application that is based on it, meaning everything written in C#, VB.NET, or any other managed-code language targeting the .NET Framework.
Dave Kreskowiak Microsoft MVP - Visual Basic