简体   繁体   中英

wcf, DataContract stopped showing

I got a wcf service reference in my client with some datacontracts, I dont know what i did , but all of a sudden all of the datacontracts are not known, I got something like 100 Errors when building the project so updating service references or delete and add does not work..

what can i do to fix this ? (i'm using .net 4.0)

Thanks.

Try updating your Service Reference as shown in this MSDN article. You most likely clobbered your automatically generated service proxy code and it just needs to be recreated.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM