Search:

Type: Posts; User: Coding

Search: Search took 0.01 seconds.

  1. Yes you are right, I did some kind of mistake by...

    Yes you are right, I did some kind of mistake by forgetting to take "Build Solution" F6 and not only F5. When doing that the new changes
    was also made to the .exe file itself. So I think it is...
  2. This is the code I have in the application. It...

    This is the code I have in the application. It only runs when debugging with F5, but not when doubleclick the .exe file in the release folder?


    using System;
    using System.Collections.Generic;...
  3. Console application works when "F5" the page but not when clicking "ConsoleApp.exe"

    Hi,

    I have created a console application with a little code that creates a file.
    The code works fine when debugging with F5 but when I try to execute the file by doubleclick it, nothing happens:...
Results 1 to 3 of 3