You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[System.EnterpriseServices] Import from monodroid/84a3e6cb
System.EnterpriseServices.dll is an empty shell. It contains no types.
It isn't *directly* used by *anything*.
The entire reason it exists is so that Visual Studio (2010?)-
generated Web Services would compile, as the generated project would
contain an assembly reference to System.EnterpriseServices.dll, even
though that assembly wasn't actually *used*.
I suspect that this thread is relevant:
http://lists.ximian.com/pipermail/monodroid/2010-October/001398.html
> I had the same problem, I fixed it by removing the reference to
> System.EnterpriseServices.dll. That assembly isn't in MonoDroid P5
> and it falls back to your GAC to find it which causes chaos later.
0 commit comments