Ext.MVC.dll - Where to download?

  1. #1

    Ext.MVC.dll - Where to download?

    Hi

    Where to download Ext.MVC.dll please provide me the link to download.

    Thanks in advance
  2. #2
    Hi,

    Please download the sources using, for example, TortoiseSVN client.
    http://code.google.com/p/coolite-mvc/source/checkout

    Then build the solution.
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi,

    Please download the sources using, for example, TortoiseSVN client.
    http://code.google.com/p/coolite-mvc/source/checkout

    Then build the solution.
    Hello Danill

    Thanks for your quick update.
    Which one you are pointing it is a old one. So i just got a latest below mentioned svn link.
    http://extnet-mvc.googlecode.com/svn/trunk/
    from this URL i got a source project for Ext.Net.MVC dll.

    All are fine when i am trying to build that project. It is showing one error.

    Class: PartialViewRenderer.cs
    Method:
    public virtual string Render(ControllerContext context, string viewName, ViewDataDictionary viewData, object model, TempDataDictionary tempData, IDMode idMode, string controlId)
    Line:

    string wScript = DefaultScriptBuilder.Create(p).Build(RenderMode.RenderTo, ct, null, true, true);
    Error: No overload for method 'Build' takes 5 arguments E:\extnet-mvc\Ext.Net.MVC\Results\PartialViewRenderer.cs 96 30 Ext.Net.MVC
    In that project i used your latest dll's from this url : http://www.ext.net/download/

    Folder:
    ext.net.pro.1.0rc1
    Is it a correct dll or wrong one?

    I fixed that issue by modifying this line.

    string wScript = DefaultScriptBuilder.Create(p).Build(RenderMode.RenderTo, ct, null, true);
    Is this correct or i have to replace any new version dll's?

    Kindly give me your suggestions.

    Thanks in advance
    Attached Thumbnails Click image for larger version. 

Name:	Buerror.JPG 
Views:	163 
Size:	60.1 KB 
ID:	2487  
    Last edited by vs.mukesh; Mar 25, 2011 at 7:45 AM.
  4. #4
    Apologize, I gave you the old link.

    Please use
    http://code.google.com/p/extnet-mvc/source/checkout

    The link to checkout is
    http://extnet-mvc.googlecode.com/svn/trunk/

    And yes, it should work fine with Ext.Net RC1 dlls.
  5. #5
    Quote Originally Posted by Daniil View Post
    Apologize, I gave you the old link.

    Please use
    http://code.google.com/p/extnet-mvc/source/checkout

    The link to checkout is
    http://extnet-mvc.googlecode.com/svn/trunk/

    And yes, it should work fine with Ext.Net RC1 dlls.
    Hello Danill

    Thanks for your quick update.

    Please mark it as solved.

    Regards

    Mukesh Selvaraj
  6. #6
    Hi guys,

    None of the solutions mentioned above are working for me. I was able to download the files via the browser manually but Tortoise SVN keeps giving me an error message.

    Would someone be kind enough to send me the ext.net.mvc.dll file to my email lanfeust23@gmail.com? I would really appreciate it.

    Thank you.
  7. #7
    Quote Originally Posted by LanFeusT View Post
    Hi guys,

    None of the solutions mentioned above are working for me. I was able to download the files via the browser manually but Tortoise SVN keeps giving me an error message.

    Would someone be kind enough to send me the ext.net.mvc.dll file to my email lanfeust23@gmail.com? I would really appreciate it.

    Thank you.
    Hi you can download it here...

    Regards

    Mukesh Selvaraj
    Attached Files
  8. #8
    Quote Originally Posted by vs.mukesh View Post
    Hi you can download it here...

    Regards

    Mukesh Selvaraj
    Thank you so much! :)

Similar Threads

  1. v2.0 Download
    By ShengXQ in forum 2.x Help
    Replies: 1
    Last Post: Feb 23, 2012, 3:47 AM
  2. Ext.NET 1.0 RC where download?
    By caoit in forum Open Discussions
    Replies: 4
    Last Post: Nov 03, 2010, 8:15 PM
  3. Cannot download from svn
    By GmServizi in forum Licensing
    Replies: 2
    Last Post: Nov 04, 2009, 6:52 AM
  4. V0.7 to download?
    By jachnicky in forum Open Discussions
    Replies: 1
    Last Post: Dec 16, 2008, 7:35 PM
  5. Where to download
    By josemasmas in forum Open Discussions
    Replies: 3
    Last Post: May 21, 2008, 12:39 PM

Posting Permissions