Forum Discussion
KenB-LA
Dec 08, 2021Copper Contributor
Clipboard class in .Net 6
I am upgrading some code from .Net Framework 4.62 to .Net 6. I use the Clipboard Class in System.Windows.Forms. In .Net 6 this is no longer supported. is there a different namespace where Clipb...
KenB-LA
Dec 23, 2021Copper Contributor
Try changing the target framework to:
<TargetFramework>net6.0-windows</TargetFramework>
SilentKnightER
Dec 23, 2021Copper Contributor
Yes, and thank you. I am not sure when you posted this.....But I wish I had seen it earlier! I had spent all morning with this, and just posted the solution to Overstack a few hours ago lol. smh.
Strong work though, and I could have saved a lot of time if I was paying attention to my email!
Strong work though, and I could have saved a lot of time if I was paying attention to my email!