c# - Visual Studio - cannot run any projects: application was unable to start correctly (0xc0000142) -


  • windows 10 x64
  • visual studio 2012 x32
  • .net framework 3.5 , 4.6

i cannot run/debug/f5 projects in visual studio. have tried nopcommerce, blogenginedotnet, file->new website, etc. first getting error .net 4.5 , .net 4.0 not being registered, installed fix microsoft (https://support.microsoft.com/en-us/kb/3002339) resolved issue.

now, everytime try f5 error below.

enter image description here

i've searched until ready beat head against desk. found lot of posts few years ago saying use dependency walker see if pre reqs fail, dependency walker says windows 8.

uninstall visual studio 2012 x32 , install new visual studio 2012 x64 because os 64 bit

above code helps make working.


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -