fixed cli arch
This commit is contained in:
parent
949bdf8604
commit
2490970a84
2 changed files with 2 additions and 2 deletions
|
|
@ -138,7 +138,7 @@ namespace cli.Services
|
|||
ms.Seek(0, SeekOrigin.Begin);
|
||||
Assembly assembly = Assembly.Load(ms.ToArray());
|
||||
|
||||
Type type = assembly.GetType(className);
|
||||
Type type = assembly.GetType(DefaultNamespace+"."+className);
|
||||
var generatedtemplate = (UserOrientedTemplate) Activator.CreateInstance(type);
|
||||
logger.LogInformation(generatedtemplate.ToString());
|
||||
foreach (var user in dbContext.ApplicationUser) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue