-
How can I make CTP in .Net 6.0 project by using Excel-DNA 1.6.0? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
You need to fiddle with the clas declaration, to add an explicit interface. See this discussion https://groups.google.com/g/exceldna/c/onRDZLJwoBY/m/ddsjBDbsBAAJ |
Beta Was this translation helpful? Give feedback.
-
thanks a lot! In Net framework 4.8 project, i can use wpf usercontrol onto CTP. Is there any solution to use WPF controls on CTP? |
Beta Was this translation helpful? Give feedback.
-
WPF works the same under .NET 6 as under .NET Framework. You need a host control from WinForms to put the WPF into a CTP. |
Beta Was this translation helpful? Give feedback.
-
I know ElementHost in WinForm. However, I cannot create a WPF UserControl in WinForm Library project as in Net Framework project. |
Beta Was this translation helpful? Give feedback.
-
After putting |
Beta Was this translation helpful? Give feedback.
You need to fiddle with the clas declaration, to add an explicit interface. See this discussion https://groups.google.com/g/exceldna/c/onRDZLJwoBY/m/ddsjBDbsBAAJ