Im trying to build an API using WCF and .Net 4, however when I throw the WebProtocolException, it is not displaying a nice error message like it should, instead it is treating it like an unhandled exc
I have a msbuild task that 开发者_开发百科builds my solution and I am migrating it from .net 3.5 to 4.0. I have some dependent DLLs that have Local Copy set to true. The 4.0 version of msbuild is not
I have a pretty simple client-server ASP.NET app; communication is via WCF service. All worked perferctly in VS 2008, now I upgraded to VS2010 and 开发者_高级运维every time the client code is trying t
What NEW features has WCF in .NET Framework 4 vs .NET Framework 3.5? What Is new, what was fixed (in general - I do not want to get into bug fixed numb开发者_如何学Goers=)?Nicholas Allen has an \"alte
I\'ve installed .net 4 in the server. Now I don\'t know if I must install 开发者_如何学Gothe MVC 2 for VS2008 or what because I got this error:
I am having problems running tests with the command line NUnit test runner. I am using version 2.5.4 with .NET 4 on an x64 machine.
I\'m using MySql in my asp.net project. But I don\'t want to type every \"using MySql.Data.MySqlClient;\" statement in every aspx.cs/aspx.vb file. How can I define this lines in web.config file?
I have a basic doubt that, How can we have both CLR\'s 开发者_开发知识库on a same machine. If this is possible, When I refer few dll\'s of 4.0 and setting application pool to 2.0 why Cant I run the we
This works under the .net framework 3.5 client. This fails under the .net framework 4.0 client. Was I doing something that was illegal under 3.5 but just happened to work, or is this a bug?
I have a webservice written with WCF 4.0 that exposes REST and SOAP functions, and I want to set up my unit tests so that as I work on my web services I can quickly test by having the test framework s