.. ance<T>() where T : Foo, new() {

That's some sweet Kool-Aid...
Welcome to mattortiz.com Sign in | Join | Help
in Search

.. ance<T>() where T : Foo, new() {

Orcas Beta 2's Svcutil.exe Is Broken But There Is A Quick Fix

So I went to generate a service proxy using Orcas Beta 2's svcutil.exe and received the following error. 

Orcas B2 Svcutil.exe Error

After a quick web search it turns out that the this is a known Beta 2 svcutil.exe bug.  The MSDN forum moderator (LorenzP) describes that the svcutil.exe is not signed correctly and provides a quick and easy work around (also included here).

  1. Open the VS command prompt.
  2. Browse to the bin directory of the windows SDK.
    "C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin" in my case.
  3. Type: sn -Vr svcutil.exe

Good to go. 

Cross posted from my CS Blog at www.footheory.com
Published Wednesday, September 05, 2007 2:42 PM by Matt
Filed Under: ,

Comments

No Comments
Anonymous comments are disabled
Powered by Community Server, by Telligent Systems