Windows 2003, IIS6 and Com+

G

Guest

I am getting this error when trying to connect to com+ which saves data to
database. Please help.

The description for Event ID ( 4001 ) in Source ( Application ) cannot be
found. The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. You may be able
to use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event:

An error occured in mscorlib.

Error: Access is denied..

Stack Trace: at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode,
IntPtr errorInfo)

at System.EnterpriseServices.Thunk.Proxy.CoCreateObject(Type serverType,
Boolean bQuerySCInfo, Boolean& bIsAnotherProcess, String& uri)

at
System.EnterpriseServices.ServicedComponentProxyAttribute.CreateInstance(Type
serverType)

at
System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(Type
serverType, Object[] props, Boolean bNewObj)

at Sensitech.TMS.Web.AddShipment.Page_Load(Object sender, EventArgs e).
 
I

Ian Harding

Vik said:
I am getting this error when trying to connect to com+ which saves data to
database. Please help.

The description for Event ID ( 4001 ) in Source ( Application ) cannot be
found. The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. You may be able
to use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event:

An error occured in mscorlib.

Error: Access is denied..

I've seen similar messages when the local ASPNET account, or whatever
identity your IIS app is running under, is not included in the relevant
role group of the COM+ application.

Ian
 

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