Unfortunately (or fortunately) there is no way to share bin directories.� ASP.Net uses App domains to maintain security and will not allow one app to load code from another app's domain.� You can get around this with a shared library that you reference in both applications but each one will have a copy of this.�
Here's an article with some more info: http://authors.aspalliance.com/stevesmith/articles/netreuse1.asp Greg Ewing [MVP] www.citidc.com ---------------------------------------- From: "Peter Brunone" <[EMAIL PROTECTED]> Sent: Tuesday, December 21, 2004 10:26 AM To: [email protected] Subject: RE: [AspNetAnyQuestionIsOk] can't find code behind Hi Travis, ���Re. shared bin directories, there may be a way, but I'm not sure.� For a discrete application, I always use that application's bin, which is the default. Cheers, Peter From: "Falls, Travis D (HTSC, CASD)" [EMAIL PROTECTED] Hey Pete, I just verified that the DLL is in the bin directory which is in the root for my web application. The authentication directory is also set up as an application does that mean I have to have the bin in that root as well? If so is there a way to share the one bin in the root for the total application? Travis D. Falls |Consultant, Raft.Net IT | 860.547.4070 | [EMAIL PROTECTED] -----Original Message----- From: Peter Brunone [mailto:[EMAIL PROTECTED] ���It looks like you have a Visual Studio project and the page can't find the DLL that should be in the /bin directory when you build the solution (that's what I usually notice when the "Inherits" call fails). From: "Falls, Travis D (HTSC, CASD)" [EMAIL PROTECTED] I have an aspx page written in C# in a directory with its own web.config. The directory is called authentication. I am getting this error when I try to load the page in a browser though. My namespace is com.Raft.passwordReset and my class is passwordReset. Do I have to do something different because this is in a subfolder of the root folder for my application? Could not load type 'com.Raft.passwordReset.passwordReset'. Source Error: Line 1: Line 2: Line 3: Travis D. Falls |Consultant, Raft.Net IT | 860.547.4070 | [EMAIL PROTECTED] [Non-text portions of this message have been removed] Yahoo! Groups Links This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return email and delete this communication and destroy all copies. ------------------------ Yahoo! Groups Sponsor --------------------~--> $4.98 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> $4.98 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
