Application not running...

hi...

We are trying to run our application's .exe in the system which is not having c#(.NET framework) installed. But its showing error "mscorees.dll file not found." So how i can run my application on my system which is not having .NET framework installed on my system...

Thanks,

Vinay



Answer this question

Application not running...

  • JimIngleton

    you cant. you NEED to have the appropriate .NET Framework installed on the system otherwise you cannot run the .NET developed application.

  • Application not running...