Need Help!!!

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Hi folks,

We recently move to Framework 1.1 from 1.0. But some of our client machines
have problem running our ASP.Net app.
It seems page_load event is NOT being fired, instead there is public
property "xyz" in class file (.vb) which is being called from aspx page is
being executed first.

Any of you have come across this problem.

Thanks in advance.

Dan
 
Hello Dan,

I noticed there is one similar issue in the group. However, I didn't get any repro sample yet.

Does this problem only happen on some client machine? If so, is there any difference on this machine? Framework version,
OS version, SP version?

Please try to rebuild the project to see if the proble is still there. If you could create a repro sample and email to me, I will test
it on my side. Please remove online from my email address and you could email to me.

Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: "Dan" <[email protected]>
!Subject: Need Help!!!
!Date: Mon, 14 Jul 2003 16:53:26 -0400
!Lines: 15
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!Message-ID: <[email protected]>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!NNTP-Posting-Host: 216.191.146.83
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:159029
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!Hi folks,
!
!We recently move to Framework 1.1 from 1.0. But some of our client machines
!have problem running our ASP.Net app.
!It seems page_load event is NOT being fired, instead there is public
!property "xyz" in class file (.vb) which is being called from aspx page is
!being executed first.
!
!Any of you have come across this problem.
!
!Thanks in advance.
!
!Dan
!
!
!
 
Recheck your code to make sure page load event is mapped to the correct
handler. It may have become unmapped during the upgrade.
 
Back
Top