K
K
Konstantin Teploukhov2020-11-12 21:59:40
C++ / C#
Konstantin Teploukhov, 2020-11-12 21:59:40

Updated MVS, the project is built with the library, how to fix it?

Updated from mvs2010 to mvs2019
The usual wine forms project is assembled into a dll and next to it is a strange exe file weighing 100+ kb, what is it and how to return the assembly to 1 executable file without libraries?
I understand this because of the net core of something there

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Ananiev, 2020-11-12
@SaNNy32

Build .net framework assembly, not .net core

V
Vasily Bannikov, 2020-11-13
@vabka

1. Show csproj
2. dotnet publish -c Release -r win-x64 -f net5.0
3. It’s worth showing which files are next to it

K
Konstantin Teploukhov, 2020-11-15
@blood-moon

Guys, the issue was resolved by a banal reinstallation of the studio. Looks like it's just a bug

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question