Answer the question
In order to leave comments, you need to log in
How to make a VS 2015 project run on another PC without VS?
I compiled a project with # on x86 release. It works on my PC with VS 2015 and on my laptop with VS 2013, but when I run it on another PC where there is no VS, it does not plow. I did not set the /MT runtime library, I looked through everything and did not find where to put it, I overlooked it. How can I run a project without VS?
.net 4.5.2 is on a laptop, I wrote on it.
Answer the question
In order to leave comments, you need to log in
/MT is only for C++, for C# you only need the .NET Framework of the required version, if you haven't connected other libraries yourself.
If "on another PC" is win xp - I have bad news for you. Screenshot is not informative - collapsed and collapsed. Are there logs or what do they write in the specified xml?
Explore the issue of application distribution. Go ahead, copy the files from the "release" folder, and that's it, right? In your case, it looks like the computer is missing the NET Framework.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question