The type 'Servicios.WS1' is ambiguous

0

I have just developed a Web Service that will be consumed by an App made in Xamarin.

When I try it on the localhost there is no problem, but when I publish it on the web it gives me the following error:

  

The type 'Services.WS1' is ambiguous: it could come from assembly '... \ bin \ Services.DLL' or from assembly 'C: \ Windows \ Microsoft.NET \ Framework \ v4.0.30319 \ Temporary ASP .NET Files \ testproject \ c21c2264 \ 96decd05 \ App_Code.oa1uqjc4.DLL '. Please specify the assembly explicitly in the type name.

Services.dll is copied to the bin folder and that's where I should call the Services.WS1 type but for some reason I do not know, I can not make it work.

Could someone help me? !!

Thank you very much in advance!

    
asked by Matias 18.12.2017 в 19:49
source

1 answer

1

I already found the solution, I could correct it with the info of this link

link

    
answered by 19.12.2017 / 18:12
source