A
A
Artem2016-08-03 17:51:59
C++ / C#
Artem, 2016-08-03 17:51:59

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.
92b81608c03e420e9d2ae5148bd5e997.jpg

Answer the question

In order to leave comments, you need to log in

4 answer(s)
R
Rou1997, 2016-08-03
@Rou1997

/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.

G
GavriKos, 2016-08-03
@GavriKos

What does "does not plow" mean? What are the mistakes?

D
Dmitry Kovalsky, 2016-08-03
@dmitryKovalskiy

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?

D
Denis Fedorets, 2016-08-06
@fedorez

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 question

Ask a Question

731 491 924 answers to any question