참고 URL : http://msdn.microsoft.com/ko-kr/library/dd756369.aspx

입력할떈 명령 프롬프트에서 줄 바꿈 없이 다음 명령을 실행합니다.

 

"%windir%\Microsoft.NET\Framework\v3.5\DataSvcUtil.exe"

 

일반도스창(?) 에서 하면 DataSvcUtil 실행안된다 Path에 안잡혀있다.

image

image

비주얼스튜디오 명령프로프트에서 실행하면됩니다.

 

데이터 바인딩을 지원하는 C# 클래스를 생성하려면

"%windir%\Microsoft.NET\Framework\v3.5\DataSvcUtil.exe" /dataservicecollection 
/version:2.0 /language:CSharp /out:Northwind.cs /uri:http://localhost:12345/Northwind.svc
 

서비스 URI를 기반으로 하여 C# 클래스를 생성하려면

"%windir%\Microsoft.NET\Framework\v3.5\DataSvcUtil.exe" /language:CSharp 
/out:northwind.cs /uri:http://localhost:12345/Northwind.svc
 

image

image

데이터 서비스가 잘 뜨는지 확인했으면 아래처럼 실행

image

 

image

파일이 만들어져 있다. ㅋ

+ Recent posts