Kbase P106492: Open Client, ASP.NET Error: Server Error in '<WebApplication>' Application.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/02/2006 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.x
Webservers
SYMPTOM(s):
ASP.NET
Server Error in '<WebApplication2>' Application.
Server Error in '/WebApplication2' Application.
Code works fine in VB.NET
CHANGE:
Applicaiton change from VBScript to VB.NET/ASP.NET
CAUSE:
ASP.NET supports multiple languages. The @Page directive instructs ASP.NET of which language to use.
FIX:
Add the following line to the VB.NET code so that ASP.NET will know which language to interpret with:
<% @Page Language="VB" Explicit="True" %>