摘要: -- Create job exec msdb.dbo. sp_add_job ... exec msdb.dbo.sp_add_jobserver ... exec msdb.dbo.sp_add_jobstep ...当我们在使用Visual Studio Data Source Configuration Wizard像项目添加数据源时,会碰到这种错误信息。这时... 阅读全文
posted @ 2011-11-29 20:46 Mike Dos Zhang 阅读(222) 评论(0) 推荐(1) 编辑
摘要: 这是我以前在英文博客中写的,因为国内朋友要看的话会需要vpn,所以我就把它复制了一份到我的这个中文博客中,因为时间问题我没有做翻译处理,请见谅。 http://blogs.msdn.com/b/rscc/archive/2010/08/16/net-framework-4-reference-source-is-available.aspx The .NET 4 file version... 阅读全文
posted @ 2011-11-23 16:04 Mike Dos Zhang 阅读(696) 评论(0) 推荐(1) 编辑
摘要: http://www.cnblogs.com/telnet_mike/archive/2011/11/07/2240351.html读过上篇bolg的现在应该知道怎么样来Profile一个WCF项目了,今天我们来看一下怎样Profile一个host到本地IIS上的WCF服务,我们还是使用Visual Studio 2010还有上篇blog中的测试项目。使用Administrator账户启动Visual Studio 2010!How to: Host a WCF Service in IISDeploying an Internet Information Services-Hosted WC 阅读全文
posted @ 2011-11-09 14:43 Mike Dos Zhang 阅读(1095) 评论(0) 推荐(1) 编辑
摘要: 当引用的assembly的platform target和当前Visual Studio项目不同的时候, 引用的assembly文件的Copy Local属性会被自动设置为true。 默认的项目platform target是x86,所以你需要更改一下platform target为x64, 如果你做要的外部引用是x64的话。 本文针对的是HKEY_LOCAL_MACHINE\SOFTWARE... 阅读全文
posted @ 2011-11-08 17:24 Mike Dos Zhang 阅读(366) 评论(0) 推荐(1) 编辑
摘要: This is my test project with a Profiler report: https://skydrive.live.com/embedicon.aspx/2011/2011Y11M/VSProfilerWcfService1.zip?cid=bb789f72272d4858&sc=photos My English Blog: http:/... 阅读全文
posted @ 2011-11-07 21:49 Mike Dos Zhang 阅读(837) 评论(0) 推荐(1) 编辑
摘要: *.csproj文件: <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Conf... 阅读全文
posted @ 2011-10-25 15:22 Mike Dos Zhang 阅读(427) 评论(0) 推荐(1) 编辑
摘要: You need to ask for the permission to execute the script, and you can set the MsiBootstrapper property to TRUE as below description. Typically, Setup.exe (also known as the bootstrapper) does not run... 阅读全文
posted @ 2011-10-24 14:17 Mike Dos Zhang 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 修改完项目属性之后,编译项目,为了确保add-in已经在Excel中,你可以打开一个excel来确认。 阅读全文
posted @ 2011-10-16 14:50 Mike Dos Zhang 阅读(221) 评论(0) 推荐(1) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { new Thread(delegate() { this.label1.Text = "sdfas"; }).Start(); ... 阅读全文
posted @ 2011-10-11 18:16 Mike Dos Zhang 阅读(809) 评论(1) 推荐(1) 编辑
摘要: Some time the useless item will keep in this Panel, even though we have uninstalled the corresponding software, such as the CinePlayer in this case. I tried to search the corresponding registry in ... 阅读全文
posted @ 2011-10-04 20:20 Mike Dos Zhang 阅读(501) 评论(0) 推荐(0) 编辑