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
430
Upgrade of controls renders reference <The system cannot find the reference specified>
posted

I upgraded my solution from V12.1 to 12.2, and everything completed 100%.  However, every reference to the new dll's shows as <The system cannot find the reference specified>.  I've removed the references and re-added them... even tried browsing for them.

The same solution, opened in my trial version of VS 2012 has no problems   It's only in VS 2008 that I see this problem.

Is VS 2008 not supported with 12.2?

Parents
No Data
Reply
  • 4618
    Suggested Answer
    posted

    Hi mictherr,

    The reason that you are only seeing this error in Visual Studio 2008 is that NetAdvantage 12.2 implements the .NET 4.0 framework, which VS2008 does not support; you would need either VS2010 or VS2012, in this case as both support CLR4.

    Note: The latest version of NetAdvantage that is compatible with VS2008 is 12.1, which offers both CLR2 and CLR4 support.

    This compatibility information may also be viewed from the Infragistics website, within the Supported Environments section; a link to which I have provided below, for reference.

    Supported Environments:
    http://es.infragistics.com/help/supported-environments

    If you have any further questions regarding this issue, please let me know.

    Sincerely,
    Chris K
    Developer Support Engineer
    Infragistics, Inc.
    www.infragistics.com/support

Children
No Data