Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /GRE/resolution/REPGuestInfo.asp, line 3 800401f3 ---------------------------and-------------------- Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /GRE/resolution/REPActualFoodService.asp, line 3 800401f3 ------------- I am new to the whole programing thing please let me know what I need to do to fix these errors.
I think you'll need to post some code, at least line 3 from these files so we can tell what you're trying to do
Hello, Cannot make out from error msg. General this error occurs when Your ADO components are incorrectly registered. This may be one of the reason.
When I click on the guest tab this is the code I get Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /GRE/resolution/REPGuestInfo.asp, line 3 800401f3 ---------- Here is the file code for what it says the error is on. I am not sure what needs to be fixed <% Dim ASPLightningcGuestInfo Set ASPLightningcGuestInfo = Server.CreateObject("R2.cGuestInfo") ASPLightningcGuestInfo.ExeccGuestInfo Set ASPLightningcGuestInfo = Nothing Response.End %> This is the top 7 lines of the file. Please let me know what is wrong