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
4032
ASP.NET Startup Solution 2014.2 does not compile / run
posted

Hi,

I have not much experience in ASP.NET projects and I'm trying to getting closer there. But It's hard to getting started. Samples and videos I have checked out on several links are showing old versions with different folder contents and samples I have in the current version.

Opening the ASP.NET startup solution all references are set to 2014.1 version and the version utility is not able to update the solution because of retired controls!!

Is there somewhere a working solution for the current version for downloading? Link to up-to-date tutorials and videos how to get started with ASP.NET / Ignite UI?

Best Regards

Markus

Parents
No Data
Reply
  • 10685
    Suggested Answer
    Offline posted

    Hello Markus,

    Thank you for the feedback. We will take steps to fix the references for the 2014.2 Startup Solution. What is more, it is likely this fix to be included in the upcoming service release for 2014.2 as well.

    In order to work around this while there is an official fix, I suggest you to change the references in the solution manually. It is possible to change the existing 14.1 references to the current 14.2 version you have installed.

    The ASP.NET volume release (RTM) version is 14.2.20142.1028. Currently the last official Service Release version is 14.2.20142.2146.

    If you are uncertain what the exact version of 14.2 you have installed is, the default location for all of the dll files is:

    C:\Program Files (x86)\Infragistics\2014.2\ASP.NET\CLR4.0\Bin

    You could inspect one of these in order to see the current version installed.

    What is left is to open the StartupSolution and navigate to the Web.config file.

    Replace the following in the Current Document: v14.1, Version=14.1.20141.1 with the current 14.2 version installed.

    For example if you have installed the RTM it will be: v14.2, Version=14.2.20142.1028. Rebuild the project and all should be working fine from now on.

    Additionally, you could always reefer to the following resources in order to get a better understanding of both ASP.NET and IgniteUI products:

    ASP.NET

    - Official documentation could be found here

    - Official documentation per control basis here:

    - Online samples on the official site here. You could navigate to all controls using the blue top navigation section.

    IgniteUI:

    • IgniteUI official site including lots of runnable code samples here

    • IgniteUI API documentation here

    • IgniteUI help documentation here

    Our YouTube videos could be found here

    These resources will be enough not only for getting to know the products, but actually use these while developing as well.

Children