jeudi 12 avril 2018

Error : the type or namespace name "type" could not be found

This error occours when i get the type from assembly

 var assembly = Assembly.LoadFrom("Projet.Module01.Domain");
 Type type = assembly.GetType(tipoCapaLoteNome);
 var newObject = DictionaryToObject<type>(myGenericObject);





Aucun commentaire:

Enregistrer un commentaire