Page 1 of 1

About CreateInstance Method of System.Reflection.Assembly Class

Posted: Mon Sep 05, 2016 6:02 pm
by xwang
Hi,

My problem is in my Silverlight project,
I used CreateInstance method of System.Reflection.Assembly Class to create an instance of a customized control.
According to the reference, the CreteInstance() has not been supported by CSHTML5 yet.
(http://help.cshtml5.com/html/084be5c0-3 ... 2977df.htm)

Will this method be added in the future release? And when?

Thx for your reply.

XWang