I'm running win2000 SP3 with VS 2003 enterprise on my box - and desire to have
C# sample code.
I get an error when I attempt to run the installQuickstarts.vbs of
line: 357 - file not found.
which is in the CreateManifests procedure attempting to run the code of:
fileSystem.CopyFile folderPath &
"DemoFiles\FlexPointsServer\2.0.0.0\FlexPoints.exe", folderPath &
"FlexPoints.exe"
There is no FlexPoints.exe located in that diretory - only a SampleAssembly.exe
How can I resolve this?
--
Thanks in advance, Les Caudle
Les Caudle - 25 Aug 2003 17:32 GMT
GetVSPath makes a bad assumption about where VS.NET is located.
>I'm running win2000 SP3 with VS 2003 enterprise on my box - and desire to have
>C# sample code.
[quoted text clipped - 12 lines]
>
>How can I resolve this?