Click here to Skip to main content
15,918,742 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question.NET and Java Pin
Adoremi27-Aug-07 16:42
Adoremi27-Aug-07 16:42 
AnswerRe: .NET and Java Pin
Christian Graus27-Aug-07 19:03
protectorChristian Graus27-Aug-07 19:03 
GeneralRe: .NET and Java Pin
Adoremi27-Aug-07 23:13
Adoremi27-Aug-07 23:13 
QuestionASP.Net server side or client? Pin
Jordanwb27-Aug-07 15:09
Jordanwb27-Aug-07 15:09 
AnswerRe: ASP.Net server side or client? Pin
Christian Graus27-Aug-07 15:42
protectorChristian Graus27-Aug-07 15:42 
GeneralRe: ASP.Net server side or client? Pin
Jordanwb27-Aug-07 16:24
Jordanwb27-Aug-07 16:24 
GeneralRe: ASP.Net server side or client? Pin
Christian Graus27-Aug-07 19:04
protectorChristian Graus27-Aug-07 19:04 
Questionnamespaces in web site Pin
Mack Ait-Aoudia27-Aug-07 14:11
Mack Ait-Aoudia27-Aug-07 14:11 
Hello everyone,

I developed a web site with asp.net 2005 (c#). I put in app_code three directories that conatin my classes:

BIZ: contains bizuness classes
DAL: data access layer
MODEL: contains models of my database's table

When I run the project locally on my computer everything is allright. But I published the site, I get this error:

CS0246: The type or namespace name 'BIZ' could not be found (are you missing a using directive or an assembly reference?)

This error is in a function like follow:
<br />
private void DisplayBlogLaUne(){<br />
      BIZ.Blog o;<br />
      o = new BIZ.Blog();<br />
      Model.InfoBlog info;<br />
      ...<br />
}<br />


This site bugs on
BIZ.Blog o;

Could anyone tell me what's the problem?

Just Relax And Keep It Simple.

AnswerRe: namespaces in web site Pin
Christian Graus27-Aug-07 15:41
protectorChristian Graus27-Aug-07 15:41 
GeneralRe: namespaces in web site Pin
Mack Ait-Aoudia28-Aug-07 2:37
Mack Ait-Aoudia28-Aug-07 2:37 
Questionsort dataset Pin
DonVBguy27-Aug-07 11:20
DonVBguy27-Aug-07 11:20 
QuestionGridview Ienumerator Pin
ctrlnick27-Aug-07 10:57
ctrlnick27-Aug-07 10:57 
QuestionWhat does "Add Reference" actually do? Pin
GregStevens27-Aug-07 9:57
GregStevens27-Aug-07 9:57 
AnswerRe: What does "Add Reference" actually do? Pin
Pete O'Hanlon27-Aug-07 11:09
mvePete O'Hanlon27-Aug-07 11:09 
GeneralRe: What does "Add Reference" actually do? Pin
GregStevens28-Aug-07 2:56
GregStevens28-Aug-07 2:56 
GeneralRe: What does "Add Reference" actually do? Pin
Pete O'Hanlon29-Aug-07 9:36
mvePete O'Hanlon29-Aug-07 9:36 
GeneralRe: What does "Add Reference" actually do? Pin
GregStevens29-Aug-07 9:42
GregStevens29-Aug-07 9:42 
QuestionWhen to use PostBack and When to use CallBack? Pin
John.G27-Aug-07 9:06
John.G27-Aug-07 9:06 
AnswerRe: When to use PostBack and When to use CallBack? Pin
orsini27-Aug-07 10:14
orsini27-Aug-07 10:14 
GeneralRe: When to use PostBack and When to use CallBack? Pin
John.G27-Aug-07 10:25
John.G27-Aug-07 10:25 
QuestionDynamic controls Pin
priyank_ldce27-Aug-07 4:58
priyank_ldce27-Aug-07 4:58 
AnswerRe: Dynamic controls Pin
Tarakeshwar Reddy27-Aug-07 8:28
professionalTarakeshwar Reddy27-Aug-07 8:28 
QuestionHow to clear cookies and Session ids Pin
Ganesh Kalaiarasi27-Aug-07 4:42
Ganesh Kalaiarasi27-Aug-07 4:42 
AnswerRe: How to clear cookies and Session ids Pin
NetBot27-Aug-07 4:55
NetBot27-Aug-07 4:55 
QuestionRe: How to clear cookies and Session ids Pin
l.karimi.j14-Oct-07 0:45
l.karimi.j14-Oct-07 0:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.