winforms - C# - generate DLL linked in console App -


i have 2 c# applications

  1. testapp console app call method decrypt included in appcrypt
  2. 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

enter image description here

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

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -