Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google maps 向SharePoint 2010应用程序页面项目添加DLL_Google Maps_Sharepoint 2010_Gac_Applicationpage - Fatal编程技术网

Google maps 向SharePoint 2010应用程序页面项目添加DLL

Google maps 向SharePoint 2010应用程序页面项目添加DLL,google-maps,sharepoint-2010,gac,applicationpage,Google Maps,Sharepoint 2010,Gac,Applicationpage,我正在尝试在SharePoint 2010中创建应用程序页面。我正在尝试使用页面上的。在传统的ASP.NET应用程序中,您只需将该.dll放到web应用程序项目的bin目录中。但在SharePoint中,这不起作用 现在,在谷歌搜索了几个小时后,我找到了许多关于创建自己的用户控件.ascx的参考资料,并将其包括在项目中。但这是另一种情况。我不断收到一个错误:无法加载文件或程序集“Artem.GoogleMap,Version=4.1.0.0,Culture=neutral,PublicKeyTo

我正在尝试在SharePoint 2010中创建应用程序页面。我正在尝试使用页面上的。在传统的ASP.NET应用程序中,您只需将该.dll放到web应用程序项目的bin目录中。但在SharePoint中,这不起作用

现在,在谷歌搜索了几个小时后,我找到了许多关于创建自己的用户控件.ascx的参考资料,并将其包括在项目中。但这是另一种情况。我不断收到一个错误:无法加载文件或程序集“Artem.GoogleMap,Version=4.1.0.0,Culture=neutral,PublicKeyToken=fc8d6190a3aeb01c”或其依赖项之一。系统找不到指定的文件。。我在GAC中安装了.dll。所以我应该能找到它


有人有过这样的经验吗?

自从部署到GAC后,您是否做过IISRESET?我以为我做过,但显然没有。我有其他错误,但不是这个。所以问题解决了。:-谢谢