Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hello

while I try to connect a gridview to my database this error occurs why?

what can I do?

An unexpected error has occurred.
 Error Message: Could not load type 'Microsoft.VisualStudio.DataDesign.SyncDesigner.SyncFacade.SyncManager' from assembly 'Microsoft.VisualStudio.DataDesign.SyncDesigner.DslPackage, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
Posted
Updated 12-Mar-14 10:51am
v2
Comments
Sergey Alexandrovich Kryukov 12-Mar-14 18:43pm    
You should not resolve messages, but need to fix the root cause of the problem. Without seeing your code sample, it's hard to say anything useful.
—SA

1 solution

 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 12-Mar-14 18:46pm    
Maciej, I really cannot see how OP could possibly fix some code using this information. I think what I wrote in my comment to the question would be all we can tell. The idea is more or less clear, but we need to know what assemblies are involved and what reference what...
—SA
Maciej Los 13-Mar-14 3:15am    
Sergey, thank you for your comment.
If i understand OP correctly, the main problem is that reference to Microsoft.VisualStudio.DataDesign.SyncDesigner.SyncFacade.SyncManager is missing. He/She needs to fix it by adding it to project ;)
Let's see ;)
Sa.Mo 13-Mar-14 7:22am    
how add Microsoft.VisualStudio.DataDesign.SyncDesigner.SyncFacade.SyncManager to my project?
Sa.Mo 13-Mar-14 12:17pm    
I add Microsoft.VisualStudio.DataDesign.SyncDesigner.DslPackage.dll
and I don't find Microsoft.VisualStudio.DataDesign.SyncDesigner.SyncFacade.SyncManager in Add Reference dialog box.
this error occurred again.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900