winforms - C# - generate DLL linked in console App -
i have 2 c# applications
- testapp console app call method decrypt included in appcrypt
- appcrypt contains method , needs log (write on file)
so far can modify testapp , saw result on console goal edit code of appcrypt
i using vs both.
question 1) cannot find written place link dll of appcrypt
question 2) can build appcrypt cannot generate new dll because getting message
i found on so should add project console app or winform need use function without having proper app dont know if case.
i have built dll not seems linked in console app testapp, how can verify linked?
you getting error cause have set class library project startup project
in solution. whereas should set console app start up.
how set project startup
: right click on project name , context menu select set startup project
Comments
Post a Comment