Hi Raj
Excel-DNA support the .NET 8 runtime, but only with the windows platform specified.
In your project file (.csproj or .vbproj) you’ll see a “TargetFramework” tag.
You need to set this as “net8.0-windows” instead of just “net8.0”.
So your TargetFramework tag to target .NET 8 would look like this
<TargetFramework>net8.0-windows</TargetFramework>
-Govert
--
You received this message because you are subscribed to the Google Groups "Excel-DNA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to exceldna+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/exceldna/7aa339e1-e34b-4e11-acd1-7b9825fb6e93n%40googlegroups.com.