Degug Library Error in ASP.NET

  • Thread starter Thread starter arnab
  • Start date Start date
A

arnab

Hi All,
I am Facing a very unusual problem in ASP.NET. The problem Scenario is that
in ASP.NET i am generating an Excel Export from the datagrid using content
disposition.Firstly the export opens in the same browser window in the Excel
format and secondly it genrates an windows C++ Debug Library error after
opening in Excel.It also gives option of abort retry ignore.

I dont understand how this is possible especially when the build of the
application is done in the Release Mode.The operating system is Windows XP
and the browser is IE 6.0.2.899 ...

Please suggest some measures to correct the problem [especially the debug
library one.]

Thanks
Arnab
 
Hi All,
I am Facing a very unusual problem in ASP.NET. The problem Scenario is that
in ASP.NET i am generating an Excel Export from the datagrid using content
disposition.Firstly the export opens in the same browser window in the Excel
format and secondly it genrates an windows C++ Debug Library error after
opening in Excel.It also gives option of abort retry ignore.

I dont understand how this is possible especially when the build of the
application is done in the Release Mode.The operating system is Windows XP
and the browser is IE 6.0.2.899 ...

Please suggest some measures to correct the problem [especially the debug
library one.]

Thanks
Arnab
Suspiciously this is a problem with 'unsafe' code used by Excel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top