This is a migrated thread and some comments may be shown as answers.

[Solved] After reading documenation on MVC1 and MVC2 ..

2 Answers 91 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
IQworks
Top achievements
Rank 1
IQworks asked on 17 Feb 2010, 06:38 PM
  Hi,
    First, thanks for helping me with all of the many MVC posts I have submitted in the last couple of weeks. I believe Telerik products are great, and thats why I am determined to use them with my latest MVC application. I know that there are components that are being worked on for future releases, and that current MVC components are being refined. I intend on working with them. Thanks for all of your hard work !
   
    Here is the question for this post ....
    I have a new build and wanted to know which dll to use. I read this .... 
    http://blogs.telerik.com/blogs/posts/09-12-18/telerik_extensions_for_asp_net_mvc_now_support_asp_net_mvc2_rc.aspx
    However, still not quite sure if I should be using MVC1 or MVC2 ?
    I have enclosed a snapshot of my latest dll levels.

   Thanks as always.

2 Answers, 1 is accepted

Sort by
0
IQworks
Top achievements
Rank 1
answered on 17 Feb 2010, 07:21 PM
 I found out - here is a attatched snapshot of the error I got from using the dll from MVC2 .....

 I needed MVC1.

Thanks
0
IQworks
Top achievements
Rank 1
answered on 12 Mar 2010, 07:59 PM
  Hi, 
    I talked to someone at a users group meeting recently and thought I would post this now that I see the MVC1 MVC2 issue a lot better now.
    Telerik MVC2 needs to go along with ASP.NET MVC 2.  
   I had to install (upgrade from MVC1) ASP.NET MVC 2 and then install (Move to the BIN folder in my project) MVC2/Telerik.Web.Mvc.dll 2010.1.222.235 (as opposed to MVC1 2010.222.135) . 
    Here is where I downloaded the MVC2 version - http://aspnet.codeplex.com/releases/view/41742 
    From here I downloaded the "ASP.NET MVC2 RTM Source Code".   
    Once downloaded,
1 -  I took a valuable peek at the ASP.NET MVC 2 Release Candidate Release Notes. 2 -  I ran the AspNetMVC2_RC_VS2008.exe - this adds the MVC2 code to your visual studio 2008 so you can create MVC2 projects.
3 -  Follow the instructions in the section - Upgrading an ASP.NET MVC 1.0 Project to ASP.NET MVC 2It will tell  the changes you need to make in the Web.config files and the proj files.    
. (If you have a test project be sure to also replace the Reference for System.Web.Mvc.dll there as well).
4 - After the above was done, I moved a copy ot the Telerik MVC2/Telerik.Web.Mvc.dll 2010.1.222.235 to my project BIN. I like to point the reference to my project BIN folders copy of Telerik.Web.Mvc.dll 2010.1.222.235, so, I deleted the MVC1/Telerik.Web.Mvc.dll 2010.1.222.135 out of my project references and added the 235 version from my BIN location into my project reference.   

  Hope this isnt to much or, worse, confusing.  
Tags
General Discussions
Asked by
IQworks
Top achievements
Rank 1
Answers by
IQworks
Top achievements
Rank 1
Share this question
or