Questions tagged [ysod]

20 questions
0
votes
3 answers

How to fix “The ConnectionString property has not been initialized” in nopCommerce

I'm trying to integrate nopCommerce into a third party system but am hitting a problem when I try to access any nopCommerce pages. Because I'm integrating with a third party system I've had to merge web.configs and copy all files over. I have a…
Matt Brailsford
  • 2,209
  • 3
  • 28
  • 40
0
votes
1 answer

What could be causing me to get the YSOD: "Section blocks cannot be nested. Only one level of section blocks are allowed."?

I can see, indeed, that the code above the section flagged as suspicious above is wrong, because the closing "}" is not yellow. At the top of the page I have some using directives: @using System.Configuration @model…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
0
votes
1 answer

Troubleshooting YSOD on Linux/ Mono

I seem to have a Mono problem that I cannot duplicate in my Windows test environment where I get a YSOD that looks like this: Server Error in '/' Application Object reference not set to an instance of an object Description: HTTP 500. Error…
Jeremy Holovacs
  • 22,480
  • 33
  • 117
  • 254
0
votes
2 answers

How to remove the full file path from YSOD?

In the YSOD below, the stacktrace (and the source file line) contain the full path to the source file. Unfortunately, the full path to the source file name contains my user name, which is firstname.lastname. I want to keep the YSOD, as well as the…
Stefan Steiger
  • 78,642
  • 66
  • 377
  • 442
-2
votes
1 answer

Enable assembly binding logging (fusion) on an Azure App Service (Web App/Websites)?

Just wondering if anyone can tell me the process for turning on binding logging for a YSOD that is happening on Azure App Service? As far as I know there isn't any direct access that would permit registry editing or running fuslogvw (?); can the log…
Caius Jard
  • 72,509
  • 5
  • 49
  • 80
1
2