wcf
The size necessary to buffer the XML content exceeded the buffer quota
I am getting error The size necessary to buffer the XML content exceeded the buffer quota. from WCF when running a stored procedure in SQL Server. It is working fine, but in live project it throws[详细]
2023-04-12 04:50 分类:问答MSMQ Listeners using WCF
Do anybody knows how to implement MSMQ Listeners usin开发者_JAVA百科g WCF ? i have 2 wcf services built, 1 for sending data to MSMQ queue and another is called by MSMQ listener when there is an inse[详细]
2023-04-12 04:48 分类:问答Using svcutil to adjust specific values on bindings
I am using svcutil to generate a proxy file for use against a service we consume. Currently, I have a batch file that we can run at anytime to regenerate the proxy file if the service changes. However[详细]
2023-04-12 04:46 分类:问答Use Non WCF Custom Class in WCF
I have a WCF serv开发者_如何学运维ice hosted in IIS. The intention is for clients to make a call and receive a custom class, which is not defined as WCF class and is defined in another project/dll. Ho[详细]
2023-04-12 04:38 分类:问答How to block input while WCF Asynchronous call runs?
I\'m working on an application on Windows Phone, and I am using silverlight. I have some bugs where the user can quickly press a button twice, which will effectively do 2 WCF calls since the action is[详细]
2023-04-12 04:32 分类:问答DTO changes to null after being transfered from the client to the server
I have a very strange problem: The instance of my DTO that is non-null on the client side is received as null on the server side. Any ideas what could cause this? I don\'t even know where I should sta[详细]
2023-04-12 04:04 分类:问答WCF AND MVC3, system architecture. Passing a View Model with WCF?
I am using Entity Framework, Linq, WCF and MVC3. The system has been split into a tier approach and I am using WCF because multiple systems will be using the same Data Access and Business Logic.[详细]
2023-04-12 02:54 分类:问答EF DbContext in WCF Services
I am creating an application that uses EF as its data access orm. My entities are losing its state, causing th开发者_如何学Goat whenever I save a new entity, any objects in relationships are marked a[详细]
2023-04-12 02:28 分类:问答OData Data Import/Export Interfacing
We expose an odata service to allow our iOS application to talk to our application MS SQL Server database.[详细]
2023-04-12 01:10 分类:问答How to publish WCF service in internet (hosted in wnd service)
I have a windows service on my laptop, which hosts a WCF service. I would like to use these service on my ASP.NET website, which is on external ASP.NET server.[详细]
2023-04-12 00:28 分类:问答