Visual Studio 2010: adding a service reference to a 2008 generated wsdl

Posted by Snake on Stack Overflow See other posts from Stack Overflow or by Snake
Published on 2010-06-11T12:15:01Z Indexed on 2010/06/18 7:53 UTC
Read the original article Hit count: 614

Filed under:
|
|

Doesn't produce a app.config . In my team there is a guy who has Visual Studio 2008, he created a webservice.

Then there is me, adding this webservice to a console project.

Adding the service reference goes without problems but no valid app.config is generated. It's just empty

<configuration>
</configuration>

When I disable 'reuse types' in my service reference it works but then I get an ambiguous error.

Is this a bug?

I found http://stackoverflow.com/questions/2159107/visual-studio-does-not-generate-app-config-content-when-add-service-reference this one, but there is no solution there, so I thought I bump the problem up again.

Thanks

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about web-services