-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Nothing happen when run sample console app (Windows 7 HOME edition) #421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Try setting |
Also, what OS are you running on? |
I'm using windows 7 SP1 Home. |
in the command prompt |
Yes I'm running .NET 4.5. |
Please tell me the possible way there I can able to resolve this issue. |
It might just be a bug you can't work around. Post the results of running with tracing on: |
|
One more question: what DNX version are you using? |
1 Yes I have installed .NET 4.5.1
3 I didn’t tried with CoreCLR. Can you assist me how I can do with this? |
Sure, here is how to get the app running on CoreCLR:
But, before you do that, what is the exit code from the app? In command prompt, you can get it with |
It showing me |
@raviprajapat Do you have all the Windows Update installed? And also do you have VC++ redistribution installed? |
@troydai Yes I have installed VC++ redistribution 2012 in my PC. My pc also has Visual Studio 2013 ultimate version which means all recently frameworks 4.5.1 is installed as well. Today I also installed the framework 4.5.2. |
@raviprajapat can you check your event log? |
Ravi, can you please do this:
|
@troydai which event log? Are you talking about system event log? |
Yes, I am. Looking for error/warning registered under dnx. |
@victorhurdugaci On attached debugger VS debug output message |
Nothing I found regarding dnx event logs. |
It strange for me when I did same thing on Win7 Professional SP1 which has installed framework 4.5.1 with VS 2013 it successfully run sample Console App using Aspnet 5. |
/cc @victorhurdugaci @davidfowl @danroth27 @raviprajapat Thank you for letting us know. We indeed are not aware of this particular issue on Windows 7 Home. |
Update jquery-validation-unobtrusive (#421)
Revert "Update jquery-validation-unobtrusive (#421)"
This reverts commit ac9adda.
I follow the all procedural regarding installing DNX and it shows me successfully installed the .net execution environment.
When I going to run the sample console app using command nothing is happen. see the screenshots.
The text was updated successfully, but these errors were encountered: