Rank: Member Groups: Member
Joined: 6/16/2014 Posts: 25
|
Hello, I have a question regarding the EO.Webbrowser. Inside the Webbrowser Namespace is a delegate with the name "Action" declared. Now, whenever I use the Action delegate, I get an ambiguous reference error. This is a little bit unhandy, because I have to specify the full namespace now.
Best regards, Michael
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Thanks for the feedback. Action delegate is since .NET 3.5. Since our product has to support .NET 2.0, so we have to define the delegate. However we do understand that it can cause some inconvenience. We will look into it and see what we can do.
|