RE: [Draconet-users] Startup issues

2004-04-07 Thread Nick Robinson
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Abdullah > Siddiqui > Sent: 07 April 2004 22:59 > To: [EMAIL PROTECTED] > Subject: RE: [Draconet-users] Startup issues > > > I found the file as part of the MSI files that are there for download. > I am now

RE: [Draconet-users] Startup issues

2004-04-07 Thread Abdullah Siddiqui
I am trying this out on my remote machine with dracocli. I get warnings that the path does not exist. What does this mean? I have a drive mapped correctly for the srcsafe.ini but draco does not seem to find that. 4/7/2004 5:53:38 PM - Starting Draco.NET 4/7/2004 5:53:41 PM - Detected path: C:\Prog

RE: [Draconet-users] Startup issues

2004-04-07 Thread Abdullah Siddiqui
I found the file as part of the MSI files that are there for download. I am now able to build and have the email sent out. Next thing I need to do is to get this working remotely. On my remote machine I continue to get 100 response code even though if I run the same command from the command promp

RE: [Draconet-users] Startup issues

2004-04-07 Thread Abdullah Siddiqui
I downloaded draco-1.5-bin.zip from sourceforge. That does not contain the file. Is there some other archive that I should download instead? Thanks Abdullah --- Michael Ferrante <[EMAIL PROTECTED]> wrote: > 1) the return code is what devenv.com returned to draco.net, so it is > literally the comm

RE: [Draconet-users] Startup issues

2004-04-07 Thread Michael Ferrante
1) the return code is what devenv.com returned to draco.net, so it is literally the command line return code that visual studio gave back to draco.net. Command line apps return integers back upon exit as a "return code". Return of 0 usually indicates success, so return code 1 means that something

RE: [Draconet-users] Startup issues

2004-04-07 Thread Abdullah Siddiqui
Did the change and here are the results. What does the return code 1 mean? The file it is looking to send is not there, any reason Draco.NET did not generate it? 4/7/2004 12:52:18 PM - Starting Draco.NET 4/7/2004 12:53:17 PM - Simulator : Checking module for changes 4/7/2004 12:53:17 PM - Detected

RE: [Draconet-users] Startup issues

2004-04-07 Thread Michael Ferrante
Just make a small change: add to whatever you already have in the section, to the beginning of that section in the start tag add an attribute edition and make it equal to 2003. So find the line in your config file that looks similar to And change that one line to say -Original Message

RE: [Draconet-users] Startup issues

2004-04-07 Thread Abdullah Siddiqui
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" > > > > ... > ... > > > > > -Original Message- >

RE: [Draconet-users] Startup issues

2004-04-07 Thread Michael Ferrante
Try something like this in the draco.exe.config file in the devenv section, add the edition="2003" ... ... -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] Su

Re: [Draconet-users] Startup issues

2004-04-07 Thread Nick Robinson
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 canno