Hello,
I'm fairly familiar with Visual C#, but I've never dealt with DSS or MRDS. I got the book (like it so far) and tried to run the examples. I got the "
ProMRDS Samples in ZIP Format" file, extracted it to the MRDS folder, and ran setup.cmd in the DSS Command Prompt.
If I do the dsshost -p:50000 -t:50001 and look with a browser, it has the same number of items in the list (as shown on page 22), but the Constructor line does not have a sub-folder.
http://i209.photobucket.com/albums/b...ectory16FE.jpg
If I click on Constructor, I see the following:
http://i209.photobucket.com/albums/b...r16FEB2010.jpg
If I click on Constructor on the Service Directory page, I see:
http://i209.photobucket.com/albums/b...e16FEB2010.jpg
The reason I post all that about the constructor is because when I type 'welcome' in a DSS Command Prompt, I get the following errors:
http://i209.photobucket.com/albums/b...t16FEB2010.jpg
In case you can't see the screen shot linked above:
Code:
*** Error creating service. Service type:http://schemas.tempuri.org/2008/02/firstservice/firstservice.html [02/16/2010 10:38:23][http://brazo-i:50000/constructor]
*** Service creation failure...
So I'm guessing it's a problem related somehow to the constructor. I'm running on a WinXP laptop that's been running Visual Studio 2008 Std for many months. Any ideas?