.NET
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
AutoCAD assemblies copy to my Release folder
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
from one moment, AutoCAD assemblies are copied to my release folder.
It's a solution with 4 projects, all references have CopyLocal=False. Only one project has those 3 other projects referenced with CopyLocal=True. But still i have AutoCAD assemblies in that release folder.
ManagedMC3.dll
AcCui.dll
AcDx.dll
AcDxPublishUi.dll
AcMNUParser.dll
AcMr.dll
AcTcMgd.dll
AcWelcomeScreen.dll
AcWindows.dll
AdWindows.dll
It used to work fine, and I'm not aware of any change that could cause this.
One more observation: None of those 3 projects have those assemblies in their Relase folders, only the one that references them with CopyLocal=True.
Re: AutoCAD assemblies copy to my Release folder
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
what is the reason that this one project has set the CopyLocal to TRUE? IMHO that should be never necessary.
If you erase manually the content of the output-directory and do then a rebuild, project by project ==> look when these DLL's are created.
- alfred -
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at
-------------------------------------------------------------------------
Re: AutoCAD assemblies copy to my Release folder
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
The first reason was, that when i deploy the assemblies, i don't have to search all that directories, they are all put in one directory from where i take them.
But then I found out, that I need them in one folder for debugging purposes, so I don't have to change my netload statements and the dlls are just loaded from the working directory, which is the Debug directory of the main project.
The redundant dlls are created when i build the main project.
Re: AutoCAD assemblies copy to my Release folder
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
so I removed the references and added them again, that solved it
