Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
900
Debug symbols
posted

when I try to load the debug symbols of Infragistics, I get following message:
"A matching symbol file was not found in this folder"

1.) How can I install NetAdvantage Windows Forms 12.2 with samples & Co. on the developer computer, but not to put the DLLs into the GAC (C:\Windows\Microsoft.NET\assembly\GAC_MSIL)?

2.) If it is not possible, how can I get the PDB Files matching to that DLLs? NetAdvantage_WinForms_20122.1006_Symbols have an other timestamp.

 

Parents
  • 53790
    posted

    Hello Jabor

    jabor said:
    1.) How can I install NetAdvantage Windows Forms 12.2 with samples & Co. on the developer computer, but not to put the DLLs into the GAC (C:\Windows\Microsoft.NET\assembly\GAC_MSIL)?

    if you are using Infragistics assemblies on developer machine wihtout put the DDLs into GAC, you could not be able to use control`s designer, so my suggestion is to install them in the GAC

    jabor said:
    2.) If it is not possible, how can I get the PDB Files matching to that DLLs? NetAdvantage_WinForms_20122.1006_Symbols have an other timestamp

    If I understand well your question, you could download our Source code from Infragistics.com ->  Account -> My Keys and Downloads -> Source Code. Unzip the file and buid WinForms_Master_CLR40.sln solution. After that you could find the PDB files for each control in the ..\\..\\ Bin \ Debug   folder.

    Let me know if you have any questions.

    Regards

Reply Children