[CLOSED] Error Message When trying to Use Ext.Net Source Code

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Error Message When trying to Use Ext.Net Source Code

    Hello,
    I am trying to use the Ext.Net source code in my project to debug an issue i am having. When i load the Ext.Net source code and try to compile it, i am getting the following errors...

    Severity Code Description Project File Line Suppression State
    Error CS0117 'ControlUtils' does not contain a definition for 'FindChildControls' Ext.Net \ExtNetV4.1\src\Factory\Builder\Base\Extensions.cs 91 Active
    and

    Severity Code Description Project File Line Suppression State
    Error CS0117 'JsonSerializerSettings' does not contain a definition for 'ReferenceResolverProvider' Ext.Net \ExtNetV4.1\src\Ext\Util\JSON.cs 107 Active
    Last edited by fabricio.murta; Oct 11, 2016 at 9:21 PM.
  2. #2
    Hello @edip,

    I could not reproduce.

    When i load the Ext.Net source code
    Please clarify, are you cloning the repo from GitHub, right?
  3. #3
    Yes, i downloaded the source from GitHub.
  4. #4
    Hello!

    There must be a problem on your development environment. Which version of Visual Studio are you using? Did you let the project run NuGet package restore to restore all required packages?

    Installing NuGet package versions other than the ones set up in packages.config is also not a good idea, so if you let VS restore the NuGet packages, don't upgrade them, as they may bring breaking changes that could result in the error messages you are getting.
  5. #5
    Hello again, Emidio!

    It's been some time since your last reply to this topic. Do you still need help on the issue? We'll wait another week for your feedback before marking it as closed. But don't worry, even if marked as closed you still can post follow-ups when/if you want or be able to.
  6. #6
    Hi, I could not get it to work, so i did without it. Thanks

Similar Threads

  1. Source Code
    By glenh in forum 1.x Help
    Replies: 1
    Last Post: Oct 02, 2014, 2:57 AM
  2. RTL Ext.Net v1.2 (full C# Source Code)
    By chaouki.chihi in forum Examples and Extras
    Replies: 14
    Last Post: Feb 22, 2013, 6:55 PM
  3. [2.0 rc1] ASP.NET MVC Source code
    By Gary in forum 2.x Help
    Replies: 1
    Last Post: Jul 13, 2012, 8:33 PM
  4. Replies: 1
    Last Post: Mar 10, 2012, 3:58 PM
  5. Replies: 2
    Last Post: Feb 01, 2012, 6:56 AM

Posting Permissions