For additional usage requirements, development restrictions and, defined term definitions, please refer to the WinForms license agreement. For uses that require additional review, please send e-mail to sales telerik. When you deploy your application, you may prefer to do it as a single executable rather than an executable referencing many external assemblies. In this case, you need to ILMerge the assemblies with the executable. In order to use this approach you need to set the ResolverTypesInCurrentAssembly property to true in the static constructor of the first form that is created and loaded when your application starts:.
Please make sure that you set the ResolverTypesInCurrentAssembly property in the static constructor of the form. This approach will not work if the property is set somewhere else.
Next, you should build your solution and then ILMerge the built application executable with the Telerik assemblies:. If you try to run your solution not just build it, but run the built executable when the ResolveTypesInCurrentAssembly is true , you will get an exception since the application executable is still not merged with the Telerik assemblies.
In the command prompt navigate to the ILMerge tool directory. In addition, the Telerik assemblies that should be given as parameters, should be those referenced by your application. If the referenced assemblies are.
NET 4. The MergedApplicationExecutable. This method requires modifications to the source files, which are distributed as part of the Subscription license. If you have purchased a Subscription license for Telerik UI for WinForms, and would like to explore this method, the following information will allow you to do so. The essential part of this approach is that you need to introduce a small modification to the Telerik.
WinControls project. In the properties for the Telerik. WinControls project, open the Build tab and add an OEM conditional compilation symbol, as shown below:. In your application replace the existing references to Telerik UI for WinForms assemblies with the ones built from source code and rebuild your project so it will use the newly build assemblies.
NET 3. NET 4. Loading the assemblies you want to browse is simple. JustDecompile is following all new developments in the. NET world. Plus, the Silverlight XAP decompilation works from both your local file system and the web. Fast Code Navigation The JustDecompile robust search method, quickly navigates to the code of interest.
With the addition of Full Text Search, the search is even more comprehensive. Dialogues help you navigate to code symbols and types. Export lost projects or obtain multiple classes without the need to copy and paste code. Easily see and compare the decompiled code of two different methods without leaving the user interface of your current JustDecompile instance.
Visual Studio Extension You can decompile referenced assemblies in a Visual Studio project with the help of a JustDecompile context command, right from the Solution Explorer. Extract Resources From Assemblies You can save resources from assemblies by right clicking on the desired resource and saving it. Usage Analysis The Find Usages features will bookmark the usages of the currently selected code symbol in any of the loaded assemblies. Command Line Support JustDecompile has the ability to export code directly from the command prompt.
Open Source Decompilation Engine. Build feature-rich modern. The appropriate solution for investigating further the precise case is to download the Telerik source and attach it to the application that produces the error message.
This would facilitate the investigation of the exact work flow of the project in this specific situation. Please follow the steps described in the Download Product Files help article in order to download the product files especially the source code:. In order to attach the source code to your project, you need to check what Telerik reference you have in your application:.
Navigate to the folder in which the extracted source code is located and select the necessary projects. All Rights Reserved.
0コメント