当前位置: 代码迷 >> ASP.NET >> 刚装了VS.net 2005,第一次运行web程序,出错了,该怎么处理
  详细解决方案

刚装了VS.net 2005,第一次运行web程序,出错了,该怎么处理

热度:5552   发布时间:2013-02-26 00:00:00.0
刚装了VS.net 2005,第一次运行web程序,出错了
刚装了VS.net   2005,第一次运行web程序,出错了,错误类型如下:
The   type   'Com.Morningstar.EquitySystem.Global '   is   ambiguous:   it   could   come   from   assembly   'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary   ASP.NET   Files\root\10cacd90\cdde38ba\App_Code.5p5b6tv5.DLL '   or   from   assembly   'D:\Equity2.1\Source\system\GlobalEquityData\bin\GlobalEquityData.DLL '.   Please   specify   the   assembly   explicitly   in   the   type   name.

有人遇到这类问题吗?

------解决方案--------------------------------------------------------
没遇到过……
装的过程中出错没?
------解决方案--------------------------------------------------------
检查一下包含 'Com.Morningstar.EquitySystem.Global ' 类型的DLL是否已经正确引用到项目中了
  相关解决方案