由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - 我stuck了,sharepoint webpart问题,
相关主题
xmldocument and webservice question.NET 何去何从
is it possible to access sharepoint files from my current Web application?it is a pity windows 8 didn't get recognized
不看不知道,GAC里的东西太多了有人用.NET做PORTAL么?
请教怎样compile .msi file and .net project有人比较sharepoint 和IBM的workplace services express
Mutually exclusive attributesSharePoint Site Programming
不知阿里巴巴是如何实现静态分页的怒了
为什么我的vs2005不能打开Access文件Our company listed as a pioneer of Sharepoint
Web application 的现状和.netAnyone got this ebook? Thanks!
相关话题的讨论汇总
话题: webpart话题: sharepoint话题: stuck话题: helloworld话题: dll
进入DotNet版参与讨论
1 (共1页)
p*******o
发帖数: 30
1
我是新手,刚开始搞.net。正试着做一个sharepoint的webpart。遇到了问题,请牛人
赐教。
是这样的,如果我只是做一个简单的helloworld web part,比如一个lable,一个
button,按一下这个button,显示"hello world”在label里面。这个没问题。
但是,如果我要在这个solution里面加一个third party的reference library,然后在
helloworld里面call它的function。问题就出来了,老是给我错误。
请问如果要用third party dll的话,应该是什么步骤?是不是把这个reference dll拷
贝到GAC下面,然后在web.config里加一个safecontrol,这个我做了,不行啊。把我的
helloworld sign了也不行。
一般情况下,对asp.net application,如果要用一个reference library该怎么做呢?
我stuck好几天了,网上这方面的东西少,谢谢指教。
c**t
发帖数: 2744
2
什么错误?你用impersonation看看

【在 p*******o 的大作中提到】
: 我是新手,刚开始搞.net。正试着做一个sharepoint的webpart。遇到了问题,请牛人
: 赐教。
: 是这样的,如果我只是做一个简单的helloworld web part,比如一个lable,一个
: button,按一下这个button,显示"hello world”在label里面。这个没问题。
: 但是,如果我要在这个solution里面加一个third party的reference library,然后在
: helloworld里面call它的function。问题就出来了,老是给我错误。
: 请问如果要用third party dll的话,应该是什么步骤?是不是把这个reference dll拷
: 贝到GAC下面,然后在web.config里加一个safecontrol,这个我做了,不行啊。把我的
: helloworld sign了也不行。
: 一般情况下,对asp.net application,如果要用一个reference library该怎么做呢?

p*******o
发帖数: 30
3
如果我不sign我的app,得到是下面的error.我用network sniffer截下来的,看起来象
是access denied。
http://www.w3.org/TR/html4/strict.dtd">
You are not authorized to view this page


l*s
发帖数: 783
4
find the assembly in your web.config,compare the signature to the one your
reference.

【在 p*******o 的大作中提到】
: 如果我不sign我的app,得到是下面的error.我用network sniffer截下来的,看起来象
: 是access denied。
: http://www.w3.org/TR/html4/strict.dtd">
: You are not authorized to view this page
:
: