1
我有一個複雜的Windows Phone 7類庫已經運行好幾個月。但是,僅對csproj文件中的類庫進行單行更改會導致代碼失敗。有問題的一條線是這個:System.Windows.Interactivity,版本= 3.8.5.0中斷呼叫OnApplyTemplate()
來自:
<Reference Include="System.Windows.Interactivity, Version=3.7.5.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35,
processorArchitecture=MSIL" />
到:
<Reference Include="System.Windows.Interactivity, Version=3.8.5.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35,
processorArchitecture=MSIL" />
失敗我指的是一個事實,即OnApplyTemplate()過載,正確的必要我們的班級圖書館的功能不再被稱爲。
任何人都可以請我看看這個問題嗎?
非常感謝。