I can now confirm that two of the samples in the SDK do not work. I was able to get the Provider sample to work after some investigation and a simple bug fix. And I am able to get parts of the Remote Access sample to work if I install my addin on
my development server at C:\Program Files\Windows Server\Bin\WebApps\RemoteAccess and
- move the dll for the addin to C:\Program Files\Windows Server\Bin\WebApps\RemoteAccess\bin
- delete the web.config file for the addin project.
- Ensure that the Guid in the webaddin.xml document is unique.
It has taken me over 4 days to get two samples partially working and I have had to hack and fix the samples just to get that far. I also noticed that some public classes are missing from the documentation provided. I know because they
show up in .Net Reflector. I wanted others in the forums to read this so that they do not waste their time on the samples. As for me I am done with them until they are updated.
To the Microsoft folks:
I understand that the samples will always be behind the development of the framework but you could occasionally post some updates to the samples on the Windows Home Server blog or in this forum. I am very excited by the new Beta
and I still plan on using the beta and reporting bugs but I thought that having developers create addins was also a part of the Beta process (Hence the existance of this forum).
So the question I would like answered is does the WHS development team want developers to attempt to create addins during the Vail Beta period?
Thanks