f**king the two bugs from Visual studio!

1, visual studio能正常链接数据库,使用BindingSource控件,设置DataSource属性,添加项目数据源时,出现了问题。

 

“在数据源配置向导”对话框的倒数第二步,出现了一个异常,原文如下“从数据库检索信息时发生错误:

 

‘Microsoft.VisualStudio.DataDesign.SyncDesigner.SyncFacade.SyncTableConfigManager’ 的类型初始值设定项引发异常。”

 

google了一下,发现microsoft提供的解决方法:

 

“This is probably caused by a failure installation of OCS in the SP1. So try remove and re-install the following two

 

   items:

1) Microsoft SQL Server Compact 3.5 Service Pack 1
2) Synchronization Services for ADO.NET version 1.0 Service Pack 1 for Windows Desktop

http://www.microsoft.com/downloads/details.aspx?familyid=DC614AEE-7E1C-4881-9C32-3A6CE53384D9&displaylang=en

 

 

  更f**king的是,我的状况还与上面的不同,发现可能是visual studio 2010 beta版本惹的祸!再次f**king。浪费我两个钟头。

 

 

2,在visual studio 2008编译MFC程序时,会间歇性抽风,解决方案就是 项目属性,把增量编译那一项disable掉!

 

 

 

你可能感兴趣的:(f**king the two bugs from Visual studio!)