Install and Setup Guide for Visual Studio

Page 4 of 5 FirstFirst ... 2345 LastLast
  1. #31
    Here is my humble contribution.
    I hope that this will be able to help in this forum.

    In portuguese (pt-br)

    http://techblog.desenvolvedores.net/...ndo-o-ext-net/
  2. #32
    Quote Originally Posted by Marcelo View Post
    Here is my humble contribution.
    I hope that this will be able to help in this forum.

    In portuguese (pt-br)

    http://techblog.desenvolvedores.net/...ndo-o-ext-net/
    Hi Marcelo,

    Thanks for providing the translation. I have posted a link to your translation at the top of the first post in this thread.
    Geoffrey McGill
    Founder
  3. #33
    Hello,

    Right now, when installing Ext.Net 2.5.2, the Ext.NET.Default.aspx page contains this line:

    <ext:ResourceManager runat="server" Theme="Gray" />
    It's the same line found in the first post of this thread and also in the Examples Explorer and installation videos. But when I run the example, I get this error:

    You have to set widget's ID to call its methods (widget - Ext.Net.ResourceManager)
    It can be fixed by adding an ID to the Resource Manager.

    <ext:ResourceManager runat="server" ID="ResourceManager1" Theme="Gray" />
    Why am I getting this error while it seems the example should work as-is? Is this problem happening to anyone else?

    Thanks and regards,

    Andrew
  4. #34
    Hi @Andrew,

    Thank you for the report!

    I think it has been already fixed after this report:
    forums.ext.net/showthread.php?36961
  5. #35
    As I promised, here is the index tutorial link which was presented at Devcon Gescla. (http://www.devcongescla.com.br/2014/programacao.jsf)

    The tutorial consists of 10 items and continues to grow as I write more articles about Ext.NET

    http://techblog.desenvolvedores.net/...s-com-ext-net/
  6. #36
    Marcelo, thank you for doing that and sharing!
  7. #37

    installation in visual studio 2013 on MVC

    how install and configure ext.net 2.5 in visual studio 2013 with MVC 5????? what change I need realice in web.config???
  8. #38
    Hi @farallones,

    Could you, please, clarify what exactly problems you are facing?

    Off the top of my head this might be related.
    http://forums.ext.net/showthread.php...l=1#post210242
  9. #39

    How migrate from 2.5 to 3.0?

    what i have to do to change version of the controls? i only change the dlls references but don't works, the compiler doesn't recognize the controls
  10. #40
    Prybe, you are posting in a 1.x help section.

    I recommend you first check the installation and breaking changes documentation:
    https://examples2.ext.net/#/Getting_.../Installation/
    https://examples2.ext.net/#/Getting_...AKING_CHANGES/

    And then, if you still need help, look for migration threads in the 3.x help section:

    http://forums.ext.net/forumdisplay.php?31-3-x-Help

    Regards,
Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. cant install visual studio 2012 and 2011
    By gamemaker825 in forum 2.x Help
    Replies: 0
    Last Post: Jul 22, 2012, 3:11 PM
  2. Visual Studio Designer
    By maksim in forum 1.x Help
    Replies: 2
    Last Post: Apr 08, 2012, 10:43 AM
  3. Visual Studio 2010
    By speddi in forum 1.x Help
    Replies: 2
    Last Post: Oct 11, 2010, 1:42 PM
  4. Visual Studio 2010
    By Kaido in forum 1.x Help
    Replies: 2
    Last Post: Aug 12, 2010, 8:17 PM
  5. Visual Studio 2010
    By drgw74 in forum Open Discussions
    Replies: 7
    Last Post: Jun 24, 2010, 7:59 AM

Posting Permissions