Object required global.asa error: Difference between revisions

m
no edit summary
(New page: After migrating a web application from an earlier version as VDF12 you might get some error while trying to run the application for the first time. If you get an error along the lines of: ...)
 
mNo edit summary
Line 12: Line 12:
  <OBJECT RUNAT=Server SCOPE=Session ID= PROGID="WebAppServer.WebBusinessProcess.12.1">
  <OBJECT RUNAT=Server SCOPE=Session ID= PROGID="WebAppServer.WebBusinessProcess.12.1">
  </OBJECT>
  </OBJECT>
// Watch the missing ID= bit //
''Watch the missing ID= bit''
 
or no declaration at all.
or no declaration at all.
Then in the Session_OnStart sub section you are likely to find this line:
Then in the Session_OnStart sub section you are likely to find this line:
Line 25: Line 26:
Now things work differently, so we need to adjust the troubleshooting steps.
Now things work differently, so we need to adjust the troubleshooting steps.


First thing you should look for is any issues in the Problem Resolution Panel. // verify the context menu to see that "Filter Warnings" is not checked // If there are complaints in the panel fix them and try compiling afterwards.
First thing you should look for is any issues in the Problem Resolution Panel. '' verify the context menu to see that "Filter Warnings" is not checked ''
If there are complaints in the panel fix them and try compiling afterwards.


What if you still have this problem? Well it could be something else.
What if you still have this problem? Well it could be something else.