ghjames
|
| Posted: 01/14/2003, 11:34 PM |
|
I got the Studio 2 Beta and tried deploying the Forum example (they all seem to do the same thing) to C#, but I get this 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 'Forum.Default.DefaultPage'.
Source Error:
Line 1: <!--ASPX page @1-C7BFDDB8-->
Line 2: <%@ Page language="c#" Codebehind="Default.aspx.cs" AutoEventWireup="false" Inherits="Forum.Default.DefaultPage" %>
Line 3: <%@ Import namespace="Forum.Default" %>
Line 4: <%@ Import namespace="Forum.Configuration" %>
Source File: c:\inetpub\wwwroot\Forum\Default.aspx Line: 2
|
|
|
 |
Alex Alexapolsky
|
| Posted: 01/15/2003, 3:05 AM |
|
The directory you publish to must be a virual directory.
See ASP.Net(C#) Deployment Guide http://support.codecharge.com/kb_article.asp?kb_article...3&article_id=29
|
|
|
 |
|