Work email on VS designer screen of death…
———–
Gentlemen,
I wanted to share this find with you.
I was experiencing multiple designer exceptions when trying to bring various designer views – I think some of you encountered the same at different times. As result of investigation, it happened to be discrepancy of Infragistics versions on my machine: the version I had installed was 9.1.20091.1000 and the version we have in ClearCase is 9.1.20091.2050. I didn’t know how to upgrade properly so I just dragged and dropped the xxx.2050 files from our 3rdparty folder into GAC (c:\WINDOWS\assembly). After cleaning and rebuilding solution I was able to bring all designer views I tried so far – even those, which I thought were long lost.
Hope this helps – I know it bugged me for quite some time
Also, we have discrepancies in various places in our projects – here’s UIP proj example. Please note 9.1.20091.1000 and 8.2.20082.2022 descriptors for the DLLs, which are actually 9.1.20091.2050. It does not seem that this affects the designer view though – but definitely something to keep an eye on.
<Reference Include=“Infragistics2.Win.UltraWinDataSource.v9.1,
Version=9.1.20091.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb,
processorArchitecture=MSIL“><SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\3rdparty\infragistics\WindowsForms\bin\Infragistics2.Win.UltraWinDataSource.v9.1.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include=“Infragistics2.Win.UltraWinEditors.v9.1,
Version=8.2.20082.2022, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb,
processorArchitecture=MSIL“><SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\3rdparty\infragistics\WindowsForms\bin\Infragistics2.Win.UltraWinEditors.v9.1.dll</HintPath>
<Private>False</Private>
</Reference>
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
