Posts

Showing posts from June, 2017

Patch Jqgrid for Asp.net dll

Image
Some Background : https://docs.microsoft.com/en-us/dotnet/framework/tools/ildasm-exe-il-disassembler "The IL Disassembler is a companion tool to the IL Assembler (Ilasm.exe). Ildasm.exe takes a portable executable (PE) file that contains intermediate language (IL) code and creates a text file suitable as input to Ilasm.exe. This tool is automatically installed with Visual Studio. To run the tool, use the Developer Command Prompt (or the Visual Studio Command Prompt in Windows 7). For more information, see Command Prompts ." Step 1 : On Dos prompt:  ILdasm /all /out:trirand.IL Trirand.Web.dll Step 2  : trirand.IL is a text file that can be edited using a text editor. We can make the changes in the file to avoid the limitation of number of days past the compilation time.  To do that we search for the string : "This is a trial version of jqSuite for ASP.NET which has expired." or a part of it. Then change the number of days afte