Cerebrus
unread,Dec 3, 2007, 7:29:16 AM12/3/07Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
What exactly does "outside the App_code directory" mean? Where does
your class file lie ? And why can't you put in in App_code, the
directory designated for shared code. If it lies outside, your class
would not be accessible to pages throughout your application. The only
other option is to precompile the class and put the assembly into the
Bin directory. (Not counting the option wherein you install the
assembly to the GAC).