Hello Vince,
1. The download
provided for NetAdvantage for Windows Forms 2008 Vol. 2 actually contains
the whole bundle (i.e. ASP.NET source too). Not a big issue, just FYI.
2. The PDBs provided don't
work. Or at least they don't work the way they had with the 8.1 version. I do
the following:
a. Start any Windows
Forms application with references set to Infragistics assemblies in GAC
b. Place a breakpoint
somewhere in your code (I do it in my sample on the line
ultraGrid1.SetDataBinding(... ))
c. When breakpoint is hit,
open in Visual Studio Debug-Windows-Modules (I'm translating from German, don't
hesitate to ask, if you don't find some menus or similar). Right-click the row
with UltraWinGrid DLL -> Load symbols.
d. Select the provided pdb
file.
e. For 8.2 version the
Visual Studio refuses to accept the pdb with error message "The symbol
file bla-bla-bla.pdb does not match the module"
Once again, this method does
work for version 8.1
Please, check it on your
side and fix it. I’ll also file a support incident. Just for a case :)