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.

  • 相关阅读:
    shell if 条件语句实践
    shell函数
    透视财富增长的秘密
    kvm虚拟化实践
    Linux驱动编程--基于I2C子系统的I2C驱动
    Makefile中=、:=、+=、?=的区别
    字符设备驱动结构与开发
    驱动分类
    为什么ARM的frq中断的处理速度比较快
    Linux设备驱动01
  • 原文地址:https://www.cnblogs.com/knightluffy/p/3203567.html
Copyright © 2011-2022 走看看