Guest_imported
New member
- Jan 1, 1970
- 0
I am calling a VB COM+ DLL from another VB COM+ DLL, and getting this error:
System.Runtime.InteropServices.COMException: An unknown error has occurred!
[COMException (0x800a0bcd): An unknown error has occurred!]
Microsoft.VisualBasic.Helpers.LateBinding.InternalLateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[]& CopyBack, Boolean bReturnByrefs)
Microsoft.VisualBasic.Helpers.LateBinding.LateGetNoByRef(Object o, Type objType, String name, Object[] args, String[] paramnames)
ASP.a_list_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in c:\inetpub\ System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +112
System.Web.UI.Page.ProcessRequestMain() +964
Any ideas?
System.Runtime.InteropServices.COMException: An unknown error has occurred!
[COMException (0x800a0bcd): An unknown error has occurred!]
Microsoft.VisualBasic.Helpers.LateBinding.InternalLateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[]& CopyBack, Boolean bReturnByrefs)
Microsoft.VisualBasic.Helpers.LateBinding.LateGetNoByRef(Object o, Type objType, String name, Object[] args, String[] paramnames)
ASP.a_list_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in c:\inetpub\ System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +112
System.Web.UI.Page.ProcessRequestMain() +964
Any ideas?