Re: collegare ad una dll un programma console con C#

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



A console application must be an exe. You either need to recompile your
assembly as a console exe (see project properties), or build a shell exe
that references the dll and calls some functionality in the library.
Apologies if I haven't understood correctly, but this group is in English;
there is a separate microsoft.public.it.dotnet.csharp (although, looking, I
see you have cross-posted there too)...

Marc


.



Relevant Pages

  • Re: Spawning console EXE from Windows Service
    ... I found that the path used by the service to invoke the EXE in the subprocess contained a SHARE. ... I think the basic question is still of value though: How do you diagnose these kinds of errors? ... > Of course the VB.NET console EXE runs fine in the IDE. ... My first Try-Catch in MAIN is never reached. ...
    (microsoft.public.dotnet.security)
  • Re: Howto hide a console app window and dont show it in the taskbar
    ... At the start of this file is the header, which has some flags to tell the OS what to do with it. ... So basically - when you compile, it sets this flag depending on whether you have chosen your project as a windows exe or a console exe. ...
    (microsoft.public.dotnet.framework)
  • Re: Instaling an Application
    ... Try going to the project properties and just building an MSI file to run - ... you see it as soon as you run the exe (by which I assume you mean the exe ... Definitive Guide to Windows Installer ...
    (microsoft.public.dotnet.framework.setup)
  • Re: Instaling an Application
    ... As soon as I try to run the exe a dialog pops up indcating the ... exception error and asks what debugger I would like to use. ... > Try going to the project properties and just building an MSI file to run - ... > Definitive Guide to Windows Installer ...
    (microsoft.public.dotnet.framework.setup)
  • Re: Use symbol server to find executables?
    ... > against a mini-dump it says that the EXE does not contain any symbols. ... Any ideas on how to tell VS to search my symbol server for the ... Project properties | Configuration Properties | Debugging | Command Arguments ...
    (microsoft.public.vc.debugger)