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!