On 17.10.2011 17:56, Andreas Ploetzeneder wrote: > ok thx, but how do i now remove and readd the webreference , i guess the > problem is, that the webreference is not actual any more. but i cannot > update it,.....because this means crash than.
Click on "Web References" in the solution tree, right-click the URL and chose "Delete". Or open the csproj file with an editor and remove the appropriate WebReferenceUrl element. If you only want to change the URI: use search-and-replace. Adding a web reference: right-click on the project in the solution tree, chose "Add" then "Add Web Reference". Robert > > 2011/10/17 Robert Jordan<[email protected]> > >> 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<[email protected]>: >>> >>>> 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 >>>> [email protected] >>>> http://lists.ximian.com/mailman/listinfo/monotouch >>> >> >> _______________________________________________ >> MonoTouch mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monotouch >> > > > _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
