Calling app_code folder from web application project
Posted
by Fred
on Stack Overflow
See other posts from Stack Overflow
or by Fred
Published on 2010-04-09T08:11:29Z
Indexed on
2010/04/09
8:13 UTC
Read the original article
Hit count: 255
dotnetnuke
I am developing a module for DotNetNuke and have used a DotNetNuke Compiled Module template to create the module in the DesktopModule folder.
I then get a Web Application Project under the DNN website in my Visual Studio 2008.
Now I want to use DAL and BLL which are created in DNN app_code folder.
But when I add them in code behind it can't find them.
How do I tell my Web Application Project to access the app_code folder in the website "projcet"?
Thanks in advance!
© Stack Overflow or respective owner