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 : : | |