随笔分类 -  Visual Studio,T4,NuGet,SublimeText2,工具

摘要:问题在Visual Studio中应用Web Deploy对网站进行Publish... 时遇到错误。 (服务器环境为Windows Server 2008 R2 Enterprise)诊断在服务器上打开服务器管理器-诊断-事件查看器-应用程序和服务日志-Microsoft Web Deploy,得到错误信息:Not able to log on the user '.\WDeployConfigWriter'google找到http://stackoverflow.com/questions/6939150/web-deployment-task-build-failed大意 阅读全文
posted @ 2013-02-05 11:24 sinlight23 阅读(411) 评论(1) 推荐(0)
摘要:If the command line way of configuring your proxy server doesn't work, you can probably just edit .gitconfig (in the root of your profile, which may hide both in C:\Documents and Settings and on some network drive) and add this:[http] proxy = http://username:password@proxy.at.your.org:8080http:/ 阅读全文
posted @ 2012-12-06 18:24 sinlight23 阅读(834) 评论(0) 推荐(0)
摘要:经过又一天的努力,终于让数据库项目全编通过。现在的解决方案里已经有十个项目了,其中八个数据库项目,一个服务器项目(SQL Server 2005 Server Project),一个单元测试项目。直到下午还是满屏的Error,但经过不断的搜索(资料不多)和数次尝试,找到了关键问题和应对方法,后面就是对其余的项目重复几次这个过程,终于迎来了曙光。再次给出关于 数据库引用的资料链接(MSDN)简单整理... 阅读全文
posted @ 2010-05-27 21:12 sinlight23 阅读(886) 评论(0) 推荐(0)
摘要:今天尝试在VS 2010中使用SQL Server 2005 Database Project 管理一个老项目使用的若干数据库,主要目的有两个,一是为了还过去的“债”,半年前的一个分支版本由于以前一直没有对数据库进行相应的版本控制,导致目前将要进行的版本合并难以进行;二是为了今后避免此问题的发生。建立解决方案后,将几个数据库建立了同名项目,然后连接到开发数据库服务器,进行导... 阅读全文
posted @ 2010-05-26 21:18 sinlight23 阅读(1134) 评论(2) 推荐(0)
摘要:由于“解决方案”要生成不同的版本,就在”配置管理器“中添加了几种自定义的版本。今天发现删除自定义后,原来定义的版本名依然出现在每个”项目“ 的属性页中的”配置“下拉框中,但”配置管理器“中确实看不到那几项了。 想找到记录这些信息的文件直接删,google了半天也没成果! p.s.虽然不影响项目开发,但不大爽 阅读全文
posted @ 2005-09-10 22:53 sinlight23 阅读(477) 评论(0) 推荐(0)
摘要:周日也没“休息”,昨晚和老同学夜打魔兽,睡到将近中午。下午参考了两篇文章整理了关于GAC和在“添加引用”对话框中显示需要的Assembly所要做的工作。其实就是在部署自己的EntLib时遇到的问题。This issue is not resolved if you install your assembly to the Global Assembly Cache (GAC), because the Add Reference dialog box is path-based and does not enumerate the components from the GAC.“添加引用”对 阅读全文
posted @ 2005-06-19 22:10 sinlight23 阅读(1567) 评论(0) 推荐(0)