I have this error repeating continuously in my program.
I have tried the following:
- Restart Visual Studio
- Clean and Rebuild Solution
When I step through the code line by line, it stops leaving me totally confused at a method call:
GenerateWorksheetPart1Content(WorksheetPart worksheetPart1)
I don't understand why it stops there. The parameter is not null at the point. What could be causing the error?