tomboy icon indicating copy to clipboard operation
tomboy copied to clipboard

The System.Web.HttpUtility class is declared both in standard .Net libs but also in Tomboy. And the WebSync addin doesn't like this.

Open trepidity opened this issue 11 years ago • 2 comments

trepidity avatar Jan 15 '14 16:01 trepidity

This is to build Tomboy 2.0 within MD on Linux. Weirdly (to me), there is no problem to build with the makefile. Didn't get the time to investigate how the makefile handle this conflict.

romu70 avatar Jan 15 '14 16:01 romu70

Looks like in the Makefile case that was not happening because we have -define:NET_2_0 in Tomboy/Makefile.am and most probably in MonoDevelop it was setting it to something newer automatically - I've just tried to change that to -define:NET_4_5 to align with the framework target we now have on Windows and got exactly that problem.

So, does anyone recall why we have a copy (or our own implementation?) of HttpUtility. Or is that a name clash?

alex-ter avatar Jan 28 '17 19:01 alex-ter