[MonoTouch] URGENT Project with webservice cannot be opened any more

Robert Jordan robertj at gmx.net
Mon Oct 17 11:32:29 EDT 2011


On 17.10.2011 16:07, Andreas Plötzeneder wrote:
> Solution contains only one project so removing makes mo sense

Assuming that you have a non WCF web service reference,
open the project file (csproj) with an editor and look for the
CS file of the proxy, e.g.:

     <Compile Include="Web References\<uri>\Reference.cs">
       <DependentUpon>Reference.map</DependentUpon>
     </Compile>

Then remove the DependentUpon element.

Robert

>
> Am 17.10.2011 um 15:50 schrieb Robert Jordan<robertj at gmx.net>:
>
>> On 17.10.2011 15:38, Andreas Ploetzeneder wrote:
>>> Hi,
>>> now i cannot open it any more, my project, which contains a "not actiual"
>>> webservice.
>>
>> If it's so urgent, why don't you provide more information?
>> What does "cannot be opened" mean? What's the error message,
>> MD log etc.? What's a "not actual webservice"?
>>
>> Anyway, open the solution with an editor and remove the
>> offending project manually.
>>
>> Robert
>>
>> _______________________________________________
>> MonoTouch mailing list
>> MonoTouch at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/monotouch
>



More information about the MonoTouch mailing list