ReSharper 5 external sources in a .NET 4.0 project
Posted
by RasmusKL
on Stack Overflow
See other posts from Stack Overflow
or by RasmusKL
Published on 2010-05-15T13:45:53Z
Indexed on
2010/05/15
13:54 UTC
Read the original article
Hit count: 148
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.
© Stack Overflow or respective owner