views:

113

answers:

1

I've read about the ReSharper external sources feature in ReSharper 5.

But when attempting to use it on a .NET 4.0 project, but my attempts to make it work / use it have failed.

Whenever I attempt to navigate to "Sources from Symbol Files" - I just get the message that the symbols are not available.

Are the debug symbols for .NET 4 not released yet or are they placed somewhere else?

It works fine and downloads the proper symbols for .NET 3.5 projects.

A: 

Microsoft released sources for .NET 4 release, so R# have to work just fine. Some debugging information may be found in View -> Output -> ReSharper after unsuccessful navigation. Sometimes R# can't download sources or symbols files because of server errors on referencesource.microsoft.com side.

shalupov
I found and fixed one bug in .NET 4 symbols support. It'll be available in ReSharper 5.1.1 maintenance release soo
shalupov

related questions