<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Custom Modules</title><link>http://www.dotnetnuke.com/tabid/795/Default.aspx</link><description>Developing custom modules for DotNetNuke.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Dependency Warning After Build</title><link>http://forums.asp.net/thread/1089072.aspx</link><pubDate>Thu, 20 Oct 2005 15:43:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1089072</guid><dc:creator>linguinut</dc:creator><author>linguinut</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1089072.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1089072</wfw:commentRss><description>&lt;P&gt;I did try the steps suggested.&amp;nbsp; None of them corrected the warning.&amp;nbsp; I even rebuilt the dll from the DotNetNuke.sln file from the root folder.&amp;nbsp; Still, no dice.&amp;nbsp; I blew away VSWebCache, temp files, restarted, etc.&amp;nbsp; Nothing.&amp;nbsp; Then...&lt;BR&gt;&lt;BR&gt;Solved!&lt;/P&gt;
&lt;P&gt;There were three sub-projects that this main project was dependent on.&amp;nbsp; I went into each of them and rebuilt them (after setting the copy local property to true--why it was false, I do not know!).&amp;nbsp; Then I rebuilt the main project and the warning message went away.&lt;/P&gt;
&lt;P&gt;Suh-weet!!&lt;BR&gt;Ling&lt;/P&gt;</description></item><item><title>Re: Dependency Warning After Build</title><link>http://forums.asp.net/thread/1088842.aspx</link><pubDate>Thu, 20 Oct 2005 12:23:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1088842</guid><dc:creator>linguinut</dc:creator><author>linguinut</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1088842.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1088842</wfw:commentRss><description>It seems unlikely that a file open problem is the cause.&amp;nbsp; This happens even after a reboot of the machine.&amp;nbsp; There should be no additional files open at that point.&amp;nbsp; I even deleted the VSWebCache contents before rebooting.&lt;BR&gt;&lt;BR&gt;I will still try walking through what you outlined.&amp;nbsp; I will simply move the DLL out of the way, then try opening the project.&amp;nbsp; There will be a gob of errors, though, since no DLL exists in the bin.&amp;nbsp; I am not sure how this will work.&amp;nbsp; Maybe the actual procedure will make me see something that I am not thinking of right now.&lt;BR&gt;&lt;BR&gt;In addition, I do not include the DotNetNuke project in any of my builds.&amp;nbsp; No way.&amp;nbsp; I do not want to change that code in any way.&amp;nbsp; If I leave it totally untouched, then future upgrades will be a snap.&amp;nbsp; Also, why would anyone want to rebuild that finished project, anyway?&amp;nbsp; Unless changes to the core are being made.</description></item><item><title>Re: Dependency Warning After Build</title><link>http://forums.asp.net/thread/1088461.aspx</link><pubDate>Thu, 20 Oct 2005 02:00:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1088461</guid><dc:creator>photo_tom</dc:creator><author>photo_tom</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1088461.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1088461</wfw:commentRss><description>I have a similar problem.&amp;nbsp; With Microsoft's help we traced to a bug in VS2003.&lt;br&gt;
The problem is that VS opens files, then forget's that it has it open, then tries to overwrite a file that is already in use.&lt;br&gt;
&lt;br&gt;
My work around is to delete dotnetnuke.dll file before I open the
project.&amp;nbsp; Then for as long as the project stays open in VS, it
will work fine.&amp;nbsp; But if the project is opened with the DLL file
exists before the first build, it always fails for me.&lt;br&gt;
&lt;br&gt;
Hope this helps&lt;br&gt;
&lt;br&gt;
Tom&lt;br&gt;
&lt;br&gt;</description></item><item><title>Dependency Warning After Build</title><link>http://forums.asp.net/thread/1087998.aspx</link><pubDate>Wed, 19 Oct 2005 17:35:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1087998</guid><dc:creator>linguinut</dc:creator><author>linguinut</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1087998.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1087998</wfw:commentRss><description>Here's the output from my build using the MyModules structure:&lt;BR&gt;&lt;BR&gt;&lt;FONT size=1&gt;
&lt;P&gt;------ Build started: Project: Spiratex.SPXCustomers, Configuration: Debug .NET ------&lt;/P&gt;
&lt;P&gt;Preparing resources...&lt;/P&gt;
&lt;P&gt;Updating references...&lt;/P&gt;
&lt;P&gt;Warning: The dependency 'DotNetNuke, Version=3.1.1.33969, Culture=neutral' in project 'Spiratex.SPXCustomers' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke, Version=3.1.1.32786, Culture=neutral'.&lt;/P&gt;
&lt;P&gt;Performing main compilation...&lt;/P&gt;
&lt;P&gt;Building satellite assemblies...&lt;/P&gt;
&lt;P&gt;------ Build started: Project: Spiratex.SPXCustomers.SqlDataProvider, Configuration: Debug .NET ------&lt;/P&gt;
&lt;P&gt;Preparing resources...&lt;/P&gt;
&lt;P&gt;Updating references...&lt;/P&gt;
&lt;P&gt;Performing main compilation...&lt;/P&gt;
&lt;P&gt;Building satellite assemblies...&lt;/P&gt;
&lt;P&gt;------ Build started: Project: _DNNStub, Configuration: Debug .NET ------&lt;/P&gt;
&lt;P&gt;Preparing resources...&lt;/P&gt;
&lt;P&gt;Updating references...&lt;/P&gt;
&lt;P&gt;Performing main compilation...&lt;/P&gt;
&lt;P&gt;Building satellite assemblies...&lt;/P&gt;
&lt;P&gt;---------------------- Done ----------------------&lt;/P&gt;
&lt;P&gt;Build: 3 succeeded, 0 failed, 0 skipped&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;FONT size=3&gt;What is up with that warning?&amp;nbsp; How do I get rid of it?&lt;BR&gt;&lt;BR&gt;Ling&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;</description></item></channel></rss>