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.

  • 相关阅读:
    接口和抽象的区别
    继承-子父类中成员方法特点
    基本类型和引用类型作为参数传递
    大三寒假生活6
    大三寒假生活5
    大三寒假生活4
    大三寒假生活3
    大三寒假生活2
    大三寒假生活指导
    ajax实现文本框的联想功能
  • 原文地址:https://www.cnblogs.com/knightluffy/p/3203567.html
Copyright © 2011-2022 走看看