The below is exact error description which i encountered when I tried to import a managed soloution into the crm on-premise system, plugin associated with the solution(which i imported) is been registered in sandbox mode
"A managed solution cannot overwrite the PluginType component with Id=2a3c82ed-0d0e-43ac-a7ad-19e1e400cc67 which has an unmanaged base instance. The most likely scenario for this error is that an unmanaged solution has installed a new unmanaged PluginType component on the target system, and now a managed solution from the same publisher is trying to install that same PluginType component as managed. This will cause an invalid layering of solutions on the target system and is not allowed."
My doubt in here is
how exactly can I change the individual components status in a managed solution to MANAGED?
Can any one help me out on this issue