windows会存储dll的地方? [英] where windows will store dll ?

查看:58
本文介绍了windows会存储dll的地方?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,



我最近加入了现有的ASP.NET项目,在VS 2005中开发。

我得到了相同的副本我的高级项目文件夹和他的解决方案工作正常。



但我得到的运行时错误与一个名为'NetISMConverter.dll'的dll有关。

但我检查了我上面正确引用了上面的dll。



当我使用redgate .net反射器工具反编译上面的dll时,

我发现它正在导入下面的其他dll,

[DllImport(UniUTF_WDLL.dll)]



我搜索了UniUTF_WDLL。 dll在

C:\ Windows \ System32文件夹和我的高级系统注册表中,但找不到。



请帮帮我,我可以在dll之上。



谢谢

Hello,

I recently joined to a existing ASP.NET project, developing in VS 2005.
I got same copy of project folder from my senior and his solution is working fine.

But I'm getting runtime error related to one dll called 'NetISMConverter.dll'.
But I checked I've referenced above dll correctly.

When I decompile above dll using redgate .net reflector tool,
I found that it is importing other dll like below,
[DllImport("UniUTF_WDLL.dll")]

I searched UniUTF_WDLL.dll in
C:\Windows\System32 folder and registry in mine and senior system, but not found.

Please help me, where I can get above dll.

Thanks

推荐答案

与你的大四学生交谈,并询问他。

这样,你得到了完整的套件(因为很有可能一个DLL不是onl一个叫)和它们的正确版本。
Go talk to your senior, and ask him.
That way, you get the full suite (as there is a good chance that one DLL is not the only one called) and the correct version of them as well.


在ASP.NET中,所需的二进制文件必须在 / bin / 文件夹。这是您的应用程序将引用程序集的位置,如果您使用的是Visual Studio,则更好的方法是使用添加引用,然后选择要包含的dll。



您的应用程序ASP.NET具有基于托管环境的运行时。因此,您无法确定是否将C驱动器,D驱动器或任何其他虚拟环境提供给您的应用程序。这就是为什么,ASP.NET在/ bin /文件夹下查找程序集。正如OriginalGriff所说,请向你的前辈询问有关捕获dll的详细信息。
In ASP.NET, the required binaries must be under /bin/ folder. That is from where your application will reference the assemblies, and even better, if you are using Visual Studio, is to use the "Add Reference" and then select the dll you want to include.

Your application, ASP.NET, has a runtime based on the hosting environment. So you cannot be sure about whether it would be C drive, D drive or any other virtual environment being provided to your application. That is why, ASP.NET looks for assemblies under /bin/ folder. As OriginalGriff said, ask your seniors for details on capturing the dlls.


这篇关于windows会存储dll的地方?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆