Link to home
Start Free TrialLog in
Avatar of Nyah247
Nyah247Flag for United States of America

asked on

System.Runtime.InteropServices.COMException

I keep getting the following error every time I run the app.  I have followed different posts and reinstalled the .net components and also double check Dcom permissions to no avail.  Other applications running .net appear to be running.  What is a good way for me troubleshoot this issue on the server itself?  I am not a developer and remote debugging is not an option.

If additional information is required please let me know.
Error in main body: System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {72F071F5-3C03-4DFD-9CA8-E969A43C6D8F} failed due to the following error: 80040154.
   at app.app.GetNotifications()
   at app.Main.Main()

Open in new window

Avatar of 60MXG
60MXG

Post all your coding here!  I think something wrong with your current coding!
ASKER CERTIFIED SOLUTION
Avatar of Nyah247
Nyah247
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial