Link to home
Start Free TrialLog in
Avatar of CampnJim
CampnJim

asked on

Microsoft.Synchronization.Data.Server

I have an application that I built in VB2010. It work fine on my development computer but I can't install it on any other computer due to this error...

"Unable to install or run the application. The application requires that assembly Microsoft.Synchronization.Data.Server Version 2.0.0.0.0 be installed in the Global Assembly Cache (GAC) first."

I've installed SyncSDK-v2.1-x86-ENU.msi which according to Microsoft, installs this assembly, but I still have the same error.

Does anyone know how I can get this assembly installed in the GAC so I can get my program installed?

Thanks,
Jim
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

you installed it on the other computer as well?
have you checked the redistribution page?

http://msdn.microsoft.com/en-us/library/dd937085.aspx
ASKER CERTIFIED SOLUTION
Avatar of CampnJim
CampnJim

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CampnJim
CampnJim

ASKER

I was able to fix the issue before getting a solution from others, so I added what I did to help others that may have the same issue.