.NETGURU
1237 Build error in ASP.NET/C# applicatie na installeren Framework SP1
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngnl' list.


Tim Musschoot
Hallo,

Heb gisterenavond de .NET Framework SP1 geinstalleerd, en plots krijg ik
meer dan 1000 errors in mijn applicatie. Allemaal zijn ze van deze vorm:

C:\Inetpub\wwwroot\diffudessnet\B2B\admin\agent.aspx.cs(22): The type or
namespace name 'Web' does not exist in the class or namespace
'diffudessnet.System' (are you missing an assembly reference?)

agent.aspx.cs:

using System;

using System.Collections;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Web;

using System.Web.SessionState;

using System.Web.UI;

using System.Web.UI.WebControls;

using System.Web.UI.HtmlControls;

using System.Configuration;

using System.Data.SqlClient;

using System.Data.OleDb;

using System.Web.Util;

namespace diffudessnet

{

/// <summary>

/// Summary description for agent.

/// </summary>

public class agent : System.Web.UI.Page

{

protected System.Web.UI.WebControls.DropDownList Taal;

protected System.Web.UI.WebControls.DropDownList land;

protected System.Web.UI.WebControls.DropDownList postnummer;

protected SqlConnection Conn;

protected System.Web.UI.WebControls.DropDownList gemeente;

protected System.Web.UI.WebControls.TextBox naam;

protected System.Web.UI.WebControls.TextBox bedrijf;

protected System.Web.UI.WebControls.TextBox adres;

protected System.Web.UI.WebControls.TextBox btw;

protected System.Web.UI.WebControls.TextBox tel;

protected System.Web.UI.WebControls.TextBox fax;

protected System.Web.UI.WebControls.TextBox gsm;

protected System.Web.UI.WebControls.TextBox email;

protected System.Web.UI.WebControls.TextBox best;

protected System.Web.UI.WebControls.TextBox lev;

protected System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator1;

protected System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator2;

protected System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator3;

protected System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator4;

protected System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator5;

protected System.Web.UI.WebControls.CustomValidator CustomValidator1;

protected System.Web.UI.WebControls.CustomValidator CustomValidator2;

protected System.Web.UI.WebControls.Button SaveButt;

protected System.Web.UI.WebControls.CustomValidator CustomValidator3;

protected SqlCommand Cmd;

...

Wie weet hoe dit komt ??

mvg,
Tim
Reply to this message...
 
    
Michiel van Otegem
Officieel zou het niet hoeven, maar heb je al geprobeerd onder SP1 een recompile te doen?

---
Michiel van Otegem
ASPFriends.com Moderation Team

ASPNL.com - ASP/ASP.NET/XML Teacher
http://www.aspnl.com
http://www.aspalliance.com/michiel
---
Teach Yourself XSLT in 21 Days
http://www.amazon.com/exec/obidos/ASIN/0672323184/aspnlcom-20
----- Original Message -----
From: Tim Musschoot
To: aspngnl
Sent: Tuesday, April 09, 2002 10:59 AM
Subject: [aspngnl] 1237 Build error in ASP.NET/C# applicatie na installeren Framework SP1

Hallo,

Heb gisterenavond de .NET Framework SP1 geinstalleerd, en plots krijg ik meer dan 1000 errors in mijn applicatie. Allemaal zijn ze van deze vorm:

C:\Inetpub\wwwroot\diffudessnet\B2B\admin\agent.aspx.cs(22): The type or namespace name 'Web' does not exist in the class or namespace 'diffudessnet.System' (are you missing an assembly reference?)

agent.aspx.cs:

using System;

using System.Collections;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Web;

using System.Web.SessionState;

using System.Web.UI;

using System.Web.UI.WebControls;

using System.Web.UI.HtmlControls;

using System.Configuration;

using System.Data.SqlClient;

using System.Data.OleDb;

using System.Web.Util;

namespace diffudessnet

{

/// <summary>

/// Summary description for agent.

/// </summary>

public class agent : System.Web.UI.Page

{

protected System.Web.UI.WebControls.DropDownList Taal;

protected System.Web.UI.WebControls.DropDownList land;

protected System.Web.UI.WebControls.DropDownList postnummer;

protected SqlConnection Conn;

protected System.Web.UI.WebControls.DropDownList gemeente;

protected System.Web.UI.WebControls.TextBox naam;

protected System.Web.UI.WebControls.TextBox bedrijf;

protected System.Web.UI.WebControls.TextBox adres;

protected System.Web.UI.WebControls.TextBox btw;

protected System.Web.UI.WebControls.TextBox tel;

protected System.Web.UI.WebControls.TextBox fax;

protected System.Web.UI.WebControls.TextBox gsm;

protected System.Web.UI.WebControls.TextBox email;

protected System.Web.UI.WebControls.TextBox best;

protected System.Web.UI.WebControls.TextBox lev;

protected System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1;

protected System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator2;

protected System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator3;

protected System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator4;

protected System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator5;

protected System.Web.UI.WebControls.CustomValidator CustomValidator1;

protected System.Web.UI.WebControls.CustomValidator CustomValidator2;

protected System.Web.UI.WebControls.Button SaveButt;

protected System.Web.UI.WebControls.CustomValidator CustomValidator3;

protected SqlCommand Cmd;

...

Wie weet hoe dit komt ??

mvg,
Tim

| [aspngnl] member Click here to reveal e-mail address = YOUR ID | http://www.asplists.com/asplists/aspngnl.asp = JOIN/QUIT
Reply to this message...
 
    
Tim Musschoot
Heb recompile gedaan, maar hij bleek over ieder object te vallen. Heb de
oplossing gevonden door het volgende te doen:

- Nieuw blanco project aanmaken
- Directorystructuur opnieuw aanmaken
- Files importeren.

Na hercompilatie marsjeert alles... behalve het feit dat hij nu wat met
mijn .pdf files rammelt. Ik maak via Crystal reports een aantal PDF
rapporten aan. Als een pagina de report moet weergeven wordt een report van
een paar 'views' terug gegeven (outdated). Als ik de pdf zelf bekijk is
deze echter wel in orde. Als ik hem via de URL wil downloaden krijg ik ook
een error. Er moet volgens mij iets aan de permissies veranderd zijn.

mvg,
Tim
-----Oorspronkelijk bericht-----
Van: Michiel van Otegem [mailto:Click here to reveal e-mail address]
Verzonden: maandag 15 april 2002 20:30
Aan: aspngnl
Onderwerp: [aspngnl] Re: 1237 Build error in ASP.NET/C# applicatie na
installeren Framework SP1

Officieel zou het niet hoeven, maar heb je al geprobeerd onder SP1 een
recompile te doen?

---
Michiel van Otegem
ASPFriends.com Moderation Team

ASPNL.com - ASP/ASP.NET/XML Teacher
http://www.aspnl.com
http://www.aspalliance.com/michiel
---
Teach Yourself XSLT in 21 Days
http://www.amazon.com/exec/obidos/ASIN/0672323184/aspnlcom-20
----- Original Message -----
From: Tim Musschoot
To: aspngnl
Sent: Tuesday, April 09, 2002 10:59 AM
Subject: [aspngnl] 1237 Build error in ASP.NET/C# applicatie na
installeren Framework SP1

Hallo,

Heb gisterenavond de .NET Framework SP1 geinstalleerd, en plots krijg ik
meer dan 1000 errors in mijn applicatie. Allemaal zijn ze van deze vorm:

C:\Inetpub\wwwroot\diffudessnet\B2B\admin\agent.aspx.cs(22): The type or
namespace name 'Web' does not exist in the class or namespace
'diffudessnet.System' (are you missing an assembly reference?)

agent.aspx.cs:

using System;

using System.Collections;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Web;

using System.Web.SessionState;

using System.Web.UI;

using System.Web.UI.WebControls;

using System.Web.UI.HtmlControls;

using System.Configuration;

using System.Data.SqlClient;

using System.Data.OleDb;

using System.Web.Util;

namespace diffudessnet

{

/// <summary>

/// Summary description for agent.

/// </summary>

public class agent : System.Web.UI.Page

{

protected System.Web.UI.WebControls.DropDownList Taal;

protected System.Web.UI.WebControls.DropDownList land;

protected System.Web.UI.WebControls.DropDownList postnummer;

protected SqlConnection Conn;

protected System.Web.UI.WebControls.DropDownList gemeente;

protected System.Web.UI.WebControls.TextBox naam;

protected System.Web.UI.WebControls.TextBox bedrijf;

protected System.Web.UI.WebControls.TextBox adres;

protected System.Web.UI.WebControls.TextBox btw;

protected System.Web.UI.WebControls.TextBox tel;

protected System.Web.UI.WebControls.TextBox fax;

protected System.Web.UI.WebControls.TextBox gsm;

protected System.Web.UI.WebControls.TextBox email;

protected System.Web.UI.WebControls.TextBox best;

protected System.Web.UI.WebControls.TextBox lev;

protected System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator1;

protected System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator2;

protected System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator3;

protected System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator4;

protected System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator5;

protected System.Web.UI.WebControls.CustomValidator CustomValidator1;

protected System.Web.UI.WebControls.CustomValidator CustomValidator2;

protected System.Web.UI.WebControls.Button SaveButt;

protected System.Web.UI.WebControls.CustomValidator CustomValidator3;

protected SqlCommand Cmd;

...

Wie weet hoe dit komt ??

mvg,
Tim

| [aspngnl] member Click here to reveal e-mail address = YOUR ID |
http://www.asplists.com/asplists/aspngnl.asp = JOIN/QUIT
| [aspngnl] member Click here to reveal e-mail address = YOUR ID |
http://www.asplists.com/asplists/aspngnl.asp = JOIN/QUIT
Reply to this message...
 
 
System.Data.SqlClient.SqlCommand
System.Data.SqlClient.SqlConnection
System.Web.UI.Page
System.Web.UI.WebControls.Button
System.Web.UI.WebControls.CustomValidator
System.Web.UI.WebControls.DropDownList
System.Web.UI.WebControls.RequiredFieldValidator
System.Web.UI.WebControls.TextBox




ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification