System.Runtime.InteropServices.COMException: Exception

A

ajay

Hi

My application uses some xml files to generate menu options and
redirections. It also use dll file corresponding menu option. I have to
add one more menu option i have added corresponding option line in my
xml file that is Config.xml. The entries are like that:

<?xml version="1.0"?>
<application>
<plugins>
<plugin>
<progid>CE.Report</progid>
</plugin>
<plugin>
<progid>CE.ObjectPackage</progid>
</plugin>
<plugin>
<progid>CE.Program</progid>
</plugin>
<plugin>
<progid>CE.Excel</progid>
</plugin>
<plugin>
<progid>CE.Pdf</progid>
</plugin>
<plugin>
<progid>CE.Powerpoint</progid>
</plugin>
<plugin>
<progid>CE.Rtf</progid>
</plugin>
<plugin>
<progid>CE.Txt</progid>
</plugin>
<plugin>
<progid>CE.Word</progid>
</plugin>
<plugin>
<progid>CE.Hyperlink</progid>
</plugin>
<plugin>
<progid>CE.Webi</progid>
</plugin>
<plugin>
<progid>CE.MyInfoView</progid>
</plugin>
<plugin>
<progid>CE.Publication</progid>
</plugin>
<plugin>
<progid>CE.FullClient</progid>
</plugin>
<plugin>
<progid>CE.Analysis</progid>
</plugin>
<plugin>
<progid>CE.FullClientAddin</progid>
</plugin>
<plugin>
<progid>CE.FullClientTemplate</progid>
</plugin>
<plugin>
<progid>CE.Encyclopedia</progid>
</plugin>
<plugin>
<progid>CE.FullClient</progid>
</plugin>
< /plugins>
</application>

When I add one line in this file it shows error:
Exception from HRESULT: 0x80048000.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException:
Exception from HRESULT: 0x80048000.

Any one knows about that.


Ajay
 

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

Top