|
-
Mar 11th, 2010, 03:33 PM
#1
Thread Starter
PowerPoster
Deployment stumped
I seem to be running into a problem creating a web setup project and making a deployment. never had this before!
I have 4 Project files:
Common
BLL
DAL
MainSite
MainSite has a reference to common and BLL
BLL has a reference to DAL and common
DAL has a reference to Common
when trying to add the source/content/primary output files into the Web Application Folder, and build the project I get this error:
Error 1 An error occurred while validating. HRESULT = '80004005'
Funny thing is, if I take out the Primary project output files and just leave the content and source files for the MainSite, the error goes away, builds but DOES NOT copy the DLL's into the bin directory.....
This ONLY happens when adding "primary output from XXXX" (dll/exe) for ANY project
I know its to do with the circular type dependencies I guess, but what workaround is there?
any thoughts?
Last edited by Techno; Mar 11th, 2010 at 03:51 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|