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
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.
Hello,
I have changed all references to v14.2 in the web.config file at the assemblies- and controls-node. The sample is still not runable. If I try to compile or try to view a aspx-page I got the error "assemblyname or code base invalid".
Trying to show the WebTab.aspx the ScriptManager1 and WebTab1 produces this error.
I have attached my modified web.config. Can you please check it.
I could not find anything wrong with the web.config. However, I am attaching mine as it is working ok for me and could be more easily to just try my web.config. Let me know how it works for you. I suggest try it and rebuild the project using the new web.config. If the issue persists, it is likely there have being other changes made to your project and not just in the config file. If this is the case, removing all changes made should be an option. It is also possible to reinstall the product and override the startup solution in the process, followed by a manual change of the references to 14.2.
Please let me know how these suggestions work for you.
Thanks for your web.config. I can run the solution now.
I don't know why. I also can not see the point.
Thank you.