|
|
|
Very good article.
Thank you for sharing. Is there a way by any chance to have the sample project as well?
Andreas Andreou |
05.11.06 - 11:27 am | #
|
|
Andreas,
It seems it will take some time for the publisher to provide links.
I have posted the source code for RemoteDiskWSE30Before and RemoteDiskWSE30After.
Martin Kulov |
Homepage |
05.11.06 - 3:56 pm | #
|
|
Thank you very much.
After checking the post again today the link for downloading was there.
Keep up the good work
Andreas Andreou |
05.12.06 - 2:52 am | #
|
|
I downloaded your sample project so I could try to stumble through it and get a better understanding of how to build my own file transfer service. However, I am having a little trouble getting it to run; I solved my first problem of unknown namespace by including the references to the other projects. So, now that it compiles, it will not run because it has an output type of ‘Class Library’. Do I need to build another application to run your sample code or am I doing something wrong?
I look forward to any help you can offer,
Thank you
Kris
Kris Axtman |
07.17.06 - 5:15 pm | #
|
|
Kris,
you have to open Solution Explorer, select project RemoteDiskClient, right click and select Set as startup project. This configuration is stored in user specific files for a given solution and usually is not distributed. Sorry for the misconfiguration of the references. As I see this happens only in the Before version of the project.
Thanks for letting me know.
Martin Kulov |
Homepage |
07.18.06 - 2:15 pm | #
|
|
Commenting by HaloScan
|