I have a Customer client in the app_code folder on asp.net, how can I create an instance using reflection, for example using Activator.CreateInstance (assemblyName, typeName)? Since app_code is dynamically compiled, I donβt know the build at design time?
Thanks fred
The question is how to get the full type name at design time, I want to put it in web.config. I have type ConfigSection, it is in the app_code folder, I need to declare it in configSection. Thanks
Fred
source share