Unable to load characters when profiling on Azure webrole using VS 2013

Tried a lot of different things, but what should be simple never works for me. The VSP file is uploaded, but does not display the names of my functions, but only hex codes. This gives an error:

Error 1 DA0002: It seems that the file was built without setting the environment variables correctly using VSPerfCLREnv.cmd. Characters for managed binary files may not be allowed. C: \ work \ AbleAzure \ Downloaded profiled logs \ AbleAzureWeb24201441226PM \ AbleWebRCore_0_ (f1da3c) .vsp 0 0

I checked the folder C: \ work \ AbleAzure \ Downloaded Profiling Logs \ AbleAzureWeb24201441226PM, it contains all the PDB files.

I have no idea about the error "the file was built without setting the environment variables correctly", is it azure or local? I see no place to set a variable for the Azure side.

Screenshot: enter image description here

+3
source share
1 answer

When you make a call to VSPerfReport to visualize your report, you need to specify the location of the characters: https://msdn.microsoft.com/en-us/library/dd255404.aspx

They must be versioned, etc.

0
source

All Articles