Missing class in Reference.cs file when I made a web link

I added a web link to my project. The link is clearly visible in my solution. I managed to create an instance of all the classes in the Reference.cs file, except for one. When I opened the Reference.cs file, the class was not there. There is documentation about the existence of this class, but the class does not exist in my reference file. I am using .Net 2005/2008. Could there be something wrong inside .Net. If so, are there any other ways around this?

+3
source share
4 answers

If you get an error. Source file 'C: \ TFS \ Project \ Web Links \ WebService \ Reference.cs' cannot be opened ('Unspecified error')

- -.

+3

[DataContract] -? -, ( - )?

0

, .

DataContract , , -, Visual Studio . "", "" . , . "", .

0

. , , .

0

Source: https://habr.com/ru/post/1732430/


All Articles