简体   繁体   English

添加dll参考,权限?

[英]Add dll reference, permission?

I'm new to asp.net and I am trying to use the framework SolidConverter. 我是asp.net的新手,正在尝试使用SolidConverter框架。 I did the installation and reference, however when running the application gives the following error 我做了安装和参考,但是在运行应用程序时出现以下错误

Failed to load C: \\ Users \\ Evandro \\ AppData \\ Local \\ SolidDocuments \\ SolidFramework \\ Bin \\ 8_0_3337_0 \\ W32 \\ SdAppSrv 无法加载C:\\ Users \\ Evandro \\ AppData \\ Local \\ SolidDocuments \\ SolidFramework \\ Bin \\ 8_0_3337_0 \\ W32 \\ SdAppSrv

SdAppSrv is a dll and is in a corret place. SdAppSrv是一个dll,位于正确的位置。

The SolidFramework.dll unpacks several files in directory C: \\ Users \\ Evandro \\ AppData \\ Local \\ SolidDocuments \\ SolidFramework \\ Bin \\ 8_0_3337_0 \\ W32 \\ SolidFramework.dll解压缩目录C中的几个文件:\\ Users \\ Evandro \\ AppData \\ Local \\ SolidDocuments \\ SolidFramework \\ Bin \\ 8_0_3337_0 \\ W32 \\

I contacted the support SolidConverter and told me that the problem was with access permissions, I added users NETWORK SERVICES, IIS_IUSRS with full access to the folder, any idea how to solve? 我联系了SolidConverter支持人员,并告诉我问题出在访问权限上,我添加了用户NETWORK SERVICES,具有对该文件夹完全访问权限的IIS_IUSRS,有什么想法要解决吗?

I use windows 7 64b and visual studio 12 and test .Net framework 4.5.50709 e .Net framework 4.0.3 我使用Windows 7 64b和Visual Studio 12并测试.Net框架4.5.50709 e .Net框架4.0.3

I added permissions to the folder 我向该文件夹添加了权限

权限文件夹

错误

DLL本地

Thanks, 谢谢,

Evandro 埃万德罗

Doesn't look like you added the DLL as a reference to your project itself. 看起来您没有添加DLL作为对项目本身的引用。 So your project knows nothing about it. 因此您的项目对此一无所知。

In VS2012 right-click the root of your site and choose "Add Reference". 在VS2012中,右键单击网站的根目录,然后选择“添加引用”。

Then in the popup, select "Browse" tab. 然后在弹出窗口中,选择“浏览”选项卡。 Navigate to your DLL and add it. 导航到您的DLL并添加它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM