Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NetCFSvcUtil "Error: An error occurred in the tool."

I am trying to generate a WCF proxy client code for a Windows mobile application that uses basicHttpBinding and I'm continuously receiving the follow error:

Error: An error occurred in the tool.

Error: Error in the application

I was able to generate the proxy before but I don't know why suddenly this happens. I have read the Sameh Samir's post but the service I use doesn't use any Message Contracts created by me (I've used LINQ to SQL ORD) and the WCFTestClient can connect to the service and shows the contracts.

UPDATE

It seems the problem was with the Windows 7 RC1. I was trying it on Win7 and after running the NetCFSvcUtil on XP everything works just fine.

Anyone knows how can I report this problem to the Microsoft?

like image 572
mrtaikandi Avatar asked Jun 14 '09 12:06

mrtaikandi


2 Answers

THere is now a new tool available that replaces the older version of NetCFSvcUtil. It came out on Monday, August 10, 2009. It can be downloaded at the following link:

http://download.microsoft.com/download/6/2/0/6205ED05-E435-44FC-AA82-B763CA5F8B1A/NetCFSvcUtil.exe

Best of luck!

like image 169
Eric J. Crammer Avatar answered Nov 09 '22 12:11

Eric J. Crammer


I found this: http://blogs.msdn.com/habibh/archive/2009/06/26/netcfsvcutil-exe-and-windows-7.aspx

Basically, it states: Currently, there are no fixes available for this issue. The only workaround is to run NetCFSvcUtil.exe on Windows Vista (SP1 or earlier) or Windows Server 2008 (SP1 or earlier) and then copy the generated client code to other machines.

like image 25
David Yates Avatar answered Nov 09 '22 12:11

David Yates