BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  Development  General develop...  Compile Problems (BugNET 0.7 Beta 1)
Previous Previous
 
Next Next
New Post 12/13/2006 9:01 AM
User is offline brewerdc
3 posts
No Ranking


Compile Problems (BugNET 0.7 Beta 1) 
 

Hello,

I'm having troubles compiling and running the solution file for BugNET 0.7 Beta 1.  These are the errors im getting when I attempt to build:

 Error 1113 The command "copy C:\Documents and Settings\User\My Documents\Visual Studio Projects\Intrepid\SmallBiz\Templates\ProjectTemplates\Visual Web Developer\CSharp\BugNET\src\Library\HttpModules\Authentication\bin\Debug\BugNET.HttpModules.Authentication.dll  C:\Documents and Settings\User\My Documents\Visual Studio Projects\Intrepid\SmallBiz\Templates\ProjectTemplates\Visual Web Developer\CSharp\BugNET\src\\BugNET_WAP\bin\BugNET.HttpModules.Authentication.dll
copy C:\Documents and Settings\User\My Documents\Visual Studio Projects\Intrepid\SmallBiz\Templates\ProjectTemplates\Visual Web Developer\CSharp\BugNET\src\Library\HttpModules\Authentication\bin\Debug\BugNET.HttpModules.Authentication.pdb C:\Documents and Settings\User\My Documents\Visual Studio Projects\Intrepid\SmallBiz\Templates\ProjectTemplates\Visual Web Developer\CSharp\BugNET\src\\BugNET_WAP\bin\BugNET.HttpModules.Authentication.pdb" exited with code 1. HttpModule.Authentication

AND

Error 1114 The command "copy C:\Documents and Settings\User\My Documents\Visual Studio Projects\Intrepid\SmallBiz\Templates\ProjectTemplates\Visual Web Developer\CSharp\BugNET\src\Library\HttpModules\MailBoxReader\bin\Debug\BugNET.HttpModules.MailBoxReader.dll  C:\Documents and Settings\User\My Documents\Visual Studio Projects\Intrepid\SmallBiz\Templates\ProjectTemplates\Visual Web Developer\CSharp\BugNET\src\\BugNET_WAP\bin\BugNET.HttpModules.MailBoxReader.dll
copy C:\Documents and Settings\User\My Documents\Visual Studio Projects\Intrepid\SmallBiz\Templates\ProjectTemplates\Visual Web Developer\CSharp\BugNET\src\Library\HttpModules\MailBoxReader\bin\Debug\BugNET.HttpModules.MailBoxReader.pdb C:\Documents and Settings\User\My Documents\Visual Studio Projects\Intrepid\SmallBiz\Templates\ProjectTemplates\Visual Web Developer\CSharp\BugNET\src\\BugNET_WAP\bin\BugNET.HttpModules.MailBoxReader.pdb" exited with code 1. HttpModule.MailBoxReader

I've tried manually copying over the 4 files to the attempted copy location (BugNET_WAP\bin\) but I'm still getting the compile errors.  I think it may have to do with the "\\" in the path... not sure where exactly these commands are being executed.

Thanks in advance!

Daniel Brewer

 
New Post 12/13/2006 9:07 AM
User is offline brewerdc
3 posts
No Ranking


Re: Compile Problems (BugNET 0.7 Beta 1) 

UPDATE:

I've attempted to correct the post-build commands by deleting a "\" before BugNET_WAP but still recieve the compile errors.

 
New Post 12/13/2006 5:03 PM
User is offline admin
658 posts
bugnetproject.com
1st Level Poster




Re: Compile Problems (BugNET 0.7 Beta 1) 
Try putting quotes around the post build copy commands like below:

copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)\BugNET_WAP\bin\$(TargetName).dll"

When there are spaces in your directories you usually need quotes around them using the dos copy command.

Davin Dubeau
BugNET - Core Developer

 
Previous Previous
 
Next Next
  Forum  Development  General develop...  Compile Problems (BugNET 0.7 Beta 1)

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.