Hi,
I've built a client extensibility, which works fine if I compile it with .net 3.5!
What I need is to compile my client extensibility with .net framework 4, but then the rtc says "Could not locate the add-in library for 'Mac.DiVA.BigTextTest;PublicKeyToken=xxxxxxxxxxxxxxxx'." (Nothing is changed and the dll is at the same place as the 3.5 is, in the Add-ins folder!!).
Is it possible to integrate a .net 4 client extensibility in the rtc?
Greets and thanks...
Marco
0
Answers
The RTC is built using .NET framework 3.5. Creating client extensibility using a newer version of the .NET framework is not a supported scenario, so you will have to stay on version 3.5 for your extensibility controls for now.
Thomas Søndergaard Jensen [MSFT]
This posting is provided 'AS IS' with no warranties, and confers no rights.
thank you for your very quick answer.
Many thanks and greets from north-germany...
Marco