Just make a small change: add to whatever you already have in the <devenv> section, to the beginning of that section in the start <devenv> tag add an attribute edition and make it equal to 2003.
So find the line in your config file that looks similar to <devenv> And change that one line to say <devenv edition="2003"> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Abdullah Siddiqui Sent: Wednesday, April 07, 2004 10:02 To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] Startup issues What to put in this section? You have put in only ellipsis there. Thanks Abdullah --- Michael Ferrante <[EMAIL PROTECTED]> wrote: > Try something like this in the draco.exe.config file in the devenv > section, add the edition="2003" > > > <devenv edition="2003"> > ... > ... > </devenv> > > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Nick > Robinson > Sent: Wednesday, April 07, 2004 00:22 > To: [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: [Draconet-users] Startup issues > > Looking at the output, it seems the DevEnvBuildTool fails to get the > install > path(?) for Dev Studio. I seem to remember somebody changed this > fairly recently, I also seem to remember somehting about putting a > path in the config for the version of DevStudio. I dont know if that > is true - I cannot GET the latest source from work. Can someone else confirm this? > > nick.robinson > site : www.fromconcept.co.uk > blog : www.fromconcept.co.uk/weblog.aspx draco : > draconet.sourceforge.net > > > Abdullah Siddiqui <[EMAIL PROTECTED]> wrote: > > > After letting it run for some time, this is the result that I have > > gotten. Note though that I do have vs.net 2003 installed and > > functioning on the machine without any problems. > > > > 4/6/2004 4:38:11 PM - Simulator : Checking module for changes > > 4/6/2004 4:38:11 PM - Detected path: C:\Program Files\Microsoft > > Visual > > Studio\Common\VSS\win32 > > 4/6/2004 4:38:11 PM - HISTORY arguments: history "$/Simulator" -R > > -I-N -Y"asiddiqui" -Vd"4/6/2004;4:38:11 PM~4/6/2004;3:49:34 PM" > > [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp316.tmp > > 4/6/2004 4:38:12 PM - Simulator : Detected 3 change(s) to module > > 4/6/2004 4:38:12 PM - Simulator : Entering 60 second sleep period > > 4/6/2004 4:39:12 PM - Check again: 4/6/2004 3:49:34 PM > > 4/6/2004 4:39:12 PM - Detected path: C:\Program Files\Microsoft > > Visual > > Studio\Common\VSS\win32 > > 4/6/2004 4:39:12 PM - HISTORY arguments: history "$/Simulator" -R > > -I-N -Y"asiddiqui" -Vd"4/6/2004;4:39:12 PM~4/6/2004;3:49:34 PM" > > [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp317.tmp > > 4/6/2004 4:39:12 PM - Check again: 3 > > 4/6/2004 4:39:12 PM - Simulator : Detected 0 additional > > modification(s) > > 4/6/2004 4:39:12 PM - Simulator : Building module > > 4/6/2004 4:39:12 PM - Detected path: C:\Program Files\Microsoft > > Visual > > Studio\Common\VSS\win32 > > 4/6/2004 4:39:12 PM - Setting SSDIR environment variable to: > > C:\Program Files\Microsoft Visual Studio\Common\VSS\ > > 4/6/2004 4:39:12 PM - GET arguments: get "$/Simulator" -R -I-N > -Y"asiddiqui" > > -W > > 4/6/2004 4:39:12 PM - cwd : > > C:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp318.tmp > > 4/6/2004 4:39:12 PM - ssdir : C:\Program Files\Microsoft Visual > > Studio\Common\VSS\ > > 4/6/2004 4:39:22 PM - Failed to process build 'Simulator'. The > > following exception occurred: > > System.ApplicationException: DevStudio.NET does not appear to be installed > > at Chive.Draco.Tool.DevEnvBuildTool.get_DevEnvExe() > > at Chive.Draco.Tool.DevEnvBuildTool.Execute(String workingDirectory) > > at Chive.Draco.BuildRunner.BuildModule(Modification[] mods) > > > > Diagnostic information > > ---------------------- > > Working directory: C:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp318.tmp > > 4/6/2004 4:39:23 PM - Simulator : Build completed with exit code 1 > > 4/6/2004 4:39:24 PM - Simulator : Sending build results email to: > > [EMAIL PROTECTED] [EMAIL PROTECTED] > > 4/6/2004 4:39:24 PM - Simulator : Failed to send build results email > > System.IO.FileNotFoundException: Could not find file > > "d:\draco\draco\modifications.xsl". > > File name: "d:\draco\draco\modifications.xsl" > > at System.IO.__Error.WinIOError(Int32 errorCode, String str) > > at System.IO.FileStream..ctor(String path, FileMode mode, > > FileAccess access, FileShare share, Int32 bufferSize, Boolean > > useAsync, String msgPath, Boolean > > bFromProxy) > > at System.IO.FileStream..ctor(String path, FileMode mode, > > FileAccess access, FileShare share) > > at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials > > credentials) > > at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String > > role, Type > > ofObjectToReturn) > > at System.Xml.XmlTextReader.CreateScanner() > > at System.Xml.XmlTextReader.Init() > > at System.Xml.XmlTextReader.Read() > > at System.Xml.XmlValidatingReader.ReadWithCollectTextToken() > > at System.Xml.XmlValidatingReader.Read() > > at System.Xml.XPath.XPathDocument.Load(XmlReader reader) > > at System.Xml.XPath.XPathDocument.Init(XmlReader reader) > > at System.Xml.XPath.XPathDocument..ctor(String uri) > > at Chive.Draco.Notify.EmailNotifier.GetHtml(BuildResult results) > > at Chive.Draco.Notify.EmailNotifier.Notify(BuildResult results) > > > > Thanks > > Abdullah > > --- Michael Ferrante <[EMAIL PROTECTED]> wrote: > > > Abdullah - > > > > > > Each time Draco.net is started, initially it looks for changes > > > since the start of the service. > > > Here are some things to try that might help. > > > > > > 1) Try starting the service and waiting a minute, then making a > > > change to once of the files in source control under the > > > $/Simulator path > somewhere. > > > 2) Also try using the dracocli.exe to force a build through > > > draco.net and see if, besides checking the history, draco.net is > > > able to get from source control, perform a build, and complete any > notifications. > > > 3) Try getting the latest code from CVS (you can use the Tortoise > > > CVS > > > client) and working with that code. > > > > > > > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] On Behalf Of > > > Abdullah Siddiqui > > > Sent: Tuesday, April 06, 2004 13:55 > > > To: [EMAIL PROTECTED] > > > Subject: Re: [Draconet-users] Startup issues > > > > > > Running locally, same result. Though it does not say code 100. > > > What else should I try? > > > > > > 4/6/2004 3:48:34 PM - Starting Draco.NET > > > 4/6/2004 3:49:34 PM - Simulator : Checking module for changes > > > 4/6/2004 3:49:34 PM - Detected path: C:\Program Files\Microsoft > > > Visual > > > Studio\Common\VSS\win32 > > > 4/6/2004 3:49:34 PM - HISTORY arguments: history "$/Simulator" -R > > > -I-N -Y"asiddiqui" -Vd"4/6/2004;3:49:34 PM~4/6/2004;3:49:34 PM" > > > [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp2D8.tmp > > > 4/6/2004 3:49:42 PM - Simulator : Detected no changes to module > > > 4/6/2004 3:50:42 PM - Simulator : Checking module for changes > > > 4/6/2004 3:50:42 PM - Detected path: C:\Program Files\Microsoft > > > Visual > > > Studio\Common\VSS\win32 > > > 4/6/2004 3:50:42 PM - HISTORY arguments: history "$/Simulator" -R > > > -I-N -Y"asiddiqui" -Vd"4/6/2004;3:50:42 PM~4/6/2004;3:49:34 PM" > > > [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp2D9.tmp > > > 4/6/2004 3:50:43 PM - Simulator : Detected no changes to module > > > 4/6/2004 3:51:43 PM - Simulator : Checking module for changes > > > 4/6/2004 3:51:43 PM - Detected path: C:\Program Files\Microsoft > > > Visual > > > Studio\Common\VSS\win32 > > > 4/6/2004 3:51:43 PM - HISTORY arguments: history "$/Simulator" -R > > > -I-N -Y"asiddiqui" -Vd"4/6/2004;3:51:43 PM~4/6/2004;3:49:34 PM" > > > [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp2DA.tmp > > > 4/6/2004 3:51:43 PM - Simulator : Detected no changes to module > > > 4/6/2004 3:52:43 PM - Simulator : Checking module for changes > > > 4/6/2004 3:52:43 PM - Detected path: C:\Program Files\Microsoft > > > Visual > > > Studio\Common\VSS\win32 > > > 4/6/2004 3:52:43 PM - HISTORY arguments: history "$/Simulator" -R > > > -I-N -Y"asiddiqui" -Vd"4/6/2004;3:52:43 PM~4/6/2004;3:49:34 PM" > > > [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp2DB.tmp > > > 4/6/2004 3:52:43 PM - Simulator : Detected no changes to module > > > > > > Thanks > > > Abdullah > > > > > > --- Nick Robinson <[EMAIL PROTECTED]> wrote: > > > > Abdullah Siddiqui <[EMAIL PROTECTED]> wrote: > > > > > > > > > the identity that the service is running under is my account. > > > > > > > > > > > > > > > > > > Abdullah, > > > > > > > > The problem we all have with VSS, is that Microsoft, in their > > > > ultimate wisdom, return error code 100 for a number of problems > > > > it might experience during an invokation. Typically, in 99/100 > > > > times, this error is down to privileges - that is privileges of > > > > the draco service when it makes a call onto VSS. > > > > > > > > My first piece of advice at this stage, would be to back out a little. > > > > > Put a VSS DB on your local machine, and get draco working with > > > > that - you can remove any network privileges etc out of the loop > > > > by making this > > > move. > > > > Create a simple project and update the draco config, and see > > > > what > happens. > > > > > > > Also, double-check you have not set the Draco service to log on as: > === message truncated === __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users