上一页 1 ··· 7 8 9 10 11 12 下一页
摘要: Exception details:System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ServiceDebugBehavior has a IncludeExceptionDetailInFaults property transfer can be used to open 阅读全文
posted @ 2013-03-01 14:41 Vincent.Dr 阅读(1220) 评论(0) 推荐(0)
摘要: ---solution---Using script to query the repl config as below:SELECT * FROM sys.configurations WHERE NAME LIKE'%repl%'Using script update the repl config as below:sp_configure 'max text repl size', 483647 reconfigure with override 阅读全文
posted @ 2013-02-27 14:57 Vincent.Dr 阅读(314) 评论(0) 推荐(0)
摘要: More info please click the url as below.http://www.sapphiresteel.com/Products/Ruby-In-Steel/FAQ/Editor/A-dialog-box-warns-abouthttp://blog.csdn.net/qwertyuj/article/details/7056717 阅读全文
posted @ 2013-02-25 12:16 Vincent.Dr 阅读(305) 评论(0) 推荐(0)
摘要: There are some ways to hosting WCF service as below:1. IIS; 2. Console App; 3. Window ServiceUsing Console Application to host WCF service:Step 1:Step 2: Add a Class Library project : 'Contract'Step 3: Add a Interface : 'IHelloWorld'using System.ServiceModel;namespace Contract{ [Serv 阅读全文
posted @ 2013-02-16 19:09 Vincent.Dr 阅读(184) 评论(0) 推荐(0)
摘要: Step 1:Step 2:Step 3:Step 4:Step 5:Step 6:Step 7:Step 8:Step 9:Step 10:Step 11:Step 12:Step 13:Step 14:Step 15:Step 16:Step 17:Step 18:Step 19:Step 20:Step 21:Ctrl + S, save the config.<?xml version="1.0" encoding="utf-8"?><configuration> <system.serviceModel> & 阅读全文
posted @ 2013-02-16 18:27 Vincent.Dr 阅读(182) 评论(0) 推荐(0)
摘要: Win7环境下,写了下学习WCF的示例,出现错误:HTTP 无法注册 URL http://+:xxxxx/ServicesName/。进程不具有此命名空间的访问权限。--solution--以管理员身份运行VS。 阅读全文
posted @ 2013-02-16 14:44 Vincent.Dr 阅读(508) 评论(0) 推荐(0)
摘要: Nhibernate配置文件中:<property name="show_sql">false</property>此配置用于调试时在控制台输出sql script,检查错误,但是会大大影响导入效率。 阅读全文
posted @ 2013-01-25 16:44 Vincent.Dr 阅读(168) 评论(0) 推荐(0)
摘要: Error info:Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))I try to found the solution. and I found out it is NOT possible to us 阅读全文
posted @ 2013-01-23 18:46 Vincent.Dr 阅读(1650) 评论(0) 推荐(0)
摘要: 1 public class PortfolioReport 2 { 3 string TemplateFileName = "Temp.xlsx"; 4 string NewFileName = @"C:\NewFile.xlsx"; 5 6 private WorkbookPart WbPart = null; 7 8 //Manager function 9 public PortfolioReport() 10 { 11 Cop... 阅读全文
posted @ 2013-01-23 18:22 Vincent.Dr 阅读(846) 评论(0) 推荐(0)
摘要: Using OpenXml.The type 'System.IO.Packaging.Package' is defined in an assembly that is not referenced. You must add a reference to assembly 'WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.---solutions---Add WindowsBase.dll in 'Add Reference' - 阅读全文
posted @ 2013-01-23 11:50 Vincent.Dr 阅读(786) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 下一页