ninject / Ninject.Extensions.Conventions

Convention based binding for Ninject
Other
76 stars 28 forks source link

Ninject.Extensions.Conventions preventing update Service Reference #20

Open rafgithub opened 9 years ago

rafgithub commented 9 years ago

Hi, I have a web application project with Ninject.Extensions.Conventions assembly referenced (VS 2012 / .NET 4.5). When I try to update a Service Reference (WCF service) inside the project, it fails gracefully and remove the reference.cs file with the proxy class. If I remove the Ninject.Extensions.Conventions reference and retry to update Service Reference, everything works fine.

Thanks

scott-xu commented 9 years ago

Can you provide a sample project so that we can reproduce it?