Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Remote debugging vs2015 support

I've tried to set up the remote debugger for Azure Websites, Azure websites only seem to support remote debugging on VS2013 or VS2012, not 2015.

Is there a way to work around this issue? Error message returned by VS2015

like image 556
VeldMuijz Avatar asked Nov 10 '22 18:11

VeldMuijz


1 Answers

Please make sure you have the latest VS2015 and SDK and try it from time to time. The plan is obviously to support VS2015 too, but please keep in mind that until there is the release version of VS, things might get broken from time to time. Basically there has to be a client version and server version of this aligned and in the preview versions it might happen that they are not backwards compatible and they get out of sync.

Unfortunately, there is not much you can do about it at this moment. If you need this for your business, I would recommend to use VS2013, which you can have installed side by side along with VS2015 Preview.

Hope this helps.

like image 163
Petr Podhorsky Avatar answered Jan 04 '23 01:01

Petr Podhorsky