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

G

Guest

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
 
D

DE3A10

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:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top