摘要:
I configured a receive port in FILE to a local folder. Biztalk administration console keep show that port is disables. I found It is user right issue. Work around is getting the biztalk server logon ... 阅读全文
摘要:
sn -k autopro.snk 阅读全文
摘要:
给Printsoft Pres 程序员,这个语言只是在可变数据打印行业里使用。 Compare to current modern language IDE like visual studio, Pres IDE is limited. For example, There is no code folding, no ident clean up. When we have to s... 阅读全文
摘要:
Reference: http://www.ultraedit.com/index.php?name=Forums&file=viewtopic&t=655 阅读全文
摘要:
XML schema:XML file is:27/12/2007 10:46:02 AMVB code:dsControlFile.ReadXml(controlFileName)The default format of datetime is like "2002-05-30T09:00:00".However my datetime string is like "27/12/2007 1... 阅读全文
摘要:
两种方式遍历文件夹 我用两种方式遍历文件夹,一种就是用FOR EACH普通的编程技巧. 第二种是用Composite. 比较两种方式,觉得Composite要复杂的多,代码也多. 也没觉得有什么好处, 可能这么简单情况根本就不应该使用模式 请大家解释解释我这里如果用Composite是不是真的一点的好处也没有. 谢谢了 第一种代码如下: Imports System Imports Syste... 阅读全文
摘要:
I encounter this problem "One or more errors encountered while loading the designer " when I open designer mode.I fixed the problem by delete .resx file. If you cannot find the .resx file, Click Proje... 阅读全文
摘要:
My problem is ocurred at data access layer. The code is auto generated by visual studio 2005. I have to disable the "Just My Code" option. How to disable "Just My Code"In visual studio 2005, Click ... 阅读全文
摘要:
C# VB|| OrElse| Or&& AndAlso& AndThe boolean expression, (myInt 0 && myInt <= 10), contains the conditional AND opera... 阅读全文
摘要:
Imports System.XmlModule Module1 Sub Main() Dim xmlWriter As New XmlTextWriter("C:\productNames.xml", System.Text.Encoding.UTF8) With xmlWriter .WriteStartDocument(True) ... 阅读全文