
trying to make a CRUD application but this happens when trying to make the form
how do I resolve this?

trying to make a CRUD application but this happens when trying to make the form
how do I resolve this?
According to Output window, "1 failed", therefore there are some errors, which can be viewed in Error List window.
In addition, it is not clear why a DLL file is started instead of EXE.
Hi @JanTupas-3264 ,
It seems to me that there is nothing wrong with your code. Did you create a DLL project? About how to create a C++/CLR project in Visual Studio I suggest you to read this document carefully, I believe this can solve your problem.
Best regards,
Elya
7 people are following this question.