Having trouble getting samples from ctp working
-
3 lipca 2010 00:37
I've installed both msi (x86 and x64) successfully. When I open the ListService project for example, the reference for Microsoft.Synchronization.Services shows a yellow triangle ! meaning it could not be found. I even tried this in a VM with just vs2008 installed from scratch and got the same thing. Since no one else seems to have this issue, I wonder what it is I'm doing wrong.
Thanks, -Peter
(BTW, my dev box is win7-64 RTM)
Peter Kellner http://peterkellner.net Microsoft MVP • ASPInsider
Wszystkie odpowiedzi
-
3 lipca 2010 01:24Moderator
Microsoft.Synchronization.Services is not a gac'd dll. So you can always just remove the reference and readd the reference to see if it solves the problem.
Maheshwar Jayaraman - http://blogs.msdn.com/mahjayar- Oznaczony jako odpowiedź przez Peter KellnerMVP 3 lipca 2010 03:43
-
3 lipca 2010 01:40I extracted all the msi's in the ctp and could not find the Microsoft.Synchronization.Services anyplace. What dll is it in?
Peter Kellner http://peterkellner.net Microsoft MVP • ASPInsider -
3 lipca 2010 03:44
I found the dll in the /server directory to use. I think I now know what to do to go forward.
Peter Kellner http://peterkellner.net Microsoft MVP • ASPInsider -
6 lipca 2010 14:35
One other thing you may want to check if you are running VS 2010 is that the dll is not blocked.
When I downloaded and extracted the zip all of the files from within the zip were blocked by windows, right click, properties and click unblock, otherwise VS2010 complains about it being a nontrusted path.
Thanks
Pete