These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Dependent assemblies not being copied accross multiple level
PostPosted: Tue Dec 12, 2006 8:55 pm 
Newbie

Joined: Tue Dec 12, 2006 8:50 pm
Posts: 2
It appears that following my conversion to .NET 2 some of my dependent assemblies aren't getting copied accross more than one level.

i.e.MyRemoteBusinessServices references MyDataAccessObject that references both MyBusinessObjectPersistenceMappingAU and MyBusinessObjectPersistenceMappingUK.

MyBusinessObjectPersistenceMappingAU.dll and MyBusinessObjectPersistenceMappingUK.dll are not being copied to ..\MyRemoteBusinessServices\bin\Debug.

These are getting built into ..\MyDataAccessObject\bin\Debug but not copied accross to the remote business services binary area. The MyBusinessObjectPersistenceMappingAU and MyBusinessObjectPersistenceMappingUK projects do not have any managed code, they are just performing persistence mapping between properties and the Db.

If I create a dummy class in one of these projects and reference it in the MyDataAccessObject project then the assembly is copied all the way down. It looks like VS2005 is trying to do some new sort of compiling where it checks if assembly functionality is implemented before it copies the dependency accross. Is there a way that I can turn this off so I dont have to have this dummy class implementation??


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.