[CLOSED] Change Source code and take new Ext.net dll Ext.Net 4.2

Threaded View

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

    [CLOSED] Change Source code and take new Ext.net dll Ext.Net 4.2

    Hello,

    I downloaded the source code from github and I modified this code block:

    
      if (sm) {
                      if (sm instanceof Ext.grid.selection.SpreadsheetModel) {
                         (sm.grid.ownerGrid || sm.grid).un("selectionchange", this.updateSelection, this);
                         (this.grid.ownerGrid || this.grid).un("selectionchange", this.updateSelection, this);
                      } else {
                          sm.un("selectionchange", this.updateSelection, this);
                      }
    Step 1: Downloaded the source code from github
    Step 2: Open the downloaded source code in Visual Studio 2013 (Ext.NET.vs2013.sln)
    Step 3: Change the code block above to solve the issue reported on the forums about change selection model from spreadsheet to any other selection model
    Step 4: Rebuild Ext.Net vs 2013 solution to get the new Ext.Net dll
    Step 5: Go to "Premium-master\src\bin\Debug" and take the new dll
    Step 6: Open my customized application project that uses the Ext.net tech.
    Step 7: Delete from referenced the old Ext.Net.dll and reference to the new one
    Step 8: Rebuild the solution (my application)
    Step 9: I am getting the errors shown in the attached image. As like that no Ext.net library in my application. Ext.net components and code are not recognized any more.

    WE ARE ROLLING BACK NOW TO EXT.NET 4.1

    Thank you.

    Click image for larger version. 

Name:	Capture.PNG 
Views:	154 
Size:	65.7 KB 
ID:	24834
    Last edited by fabricio.murta; Mar 10, 2017 at 6:16 PM. Reason: no user feedback for 7+ days

Similar Threads

  1. Source Code
    By glenh in forum 1.x Help
    Replies: 1
    Last Post: Oct 02, 2014, 2:57 AM
  2. mcv.ext.net source code download ?
    By GKG4 in forum 2.x Help
    Replies: 3
    Last Post: Mar 14, 2013, 6:14 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: 2
    Last Post: Feb 01, 2012, 6:56 AM
  5. ext:desktop - API? Source code?
    By ecko in forum 1.x Help
    Replies: 0
    Last Post: Oct 10, 2011, 9:32 PM

Posting Permissions