English 中文(简体)
“无法装入文件或组装 XXX.dll 或其属地之一。 找不到指定的模块 。
原标题:"Could not load file or assembly XXX.dll or one of its dependencies. The specified module could not be found

Path of the dlls are in the Path system environment variable. It works in a C# windows console application and not in IIS 7.5

如果我使用有受扶养人的助行器,它会抱怨一些DLLS,但是它是如何在控制台应用程序中使用的,而不是在IIS 7.5中使用的。

问题回答

@Arran说你们需要让我们知道哪些集会或集会会破例。

既然这是一个MVC3项目,你是否确保增加MVC3出版前要求的可部署的依附关系?

如果您还没有 < a href=" http://haacked.com/archive/2011/05/25/bin-depploying-asp-net-mvc-3.aspx" rel=“nofollow” >Bin 部署 ASP.NET MVC3





相关问题
Howto get started with C# 4.0 and .NET 4.0?

I don t want to download Visual Studio 2010. How can I start studying (not developing real applications) C# 4.0 and .NET 4.0 with just a text editor? Can I just download C# 4.0 compiler and .NET 4.0 ...

Mocking Framework with C# 4.0 Support?

Anybody know of a mocking framework that supports C# 4.0? Doesn t matter which one ATM, just need something that will work.

Unit Testing interface contracts in C#

Using the Code Contracts tools available in VS2010 Beta 2, I have defined an interface, a contract class for that interface and two classes that implement the interface. Now when I come to test the ...

How to Iterate Through Array in C# Across Multiple Calls

We have an application where we need to de-serialize some data from one stream into multiple objects. The Data array represents a number of messages of variable length packed together. There are no ...

IronPython ScriptRuntime equivalent to CPython PYTHONPATH

The following import works inside ipy.exe prompt but fails using IronPython ScriptRuntime inside a C# 4.0 program. import ConfigParser C# code: using System; using System.Collections.Generic; using ...

i cant understand the following code

Matrix<float> trainData2 = trainData.GetRows(intVar >> 1, intVar, 1); intVar is integer type... please help me to understand this code.

热门标签