标签: asp.net dll
我试图在我的file.aspx.cs中调用DLL函数,如下所示:
[DllImport("the.dll")] private static extern bool theFunction(int width, int height);
和
File.Exists("the.dll")
可是:
我做错了什么? O_0
答案 0 :(得分:0)
检查IIS上的安全和权限设置。 也可以尝试将dll放在bin文件夹中。