When i use the personal starter kit, and then create a website and then try to put it on my godaddy server it gives me an error message. This is the problem:
Issue 5: Converting the Personal Web Site Starter Kit (Visual Basic)
(This issue applies only when using Visual Basic.) When converting the Visual Basic version of the Personal Web Site starter kit to a Web application project, you will see a run-time error similar to the following:
Server Error in '/' Application The type specified in the TypeName property of ObjectDataSource 'ObjectDataSource1' could not be found
To resolve the error, you must add the project namespace to the TypeName property. Assuming your project namespace is "wap1", follow these steps.
Open the Member_List.aspx page.
Change the type name in the ObjectDataSource declaration to be fully qualified, as in the following example:
<asp:ObjectDataSource TypeName="
wap1.
MemberDetails"
buit when i try to do this i can't find the page of Member_List.aspx. Can any one help me?
mastermind14...
Member
5 Points
1 Post
starter kit
Nov 04, 2006 01:45 AM|LINK
Issue 5: Converting the Personal Web Site Starter Kit (Visual Basic)
(This issue applies only when using Visual Basic.) When converting the Visual Basic version of the Personal Web Site starter kit to a Web application project, you will see a run-time error similar to the following:
To resolve the error, you must add the project namespace to the TypeName property. Assuming your project namespace is "wap1", follow these steps.
- Open the Member_List.aspx page.
- Change the type name in the ObjectDataSource declaration to be fully qualified, as in the following example:
buit when i try to do this i can't find the page of Member_List.aspx. Can any one help me?