visual studio - How to eliminate certain annoying message during framework source code debugging -


While debugging framework source code, I always get this annoying message from the studio:

While loading the file, some bytes have been replaced by the Unicode replacement character C: \ users \ markk \ AppData \ Local \ Temp \ SymbolCache \ src \ source.NET \ 4 \ DEVDIV_TFS \ Dev10 \ Relay \ RTMRel \ ndp \ fx \ Src \ core \ microsoft \ scripting \ compiler \ VariableBinder.cs \ 1305376 \ VariableBinder.cs Unicode (UTF-8) Save file with encoding Original file content Will not preserve RI. As a result, the source code is in modified mode (with an asterisk in the name). It is very disturbing.

Does anyone know how to get it away? I am using VS2010.

Thank you.

It seems that an explosion 2.0 bug I tried but I can not reproduce it.

This may be a simple solution:

Go to Visual Studio Options -> Debugging

in the General Options to get you the exact match to the original version. The need for files should be unchecked.

Hope this helps


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -