We have a bunch of C # code that references Prism.Core. Prism.Core is a portable class library. When we refer to this in C ++ / CLI and try to use the delegate command, we get:
C4691: "System :: Object": the reference value type was expected in the unreferenced assembly 'System.Runtime', the type defined in the current translation system used
Can someone explain why? And is there any way to fix, besides restoring the source, which I did not want to do, since Prism Nugeted in our C # source?
c ++ c # portable-class-library prism-6
intinit
source share