摘要:sharepoint 可以用来处理简单的流程,尤其是文档流转的流程,算是不错,
只需要在文档库上面加载事件处理程序就可以,但是,如果不能调试,那代码简直没法写,呵呵,当然有办法调试的:
1。以bebug模式生成DLL。(Release模式是不是触发的。)
2。将DLL拖入GAC,一般在 C:\WINDOWS\assembly(如果C:是系统盘) ,这一步是安装DLL,使得文档库可以引用到该DLL,除了安装到DLL,还有其他的方法可以安装,要修改Config文件,这里不详细介绍。
3。在文档库高级设置里面,绑定事件处理。(如果找不到可以搜索SDK,关键字:Documnet Handle 文档库事件处理)
4。启动VS项目,设置断点,附加到W3WP进程(Ctrl+Alt+P)。如果是远程,需要相应的权限。
5。打开sharepoint文档库的页面,触发事件就会进入事件处理程序的调试了。
注意:第二步可能需要IISRESET
/*2006-03-30 最后做简单编辑*/
阅读全文
摘要:参加了测试的人都可以在微软网站上面下载了。 Welcome to the BizTalk Server 2006 Beta Program! Beta Information The beta testing process is very important because it helps ensure that we release the best possible prod...
阅读全文
摘要:With BizTalk Mapper, you can automatically create multiple links between similar portions of the source and destination schemas at the same time. In previous versions of BizTalk Server, you had to ...
阅读全文
摘要:BizTalk 2004 Naming Conventions This document covers proposed naming conventions for describing BizTalk artifacts. One of the primary benefits of the BizTalk Orchestration model is the great transp...
阅读全文
摘要:Try the BizTalk Server 2006 CTP Published: November 7, 2005 Try the BizTalk Server 2006 Community Technology Preview (CTP) and try out this new version of BizTalk Server that builds on the core arch...
阅读全文
摘要:BizTalk的项目,VS.net 生成时候,如果发现有下面错误信息: 中文版: 生成失败。 文件类型“*.xsd”的编译器失败。 值不能为空。 参数名: pUnk 英文版: Build failed. Compiler for file type '*.xsd' failed. Value cannot be null. Parameter name: pUnk 解决方法,目前没有好的办法...
阅读全文
摘要:将biztalk流程部署到本地是不用讲了,没有什么问题, 但是,部署到远程,却又是艰难之旅, 1。最开始是网络事务的问题, 参考: http://support.microsoft.com/kb/817064/zh-cn 2。开始当然还是权限问题, 加入到同一个域并且分配权限,应该就没有问题了。 3。这个问题我还没有解决 ...
阅读全文
摘要:有些事情,懂了就很容易,但是不懂,却要花很多时间才能弄明白。 规则的调用问题,可以参考中文文档,但是有一个关键的点却没有一点提示,害我搞了好久。 最后在英文的文档里面找到了, To use the Call Rules shape, you must configure several areas. This topic describes the configuration is...
阅读全文
摘要:如果安装了SSO,没有备份SSO主密码的时候,你会看到你的日志里面会有无数提醒你备份的日志, 所以你还是备份一下吧,虽然你的机器可能是用来测试的,没有什么实际意义。 下面是一个备份的脚本:(如果你不是安装在C:就需要修改盘符) cd C:\Program Files\Common Files\Enterprise Single Sign-On ssoconfig -backupsecr...
阅读全文
摘要:biztalk 2004 安装 是一个比较不愉快的旅程, 我至少研究也一个礼拜才掌握它的一些要点, 当然想和大家一起讨论, 安装中最最重要的就是权限的设置,而权限设置中最重要的又是帐号的设置, 记住:所有的群组和帐号设置时候都要到域前缀 安装的时候最好这样: 1。开始设置用户组的时候,安装它的要求分别建立那些组 什么biztalk adminstrators 等等。填写的时候使...
阅读全文
摘要:http://www.microsoft.com/downloads/details.aspx?FamilyID=7e9ebc57-e115-4cac-9986-a712e22879bb&DisplayLang=zh-cnInfoPath 2003 Toolkit for Visual Studio .NET InfoPath™ 2003 Toolkit for Visual Studio® .N...
阅读全文