D
dna8088
I've written a .NET class that needs to be used in an ASP page I've
done all the normal com-interop stuff but it keeps bombing out so I
tried putting the code in an ASPX page with a try catch to see if that
made a difference but when it gets to the line:-
testing = Server.CreateObject("TLDOTNETGDS.Galileo")
I get the following error:-
System.Runtime.InteropServices.COMException (0x80070775): Retrieving
the COM class factory for component with CLSID {79A7535C-2C47-410F-
A357-2CF63BBCF1EC} failed due to the following error: 80070775.
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type,
Boolean publicOnly, Boolean noCheck, Boolean& canBeCached,
RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly,
Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly,
Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Activator.CreateInstance(Type type)
at System.Web.HttpServerUtility.CreateObject(String progID)
at _Default.Page_Load(Object sender, EventArgs e) in C:\Documents
and Settings\Dhenry\My Documents\Visual Studio 2005\WebSites
\WebSite1\Default.aspx.vb:line 24
I've tried searching for the error on-line but I can only find
"80070005" not "80070775"
done all the normal com-interop stuff but it keeps bombing out so I
tried putting the code in an ASPX page with a try catch to see if that
made a difference but when it gets to the line:-
testing = Server.CreateObject("TLDOTNETGDS.Galileo")
I get the following error:-
System.Runtime.InteropServices.COMException (0x80070775): Retrieving
the COM class factory for component with CLSID {79A7535C-2C47-410F-
A357-2CF63BBCF1EC} failed due to the following error: 80070775.
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type,
Boolean publicOnly, Boolean noCheck, Boolean& canBeCached,
RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly,
Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly,
Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Activator.CreateInstance(Type type)
at System.Web.HttpServerUtility.CreateObject(String progID)
at _Default.Page_Load(Object sender, EventArgs e) in C:\Documents
and Settings\Dhenry\My Documents\Visual Studio 2005\WebSites
\WebSite1\Default.aspx.vb:line 24
I've tried searching for the error on-line but I can only find
"80070005" not "80070775"