CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeChargeStudio.Discussion

 Problem with ASPX

Print topic Send  topic

Author Message
Jaroslav Steigauf
Posted: 06/19/2002, 6:59 AM

Hi,

I created very easy aspx page on the base grid temaple and here is error
message :

What with this ?

regards

jaro


Server Error in '/' Application.
----------------------------------------------------------------------------
----

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 'testCC.NewPage1.NewPage1'.

Source Error:


Line 1: <!--ASPX page @1-0EBEAC6B-->
Line 2: <%@ Page language="c#" Codebehind="NewPage1.aspx.cs"
AutoEventWireup="false" Inherits="testCC.NewPage1.NewPage1" %>
Line 3: <%@ Import namespace="testCC.NewPage1" %>
Line 4: <%@ Import namespace="testCC.Configuration" %>



Source File: c:\inetpub\wwwroot\testCC\NewPage1.aspx Line: 2



----------------------------------------------------------------------------
----

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


---
Odchadzajuca sprava neobsahuje virusy.
Skontrolované antivírusovým systémom AVG (http://www.grisoft.cz).
Verzia: 6.0.371 / Vírusová databáza: 206 - dátum vydania: 13. 6. 2002

Sanddy
Posted: 06/19/2002, 9:26 AM

By any chance are you using the "Live View" function in CCS ??
If so, can you perform a full *Build* and check the Web Application in
Internet Explorer ??

Since when you use Live View, only that single page is compiled (the one you
want to see), so if you navigate to any futher pages.. they won't show ...
When you perform a Build all pages are compiled....


CCS fan,
Sanddy

Jaroslav Steigauf
Posted: 06/19/2002, 10:45 AM

My test project has 1 page only.
I tested preview/live view and does not help it.
I checked in IE and the result is same.

jaro


"Sanddy" <e_sanddy@yahoo.com> wrote in message
news:aeqbb3$n02$1@news.codecharge.com...
> By any chance are you using the "Live View" function in CCS ??
> If so, can you perform a full *Build* and check the Web Application in
> Internet Explorer ??
>
> Since when you use Live View, only that single page is compiled (the one
you
> want to see), so if you navigate to any futher pages.. they won't show ...
> When you perform a Build all pages are compiled....
>
>
> CCS fan,
> Sanddy
>
>


---
Odchadzajuca sprava neobsahuje virusy.
Skontrolované antivírusovým systémom AVG (http://www.grisoft.cz).
Verzia: 6.0.371 / Vírusová databáza: 206 - dátum vydania: 13. 6. 2002

Sanddy
Posted: 06/19/2002, 12:21 PM

What's the output in the Message window .. when you build ??
can you paste that message here ??

Plus I hope you have set the path to the C# compilers .. in the Options
dialog ..

CCS Fan,
Sanddy

Jaroslav Steigauf
Posted: 06/19/2002, 11:24 PM

I have set the path for C#.

jaro
The output window :


Generating Common Files

Generating "NewPage1"

Running:

cmd /c C:\DOCUME~1\Steigauf\LOCALS~1\Temp\~testCC\MakeAll.bat C:
C:\DOCUME~1\Steigauf\LOCALS~1\Temp\~testCC\ >>
C:\DOCUME~1\Steigauf\LOCALS~1\Temp\~testCC\build.log

=======================================

Output



C:\>REM _MakeAll @1-5689BC76

C:\DOCUME~1\Steigauf\LOCALS~1\Temp\~testCC>C:\WINNT\Microsoft.NET\Framework\
v1.0.3705\csc /w:2 /t:library /out:bin\testCC.dll /r:System.dll
/r:System.Web.dll /r:System.Xml.dll /r:System.Data.dll /recurse:*.cs

Microsoft (R) Visual C# .NET Compiler version 7.00.9466

for Microsoft (R) .NET Framework version 1.0.3705

Copyright (C) Microsoft Corporation 2001. All rights reserved.



C:\DOCUME~1\Steigauf\LOCALS~1\Temp\~testCC>REM _End MakeAll



=======================================

Build finished

Publishing to "C:\Inetpub\wwwroot\testCC"




"Sanddy" <e_sanddy@yahoo.com> wrote in message
news:aeqlit$a9b$1@news.codecharge.com...
> What's the output in the Message window .. when you build ??
> can you paste that message here ??
>
> Plus I hope you have set the path to the C# compilers .. in the Options
> dialog ..
>
> CCS Fan,
> Sanddy
>
>


---
Odchadzajuca sprava neobsahuje virusy.
Skontrolované antivírusovým systémom AVG (http://www.grisoft.cz).
Verzia: 6.0.371 / Vírusová databáza: 206 - dátum vydania: 13. 6. 2002

Sanddy
Posted: 06/20/2002, 2:26 AM

Hey .. I just realized ...

Have you created a Virtual Directory for your Web Application ??

Since all ASP.NET Web Applications reside in a "Virtual Directory", use the
Internet Information Services manager to convert your output directory into
a Virtual Directory ..

CCS Fan,
Sanddy

Jaroslav Steigauf
Posted: 06/20/2002, 5:34 AM

If I have the problem with creating virtual directory sometimes,

then I use IIS manager.



PS: I will reinstalling my PC, maybe.

It is not right time for me, because it takes 2-3 days.

regards

jaro



"Sanddy" <e_sanddy@yahoo.com> wrote in message
news:aes74r$16p$1@news.codecharge.com...
> Hey .. I just realized ...
>
> Have you created a Virtual Directory for your Web Application ??
>
> Since all ASP.NET Web Applications reside in a "Virtual Directory", use
the
> Internet Information Services manager to convert your output directory
into
> a Virtual Directory ..
>
> CCS Fan,
> Sanddy
>
>


---
Odchadzajuca sprava neobsahuje virusy.
Skontrolované antivírusovým systémom AVG (http://www.grisoft.cz).
Verzia: 6.0.371 / Vírusová databáza: 206 - dátum vydania: 13. 6. 2002

Charl Du Toit
Posted: 06/24/2002, 1:57 AM

What do you mean with "Virtual Directrorey" IIS is set to look at
c:\intepub\wwwroot\ and i just put all my project under it


Charl

"Jaroslav Steigauf" <thskk@thskk.sk> wrote in message
news:aesi4q$kgo$1@news.codecharge.com...
> If I have the problem with creating virtual directory sometimes,
>
> then I use IIS manager.
>
>
>
> PS: I will reinstalling my PC, maybe.
>
> It is not right time for me, because it takes 2-3 days.
>
> regards
>
> jaro
>
>
>
> "Sanddy" <e_sanddy@yahoo.com> wrote in message
>news:aes74r$16p$1@news.codecharge.com...
> > Hey .. I just realized ...
> >
> > Have you created a Virtual Directory for your Web Application ??
> >
> > Since all ASP.NET Web Applications reside in a "Virtual Directory", use
> the
> > Internet Information Services manager to convert your output directory
> into
> > a Virtual Directory ..
> >
> > CCS Fan,
> > Sanddy
> >
> >
>
>
> ---
> Odchadzajuca sprava neobsahuje virusy.
> Skontrolované antivírusovým systémom AVG (http://www.grisoft.cz).
> Verzia: 6.0.371 / Vírusová databáza: 206 - dátum vydania: 13. 6. 2002
>
>

Charl Du Toit
Posted: 06/24/2002, 2:15 AM

Sandy I LOVE YOU

Thanks very much !!!! IT Worked


Regards
Charl Du Toit
"Sanddy" <e_sanddy@yahoo.com> wrote in message
news:aes74r$16p$1@news.codecharge.com...
> Hey .. I just realized ...
>
> Have you created a Virtual Directory for your Web Application ??
>
> Since all ASP.NET Web Applications reside in a "Virtual Directory", use
the
> Internet Information Services manager to convert your output directory
into
> a Virtual Directory ..
>
> CCS Fan,
> Sanddy
>
>

Sanddy
Posted: 06/24/2002, 2:27 AM

I read that your problem was solved ...
I just felt like clarifing, that ASP.NET projects need to live in seperate
Virtual Directories .... nothing related to CCS as such ...

Although you can have a sungle Virtual Directory and multiple Web
Applications running from various sub directories .. but then the deployment
model changes .. and its a lot more trouble :)

CCS Fan,
Sanddy

Jaroslav Steigauf
Posted: 06/24/2002, 6:21 AM

It was sended me from SUPPORT CC.

- please make sure that you have created Virtual folder for the folder files
were generated to. Start Internet Information Manager, find project
publishing folder, right click on it, select Properties menu item and you'll
be presented with dialog window. Go to Directory tab and under Application
section click on Create button to make project folder virtual.


jaro



"Charl Du Toit" <nurose@icon.co.za> wrote in message
news:af6mt0$s1j$1@news.codecharge.com...
> What do you mean with "Virtual Directrorey" IIS is set to look at
> c:\intepub\wwwroot\ and i just put all my project under it
>
>
> Charl
>
> "Jaroslav Steigauf" <thskk@thskk.sk> wrote in message
>news:aesi4q$kgo$1@news.codecharge.com...
> > If I have the problem with creating virtual directory sometimes,
> >
> > then I use IIS manager.
> >
> >
> >
> > PS: I will reinstalling my PC, maybe.
> >
> > It is not right time for me, because it takes 2-3 days.
> >
> > regards
> >
> > jaro
> >
> >
> >
> > "Sanddy" <e_sanddy@yahoo.com> wrote in message
> >news:aes74r$16p$1@news.codecharge.com...
> > > Hey .. I just realized ...
> > >
> > > Have you created a Virtual Directory for your Web Application ??
> > >
> > > Since all ASP.NET Web Applications reside in a "Virtual Directory",
use
> > the
> > > Internet Information Services manager to convert your output directory
> > into
> > > a Virtual Directory ..
> > >
> > > CCS Fan,
> > > Sanddy
> > >
> > >
> >
> >
> > ---
> > Odchadzajuca sprava neobsahuje virusy.
> > Skontrolované antivírusovým systémom AVG (http://www.grisoft.cz).
> > Verzia: 6.0.371 / Vírusová databáza: 206 - dátum vydania: 13. 6. 2002
> >
> >
>
>


---
Odchadzajuca sprava neobsahuje virusy.
Skontrolované antivírusovým systémom AVG (http://www.grisoft.cz).
Verzia: 6.0.372 / Vírusová databáza: 207 - dátum vydania: 20. 6. 2002


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.