Hi
is it possible to use both versions simultaneously on the same page?I seem to get errors reporting xxx is ambiguous in namespace yyy.
Just wanted to make sure there is no other way around this other than converting all controls to the same version.
Cheers
You can't reference two assemblies and use a class that exists in both in the same namespace. That's exactly what this error says.