ASP 0177 : 800401f3' Server.CreateObject Failed
-
Hello, when i press on some link i received the following error Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed i tried to install service pack and this option doesn't fixed the problam. i working with --Server.CreateObject("IISSample.PermissionChecker")--element asp 2. (no dot.net) pls help my
-
Hello, when i press on some link i received the following error Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed i tried to install service pack and this option doesn't fixed the problam. i working with --Server.CreateObject("IISSample.PermissionChecker")--element asp 2. (no dot.net) pls help my
Most probably the component is not installed. Check this out http://www.15seconds.com/faq/Errors/522.htm[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
Most probably the component is not installed. Check this out http://www.15seconds.com/faq/Errors/522.htm[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
so i can't to solve this problem if i do something in the asp file? (for ex: write some code with other syntax)?
No - the code you have is the right code to load a COM object. If the error is that the object is not installed, no change to your code will install it.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
No - the code you have is the right code to load a COM object. If the error is that the object is not installed, no change to your code will install it.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )