zoukankan      html  css  js  c++  java
  • dotfuscator出错解决一则

    dotfuscator错误包括:

    =====
    Loading Assemblies...
    Could not find a compatible version of ildasm to run on assembly C:\Users\Xin\AppData\Local\Temp\~XAP.0\CommonLib.dll. This assembly was originally built with .NET Framework v2.0.50727.
    Build Error.
    =====

    问了一下对方的support,贴上回复:

    I’m not sure if you are saying you are still having the ildasm error or not.  Also, are you saying that you can’t create a Dotfuscator project with the Visual Studio integrated version?

    If Visual Studio integration isn’t working, you should uninstall Dotfuscator before trying a reinstall.  Did you do that?  You can also try a “repair” install, by opening the uninstaller in Windows Control panel and selecting “repair”.  If you are doing a reinstall, make sure the dialog which asks which versions of Visual Studio you want to install support for appears and that VS 2012 is listed.  Also, you may want to delete the files at “C:\ProgramData\PreEmptive Solutions\Dotfuscator Professional Edition\4.0” before reinstalling.  This will require you to reenter the serial number for Dotfuscator if you had already entered it before.  This step is not absolutely required, but if you are having problems with the installation it is worth a try.

    Did you have Dotfuscator 4.9.7000 installed before you attempted to install the Windows Phone version?

    If you are able to use the Visual Studio integrated version of Dotfuscator and are still getting the ILDASM error, you can direct Dotfuscator where to find the specific versions of ilasm and ildasm required by your project. 

    Right click on Dotfuscator project and select “properties”

    Click Configuration Properties/Project Properties

    Create new property (icon looks like sheet of paper)

    Create the following two properties:

                NAME:  ILDASM_v2.0

                VALUE:  C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\Bin\ildasm.exe

                NAME:  ILASM_v2.0

                VALUE:  C:\Windows\Microsoft.NET\Framework\v2.0.50727 \ilasm.exe

    Make sure that ilasm and ildasm appear on those paths.  If they don’t, there may be a similar path.  You would be looking for the .NET 2.0 versions of both.

  • 相关阅读:
    vue路由对象($route)参数简介
    原生js写ajax请求(复习)
    js,jq.事件代理(事件委托)复习。
    CSS 设置table下tbody滚动条
    H5 调用手机摄像机、相册功能
    css实现六边形图片(最简单易懂方法实现高逼格图片展示)
    input表单的type属性详解,不同type不同属性之间区别
    js对象,set和get方法 的三种实现形式
    day03 变量
    day01 js三种导入html的方法、js书写规范、变量的基本使用、变量提升
  • 原文地址:https://www.cnblogs.com/knightluffy/p/2963681.html
Copyright © 2011-2022 走看看