1

I was unable to start debugging of web server or attach to process due of error:

The address is not valid for this context.

Most similar question I found is for another error and doesn't provide correct answer.

Community
  • 1
  • 1
Mike Keskinov
  • 11,614
  • 6
  • 59
  • 87

2 Answers2

2

I figure out that I need to Enable 32-Bit Applications in Application Pool settings:

enter image description here

Mike Keskinov
  • 11,614
  • 6
  • 59
  • 87
0

My error message is similar when starting the project:

"Error while trying to run project: Unable to start program 'C:\Project\StrictAny\PrensentationLayer\bin\PPEREM.exe'

The address is not valid for this context "

I solved the problem by switching [Solution Explorer=>Solution Properties=>Active config=>Debug|AnyCUP] to "Debug|x86"

Then the application proceeds in starting.

Weird issue..

hope this helps anyone.

Richard
  • 96
  • 10