tzeyik
|
| Posted: 06/01/2003, 2:54 AM |
|
I am an Asp.net beginner. Currently i am doing my project - Online Book Store using asp.net. Now, i am finding myself stuck in middle way of starting my project.
I found out that my final beta version of asp.net cannot run on the codebehind coding.. And when i just create a simply button and print out a line in the codebehind.. it is the error i found. I hope tat any one who is experience this things b4 can teach wat i shoud do.. thanks
tat is the error wen i compile it
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 'OnlineBookStore.button'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="button.aspx.vb" Inherits="OnlineBookStore.button"%>
Line 2:
Line 3: <HTML>
Source File: C:\Inetpub\wwwroot\OnlineBookStore\button.aspx Line: 1
|
|
|
 |
Nicole
|
| Posted: 06/02/2003, 5:18 AM |
|
Hello,
Most probably you haven’t created virtual folder on server. Please refer to .NET Deployment Guilder for more information: http://support.codecharge.com/kb_article.asp?article_id=29
|
|
|
 |
rclayh
|
| Posted: 06/02/2003, 7:20 AM |
|
Make sure you designated the virtual folder as an application AND given the ASP.NET account the correct privileges to the folder. You can search the Microsoft site for how to do all this.
|
|
|
 |
|