-
Generating proxy class using svcutil
Posted on September 4th, 2009 No commentsI was in need of generating proxy class in WCF because Visual Studio was not able to generate one. I tried this
SvcUtil.exe http://localhost:3
790/BusinessFaceData.svc /out:C:\Proxy.csthis thing worked fine for me but I was using Generic List on WCF side.. so this will not work with that. To specify the type of proxy class to generate we need to use
SvcUtil.exe http://localhost:3
790/BusinessFaceData.svc /out:C:\Proxy.cs /ct:System.Collections.Generic.List`1In place of /ct:System.Collections.Generic.List`1 You can specify any name like
WCF 2008 svcutil, and svcutil, atacontract, c# svcutil, find svcutil, for, from svcutil, get svcutil, how to run svcutil, in svcutil, install svcutil, is svcutil, lient svcutil, location of svcutil, msdn svcutil, n internal or external command, namespace, of, ptions, run svcutil, running, service svcutil, studio 2008 svcutil, svcutil, svcutil async, svcutil code, svcutil collectiontype, svcutil command, svcutil command line, svcutil could, svcutil dconly, svcutil download, svcutil error, svcutil et, svcutil example, svcutil excludetype, svcutil generates, svcutil help, svcutil how, svcutil how to, svcutil is not recognized, svcutil is not recognized as, svcutil location, svcutil messagecontract, svcutil metadata, svcutil missing, svcutil n, svcutil namespace option, svcutil net, svcutil net.tcp, svcutil no, svcutil on, svcutil out, svcutil parameters, svcutil path, svcutil server, svcutil soap, svcutil syntax, svcutil to, svcutil tool, svcutil tutorial, svcutil vs, svcutil wcf proxy, svcutil with, svcutil xmlserializer, svcutil.exe wcf, to find svcutil, to get svcutil, to run svcutil, to use svcutil, use svcutil, using svcutil, vcutil, WCF, wcf svcutil, without svcutil -
The operating system returned the error ‘5(Access is denied.)’ SQL
Posted on September 4th, 2009 No commentsWhenever I use to install new SQL server I used to get this error “The operating system returned the error ‘5(Access is denied.)’ while attempting to restore”
The main problem was SQL Server was running using network service account and it was not having permission to create file.You can easily resolve this problem by changing from Network Service account to local system. Refer the following image. Write to me if you need more help.




