How do I change my reference Path in ASPX.NET 2.0?

  • Thread starter Thread starter DE3A10
  • Start date Start date
The reference path dialog is certainly there on Web Application Projects for
ASP.NET 2.0. If you are using the default "Web Site" project option, you
certainly will not find it, since the WebSite project type is based on the
contents of a folder.
Why do you need/want to change your reference path anyway?
Peter
 
Hi peter my issue is that im' getting this error CS0246: The type or
namespace name 'cheyClass' could not be found (are you missing a using
directive or an assembly reference?)

cheyClass is a custom dll that I use at my Web Aplication

this dll are in the bin folder.
It is reference in my code behind like this

using cheyClass;

at my local IIS it works perfect. When I publish it to the web server I
get the error.

Peter ha escrito:
 
Back
Top