I finally figured out what I was doing wrong.  I have projects in the same 
solution that target .net and mono android/touch. Not surprisingly the proxy as 
generated from slsvcutil.exe won't compile when targeting .net but does build 
for mono.  The solution was to enclose the CreateChannel override  and the 
private Channel class in a #if MONOTOUCH block and define MONOTOUCH for those 
projects. This means the static proxy is only compiled for monotouch where it 
is actually needed.

Sorry for the noise on the list....
Felix
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to