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