最新评论
Re:安装VS2008、删除VS2005后,无法使用SQL Server 2005的Business Intelligence Development Studio 星n 2011-09-26 10:55
如果要用SQL 2005的BI ,一定要VS2005吗,VS2008是否可以调用呢
???
Re:大力压缩公费招待,是个值得欢欣鼓舞的事情么? xtboy 2011-08-10 10:54
顶一个!!!
Re:王晓阳的搜狐博客被封了 小木屋主人 2010-04-22 09:04
我也很喜欢他的文章,老的博客N个月以前就没有啦! ---Sonne
Re:在WSS3.0内创建并使用Event Handler(续) 小师傅 2009-12-17 12:33
我使用EventHandler的itemadded()方法,可惜在服务器上可以执行,但是在客户端的话不能执行(也不报错)。
re: 安装VS2008、删除VS2005后,无法使用SQL Server 2005的Business Intelligence Development Studio FreezeSoul 2009-06-22 00:07
请教如何命令形式重新安装sqlserver 2005
re: 关于“Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item.”问题的解决 wei_zhang 2009-05-13 13:17
补充一下,我是安装windows7出现的问题
re: 关于“Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item.”问题的解决 wei_zhang 2009-05-13 13:16
我不是很理解第一种方法,然后用第二种方法,但是我遇到的问题是根本打不开Add or Remove Programs,点击之后就没有任何反应。刚做了系统,什么都不能干,郁闷死了,可怎么办啊?
re: 安装MOSS2007全过程及创建网站的过程 Limin 2009-05-02 09:51
BWHAOKAN
re: 关于“Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item.”问题的解决 Help~ 2009-04-30 09:56
那XP下怎么办呢?
re: 故障解决:Failure adding assembly to the cache: Access denied. You might not have administrative credentials to perform this task. Contact your system administrator for assistance. Priscilla Hope 2009-03-27 22:52
Hi
Thanks very much for this article. It's really being of help. Unfortunately it works for only my own created assemblies. I'm trying to install the Mysql.Data.dll assembly but i get the error: Failure installing assembly to the cache: Unknown error. I'd be happy if you can help me resolve this issue. I learned that probably the .net framework for creating the MySql.data.dll is different from gacutil's version. How do I check for the versions and rectify any differences.
I wanted to know if by installing an assembly in a development cache when deploying an application that uses the said assembly, it has to be installed on the cache of the user machine too. And what happens if there's no .net framework on the end-user machine?
I'd appreciate any help. Pls in english. Thanks
Thanks very much for this article. It's really being of help. Unfortunately it works for only my own created assemblies. I'm trying to install the Mysql.Data.dll assembly but i get the error: Failure installing assembly to the cache: Unknown error. I'd be happy if you can help me resolve this issue. I learned that probably the .net framework for creating the MySql.data.dll is different from gacutil's version. How do I check for the versions and rectify any differences.
I wanted to know if by installing an assembly in a development cache when deploying an application that uses the said assembly, it has to be installed on the cache of the user machine too. And what happens if there's no .net framework on the end-user machine?
I'd appreciate any help. Pls in english. Thanks
re: 如何在SharePoint Service 3.0下安装Ajax Extensions Flyingwww 2009-02-25 11:16
加了這個後,每個Web Applicaiton 下的web.config 文件都要修改了,不然會報錯,找不到這個標簽 : <asp:ScriptManager
re: Maintenance Plan Problem - 15404 Error PENGYQ 2009-01-12 13:41
收下
re: 使用SharePoint Solution Generator建立SharePoint的List定义工程 Gu-dong 2008-11-03 09:38
建立完工程,编译完后,选择Deploy Solution,会自动生成部署用Solution和Setup.bat文件。
re: 使用SharePoint Solution Generator建立SharePoint的List定义工程 Buddy 2008-11-02 15:00
@陈希章
哥哥,我也出现这个问题,你的解决了吗?
哥哥,我也出现这个问题,你的解决了吗?
re: 使用SharePoint Solution Generator建立SharePoint的List定义工程 陈希章 2008-10-16 09:05
请问你这里提到的setup.bat是在哪里可以看到?谢谢
re: 自定义Workflow中,如何自定义Workflow的状态 .net探秘 2008-10-15 16:59
@zhenjjdog
就是在顺序工作流的Workflow.cs[Design]设计面板中加一个“SetState”Activity 然后双击写入如上代码
private void SetWorkflowState(object sender, EventArgs e)
{
//The workflow is approved.
if (isTaskComplete)
{
this.workflowState = (int)SPWorkflowStatus.Max;
}
else
{
this.workflowState = (int)SPWorkflowStatus.Max + 1;
}
}
您试试?
就是在顺序工作流的Workflow.cs[Design]设计面板中加一个“SetState”Activity 然后双击写入如上代码
private void SetWorkflowState(object sender, EventArgs e)
{
//The workflow is approved.
if (isTaskComplete)
{
this.workflowState = (int)SPWorkflowStatus.Max;
}
else
{
this.workflowState = (int)SPWorkflowStatus.Max + 1;
}
}
您试试?
re: 有关自定义SharePoint Field Type的学习链接 .net探秘 2008-10-14 13:06
很好很强大~~~
re: 关于“Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item.”问题的解决 AFD 2008-10-09 20:20
第一种方法OK ,TKS!
re: 自定义Workflow中,如何自定义Workflow的状态 咕咚 2008-09-26 16:28
就是拷贝到:$(Program Files)\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\FEATURES
re: 自定义Workflow中,如何自定义Workflow的状态 moss me 2008-09-26 15:39
终于找到一篇相关的资料,谢谢楼主,可是最后一步还是不太清楚如何配置,我的QQ:28837378,烦请楼主加我,并不吝赐教,谢谢!
