zoukankan      html  css  js  c++  java
  • vs2012 XNA

    When I install vs2012 with XNA. it has some issue. With the stackoverflow site, I find the solution, but it still have an issue, seems xna dll does not configured successfully. The issue like "The project type is not supported by this installation" or "could not load successfully", so I give you a way to solve. You can just add the dll to GAC, so that everything will be fine.

    1. First of all, check the public key token is the same as you want: 

    C:WindowsSystem32>"C:Program Files (x86)Microsoft SDKsWindowsv7.0ABinNET
    FX 4.0 Toolsx64sn.exe" -T "D:Program Files (x86)Microsoft Visual Studio 10.0
    Common7IDEVPDExpressExtensionsMicrosoftXNA Game Studio 4.0Microsoft.Xna.Ga
    meStudio.Core.dll"

    Microsoft(R) .NET Framework 强名称实用工具 版本 4.0.30319.1
    版权所有(C) Microsoft Corporation。保留所有权利。

    公钥标记为 6d5c3888ef60e27d

    2. install the dll to GAC:

    C:Windowssystem32>"C:Program Files (x86)Microsoft SDKsWindowsv8.0AinNET
    FX 4.0 Toolsx64gacutil.exe" -i "D:Program Files (x86)Microsoft Visual Studio
    10.0Common7IDEVPDExpressExtensionsMicrosoftXNA Game Studio 4.0Microsoft.X
    na.GameStudio.Core.dll"
    Microsoft (R) .NET Global Assembly Cache Utility. Version 4.0.30319.17929
    Copyright (c) Microsoft Corporation. All rights reserved.

    Assembly successfully added to the cache

    C:Windowssystem32>

    this is very easy to have you solve the issue.

  • 相关阅读:
    VUE单页模板
    Nacos(作为配置中心)
    OpenFeign与Nacos(作为注册中心) 远程调用
    Nacos 服务注册
    Docker 安装Redis
    Docker安装Mysql
    多线程之CAS和ABA
    Volatile
    JAVA语言的特点
    判断多选按钮被选中两种方法
  • 原文地址:https://www.cnblogs.com/knightluffy/p/3203567.html
Copyright © 2011-2022 走看看