Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Azure Emulator "Invalid access to memory location."

i work at a project with Windows Azure and when i want to Debug the Solution the Azure Emulator throws an Error (but this ist not always!):

German Error:

"Windows Azure Tools for Microsoft Visual Studio Unzulässiger Zugriff auf einen Speicherbereich"

English Error:

"Windows Azure Tools for Microsoft Visual Studio Invalid access to memory location"

If there any fix for this Error?

like image 722
Diogo Fernandes Avatar asked Jun 04 '12 12:06

Diogo Fernandes


2 Answers

that was fixed in Windows 8.1, however for older versions of Windows there is a KB 2588507 hotfix available

like image 181
avs099 Avatar answered Nov 01 '22 08:11

avs099


See the workaround: MsConnect

Shutdown the Compute and Storage Emulator and restart Visual Studio. (It' s anoying yes, but then it works another 6-9 times)

It worked for me :)

like image 34
Mihai Avatar answered Nov 01 '22 07:11

Mihai