Click to See Complete Forum and Search --> : How to provide reference path for a web application


Mushq
May 21st, 2007, 01:55 AM
Hi,

How can i provide reference path for a web application, I know that there is a bin of that web app and it can also pick rerences from a GAC. but can i provide other path excluding BIN and GAC.

Warm Regards,
Mushq

Shuja Ali
May 21st, 2007, 05:35 AM
Hi,

How can i provide reference path for a web application, I know that there is a bin of that web app and it can also pick rerences from a GAC. but can i provide other path excluding BIN and GAC.

Warm Regards,
Mushq
Your question is little bit vague. Can you explain a bit more?

Mushq
May 21st, 2007, 06:10 AM
Thanks for the response :)
When ever we load a web application(website) in a IDE of visual studio it search GAC and its bin directory for references, which are mentioned in web.config file, and at my side there is no refered file is in GAC and bin direcotry is empty of that particular web site, so as a result of that it gives me compile time errors that unable to find the mentioned references, is there a way just like for resolving the references of a class library or windows application as shown in that attachment.

Regards,
Mushq

Shuja Ali
May 21st, 2007, 06:55 AM
I am sorry but I am still not able to grab/understand the question. Can you show us the exact error message that you are getting?