C#->X# for dummies
Posted: Sat Feb 06, 2021 8:44 am
Hi Fabrice
And i think you add the using lines
because the links goes to the same sample i was trying to let run and as a rookie on c# ohh thats hard.
I was looking into the source code and there is a compiler IF
//#if NETFRAMEWORK || NETSTANDARD2_0
when i remove that , the compiler makes a working Net40 dll. only the dll for netstandart1.1 is not generated because of some errors.
So i have the source code and i am happy
Thanks
And i think you add the using lines
because the links goes to the same sample i was trying to let run and as a rookie on c# ohh thats hard.
I was looking into the source code and there is a compiler IF
//#if NETFRAMEWORK || NETSTANDARD2_0
when i remove that , the compiler makes a working Net40 dll. only the dll for netstandart1.1 is not generated because of some errors.
So i have the source code and i am happy
Thanks