wcf authentication - WCF Type 'System.CodeDom.Compiler.GeneratedCodeAttribute' is not defined -
wcf authentication - WCF Type 'System.CodeDom.Compiler.GeneratedCodeAttribute' is not defined -
i next tutorial shows how implement wcf authentication service. have done step step detailed. after adding proxy classes when seek build project, gives me 68 errors , few listed below. don't know doing wrong here. think missing imports in class or attribute in app.config file. may wrong.
type 'system.codedom.compiler.generatedcodeattribute' not defined. type 'system.servicemodel.servicecontractattribute' not defined. type 'system.servicemodel.operationcontractattribute' not defined. type 'system.servicemodel.endpointaddress' not defined.
all 3 application services(authentication, roles, profile services) compile appropriately shown in walkthrough article. trying build single-sign on mechanism through wcf authentication service.
thanks in advance.
have add together reference system.servicemodel?
wcf wcf-authentication
Comments
Post a Comment