【发布时间】:2010-12-18 08:56:38
【问题描述】:
我创建了一个用户控件并将该用户控件添加到我的 Web 部件。但是当我尝试在页面中添加 web 部件时。我面临上述问题。我确保 dll 存在于 GAC 中。 我创建了一个用户控件并将该用户控件添加到我的类库中。我已经编译并签署了 dll 并将其添加到 gac。但是当我尝试在页面中添加 web 部件时,我得到了下面提到的错误。并在 web.config 文件中进行了必要的更改。 我已经确保 dll 存在于 gac 中。但我仍然遇到同样的错误。
" An error occurred during the processing of . Could not load the assembly 'Generate , Version=1.0.0.0, Culture=neutral, PublicKeyToken=e5b42758c1bfd2df'. Make sure that it is compiled before accessing the page. "
请帮帮我。
【问题讨论】:
标签: sharepoint