Deva
|
| Posted: 11/07/2002, 10:05 AM |
|
Hi All,
We are exploring Code Charge Studio version 1.0.7.0 for our project development. We use ASP.NET and VB.NET as our primary development
tool. We created a sample project using Code Charge Studio,
we configured .NET SDK path reference and CCS allows us to successfully publish
our project.
We are getting parse error when we try to refer any page from our CCS project.
We have attached the error details below for your reference.
Parser Error Message: Could not load type 'SampleProject.Navigation.Navigation'.
Source Error:
Line 1: <!--ASPX page @1-DB6D8E26-->
Line 2: <%@ Page language="vb" Codebehind="Navigation.aspx.vb" AutoEventWireup="false" Inherits="SampleProject.Navigation.Navigation" %>
Line 3: <%@ Import namespace="SampleProject.Navigation" %>
Line 4: <%@ Import namespace="SampleProject.Configuration" %>
Source File: C:\WebProjects\Devcc\sampleproject\navigation.aspx Line: 2
We executed makeall.bat file which resides in our project folder, but
we could not get .dll file under bin folder to execute our web pages.
Can anyone tell us what needs to be done to overcome the above error, thanks in advance, bye.
Regards,
Devendran R.
|
|
|
 |
crispy
|
| Posted: 11/15/2002, 3:04 AM |
|
I am having the same problem. I was in Visual Studio doing another project and I ran into the same thing. The work around for that was to place everything in one file, but it shouldn't be like this. Any help would be appreciated
|
|
|
 |
Crispy
|
| Posted: 11/15/2002, 4:40 AM |
|
http://support.microsoft.com/default.aspx?scid=kb;en-us;306155
|
|
|
 |
byoung
|
| Posted: 12/17/2002, 7:50 AM |
|
I am publishing vb.net with CCS2. I have compiled code (really shouldn't have to as this version does this for you) and I have made sure that I am publishing to a virtual Directory. Only one page will display correctly and that is the last page that is published. When I publisht he next page, the first one generates errors and the new one works great.
Any Help?
|
|
|
 |
|