Ext.NET 2.0.0-rc1 Community Version ?

Page 1 of 2 12 LastLast
  1. #1

    Ext.NET 2.0.0-rc1 Community Version ?

    Is there Community Version for Ext.NET 2.0.0-rc1 or not?
    How can to get it? Thanks
    Last edited by Gary; Jun 26, 2012 at 3:12 AM.
  2. #2
    The full source of Ext.NET Community is available on GitHub.

    https://github.com/extnet/Ext.NET.Community

    A download package of each release is available at the following location, see

    https://github.com/extnet/Ext.NET.Community/tags

    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3
    Quote Originally Posted by geoffrey.mcgill View Post
    The full source of Ext.NET Community is available on GitHub.

    https://github.com/extnet/Ext.NET.Community

    A download package of each release is available at the following location, see

    https://github.com/extnet/Ext.NET.Community/tags

    Hope this helps.
    But i can't find any dll file on this package. I need Ext.NET Community dll file. Thanks
  4. #4
    Quote Originally Posted by Gary View Post
    But i can't find any dll file on this package. I need Ext.NET Community dll file. Thanks
    At the moment, Ext.NET Community is "build your own". You can obtain the source code and Compile locally to obtain the .dlls.

    Hope this helps.
    Geoffrey McGill
    Founder
  5. #5
    Quote Originally Posted by geoffrey.mcgill View Post
    At the moment, Ext.NET Community is "build your own". You can obtain the source code and Compile locally to obtain the .dlls.

    Hope this helps.
    I can't success to compile the source code. It has many errors in my VS2010.
    The error is not found namespace. e.g.Newtonsoft/Utilities/JsonIgnore etc.
    So the EXT.NET will not provide Community .dll for us to download? It just likes EXT.NET 1.3. Thanks
    Last edited by Gary; Jun 26, 2012 at 7:13 AM.
  6. #6
    Quote Originally Posted by Gary View Post
    I can't success to compile the source code. It has many errors in my VS2010.
    The error is not found namespace. e.g.Newtonsoft/Utilities/JsonIgnore etc.
    So the EXT.NET will not provide Community .dll for us to download? It just likes EXT.NET 1.3. Thanks
    You need to download and reference these too :

    Newtonsoft.Json
    Ext.Net.Utilities
    Transformer.NET
  7. #7

    Ext.net Community Build 2.x - DLL REQUEST

    Quote Originally Posted by Irmak View Post
    You need to download and reference these too :

    Newtonsoft.Json
    Ext.Net.Utilities
    Transformer.NET
    Seriously Ext.net team - I can't believe you would make a community user go through all this trouble to compile the files when you can easily make it available on the download page as you currently have version 1.3.

    I, like many other community users, are interested in learning the product and then make a purchase of the licensed version.

    Why don't you just compile the 2.x release as a DLL and make it available so that we can continue to support you and this product?

    Shame on the team for isolating the community users forcing them to jump through hoops just to get the product to work, if at all!
  8. #8
    Quote Originally Posted by extnet View Post
    Seriously Ext.net team - I can't believe you would make a community user go through all this trouble to compile the files when you can easily make it available on the download page as you currently have version 1.3.

    I, like many other community users, are interested in learning the product and then make a purchase of the licensed version.

    Why don't you just compile the 2.x release as a DLL and make it available so that we can continue to support you and this product?

    Shame on the team for isolating the community users forcing them to jump through hoops just to get the product to work, if at all!
    Now, I can produce the dll for 2.X version. I just want to get the dll files by quickly method. Thanks your reply.
  9. #9
    Quote Originally Posted by Gary View Post
    Now, I can produce the dll for 2.X version. I just want to get the dll files by quickly method. Thanks your reply.
    Gary -

    I posted a private conversation message to you - read when you have a moment.
  10. #10
    Quote Originally Posted by extnet View Post
    Seriously Ext.net team - I can't believe you would make a community user go through all this trouble to compile the files when you can easily make it available on the download page as you currently have version 1.3.

    I, like many other community users, are interested in learning the product and then make a purchase of the licensed version.

    Why don't you just compile the 2.x release as a DLL and make it available so that we can continue to support you and this product?
    Unfortunately there was an issue with the previous GitHub releases that I did not realise until just now.

    There was an old version of the .gitignore file in the Ext.NET.Community project which excluded all files with a ".dll" extension from being committed to the Git repository. Locally in my master Git repo, the .dlls are included, but they're just ignored from any official commit to Git. The .dll's from the /packages/ folder were all mistakingly excluded from the export.

    I've updated the .gitignore rules, and the .dll's from the /packages/ folder, and other .dll's used in the Examples Explorer project are now committed. If you download the latest source (Git, or SVN, or .zip) the project will compile and run without errors.

    This "missing .dll" error was not done on purpose and the .zip full source packages will be corrected with the next public release (1.5.0 and 2.0.0.rc2) which should happen on July 10th.

    With the next release, we'll also be providing a simplified .zip download package of just the basic files (.dll's, README, CHANGELOG, etc).

    Hope this helps.
    Last edited by geoffrey.mcgill; Jul 04, 2012 at 4:52 AM.
    Geoffrey McGill
    Founder
Page 1 of 2 12 LastLast

Similar Threads

  1. How to download v1.5.1 Community version
    By kakagu in forum 1.x Help
    Replies: 2
    Last Post: Jul 18, 2012, 1:24 AM
  2. Replies: 1
    Last Post: Mar 12, 2012, 9:31 PM
  3. Replies: 1
    Last Post: Dec 12, 2011, 5:45 AM
  4. Replies: 2
    Last Post: Jan 26, 2010, 12:54 PM
  5. commercial use with community version
    By lykin in forum Licensing
    Replies: 3
    Last Post: May 04, 2009, 11:58 AM

Posting Permissions