0
votes
Tracking down intermittent ‘Object reference not set to an instance of an object.’ error on build
Just to clarify, is it the compiler itself that is choking? Are you doing anything weird with #define and #if directives in your code? Maybe something is being done out of order at some point... Ju …
0
votes
C# ASP.NET 3.5 content-disposition file download problems
Have you tried setting the content-disposition to "attachment" rather than "inline"? I believe that the browser will then prompt the user to open or save the document.
Also, you can usually …
