I do too; however by adding the web.config to the authentication directory to override the web.config for the total application (protect everything under authentication) I had to make it a web application; by doing this it now requires that it needs its own bin to find stuff. Doesn't seem correct to me.
Travis D. Falls |Consultant, Raft.Net IT | 860.547.4070 | [EMAIL PROTECTED] -----Original Message----- From: Peter Brunone [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 1:26 PM 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 Links [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 <*> 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/
