looks like an error occured in a assembly referenced by your project (in this case - Umbraco.Core.pdb). I guess Visual Studio is trying to load the source code to display the code where the error was thrown when debugging.
You can just keep clicking on "Continue" or starting the applikation without debugging. At some point, you can see the actual error in your browser. If you need help with the actual error, just post a screenshot of it and i will have a look at it. As soon as the error is fixed, this message (... not loaded) wont be displayed anymore
Umbraco.Core.pdb not loaded
I don't know what happened but when I build the project, this error showed up.
Does anyone know?
Hello Andrè,
looks like an error occured in a assembly referenced by your project (in this case - Umbraco.Core.pdb). I guess Visual Studio is trying to load the source code to display the code where the error was thrown when debugging.
You can just keep clicking on "Continue" or starting the applikation without debugging. At some point, you can see the actual error in your browser. If you need help with the actual error, just post a screenshot of it and i will have a look at it. As soon as the error is fixed, this message (... not loaded) wont be displayed anymore
I hope this helps,
~Jonathan
That's interesting because I get this while browsing the content in the backend CMS.
Does it mean that in this case there is a bug in the CMS code?
is working on a reply...