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
750
Version 12.1.20121.2024
posted

Hi!

My developer machine crashed recently and I need to re-install infragistics. However, I don't want to upgrade infragistics because then I would constantly have different project files because the references would be to a different version than what's under source control. If I checkin my changes to the project files I force everyone on the team to upgrade (true, using exe.conf files I could maybe assembly redirection but I'd prefer not to). So I need to install 12.1.20121.2024 of Infragistics Windows Forms DLLs. I've searched the website and download archives but cannot find the appropriate combination of releases and service releases to produce the right version of the DLLs. Here the reference in my csproj file:

<Reference Include="Infragistics4.Win.v12.1, Version=12.1.20121.2024, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />

I've installed NetSdvantagefor .NET for 2012v1 which takes me to 12.1.20121.1001. If I apply the service patch it brings me to build 2135. I've examined the engineering blog and found that the release I want lies somewhere between these dates:

5-7-2012:  release 12.1.20121.1001

http://es.infragistics.com/community/blogs/engineering/archive/2012/05/07/netadvantage-for-windows-forms-release-notes-june-12-1-volume-release.aspx

12-20-2012: release 12.1.20121.2082

http://es.infragistics.com/community/blogs/engineering/archive/2012/12/20/netadvantage-for-windows-forms-release-notes-december-11-2-12-1-12-2-service-releases.aspx

Where can I find or by combination install build 2024? Or, perhaps, you have an alternative suggestion?

Thanks!

Craig

Parents
No Data
Reply
  • 2077
    Offline posted

    Set "Specific Version" to False on all Infragistic libraries' references, and everyone could work with different builds of the same version of controls.

    I am always using the latest build to see if something is fixed or has performance improvements, while the build is made with an older Infragistics build.

    HTH,

    Emanuel

Children