Simple Question

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

I don't normally create web project for my website, today I did for the
first time and I found that no class seems to recognize the other

Why?

Sam
 
Hi,

Samuel said:
I don't normally create web project for my website, today I did for the
first time and I found that no class seems to recognize the other

Why?

Sam

It's a bit vague. Are the unrecognized classes in external DLLs? If so,
in the WAP (Web Application Project) model, you must explicitly set the
references (in the References folder, with the "Add reference" context
menu). You cannot simply drop them in the bin folder. Maybe that's the
reason.

HTH,
Laurent
 
Thank you for your help
I simply put the classes in the ASP data folder


Regards,
Sam

Laurent Bugnion said:
Hi,

Samuel said:
I don't normally create web project for my website, today I did for the
first time and I found that no class seems to recognize the other

Why?

Sam

It's a bit vague. Are the unrecognized classes in external DLLs? If so, in
the WAP (Web Application Project) model, you must explicitly set the
references (in the References folder, with the "Add reference" context
menu). You cannot simply drop them in the bin folder. Maybe that's the
reason.

HTH,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
 
Back
Top