I stumbled upon an excellent utility for WCF Testing that comes with Visual Studio 2008 - WCFTestClient. The tool is an simple way to test WCF clients HTTP and TCP bindings. Some things are not supported, however, for basic WCF Testing, this definitely beats the old ASMX test page. Note: Also check out the WCFSvcHost utility from Visual Studio to host an arbitrary WCF Service. Technorati Tags: Debugging, Development, Microsoft Office, Tips, Tools, WCF, Visual Studio Cross Posted from http://blog.tfanshteyn.com/... ......
I finally got a chance to release a binary of the latest Query ExPlus v.2.0.2.8 I didn't put time into the project for a while, however, some developers in the community did, and I'd like to extend my appreciation to those guys. The new functionality since last version is: Handle result sets with NULL primary keys Select All for the grid MRU implemented using Genghis library OleDB Support Fixing Order by in Oracle Browser The project is still a one executable 172KB in size. The only prerequisite ......
One of the requests that I've received from other developers is the ability to use SCSF for developing a module without including the shell in the solution. We develop a large number of modules independently in different groups and having the shell be a part of every module was getting to be a problem. The only issue that I was getting with getting this to work was that SCSF guidance package would fail in ViewTemplateCS when I would right click on a folder and tried to add a new view to the project. ......
I've encountered a problem trying fix the WCF / WPF Visual Studio 2005 Integration components after I've installed Visual Studio 2008. Installing a VS 2008 will install .NET 3.0 SP1 and remove the installation of .NET 3.0. When trying to install the WCF / WPF Extension, installation display's a message Setup has detected that a prerequisite is missing. To use Visual Studio 2005 extensions for .NET Framework 3.0 (WCF & WPF), November 2006 CTP you must have the .NET Framework 3.0 runtime installed. ......