[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

John

3/22/2002 5:09:00 PM

Trying to use the TimerFormVB sample produces the
following error.

This is the first 3 lines from TimerFormVB, I changed the
Assembly attribute value to "TimerFormVB"
form "Acme.TimerFormVB" because if could not find an
assmbly with that name. All other code is identicale to
the sample from the gotdotnet site.

<%@ Page Language="VB"
nherits="System.Web.UI.MobileControls.MobilePage" %>
<%@ Register TagPrefix="mobile"
Namespace="System.Web.UI.MobileControls"
Assembly="System.Web.Mobile" %>
<%@ Register TagPrefix="acme" Namespace="Acme"
Assembly="TimerFormVB" %>

This is the error:

Parser Error
Description: An error occurred during the parsing of a
resource required to service this request. Please review
the following specific parse error details and modify
your source file appropriately.

Parser Error Message: Could not load type
Acme.TimerFormVB from assembly TimerFormVB,
Version=1.0.811.15055, Culture=neutral,
PublicKeyToken=null.

Source Error:


Line 21:
Line 22: </script>
Line 23: <acme:TimerFormVB Title="Need a title?"
runat="server" id="Form1" OnTimer="Form_OnTimer"
Delay="5">
Line 24: The current time is <%# DateTime.Now.ToString
() %>&nbsp;<BR>This form will refresh in 5 seconds.<BR>
Line 25: <mobile:Link id="Link1" runat="server"
Text="Click here to go to a different form"
NavigateUrl="#Form2"></mobile:Link>


Source File:
c:\inetpub\wwwroot\TimerFormVB\TimerFormVB.aspx Line:
23


----------------------------------------------------------
----------------------
Version Information: Microsoft .NET Framework
Version:1.0.3705.0; ASP.NET Version:1.0.3705.0

Thanks for any and all help,
John
1 Answer

(Steve Liang (MS))

3/25/2002 10:37:00 AM

0