Hi Team,
I am getting below error while try to load the llblgen 5.8 Project file. I am writing the code in C#. I am using all the 5.8 assemblies as a references and valid license file. The code is failing on Project.Load method. Any help here is highly appreciated. Thanks!
var configurationToUse = System.Configuration.ConfigurationManager.OpenExeConfiguration(Application.StartupPath + @"\ConsoleApp1.exe");
CoreStateSingleton.GetInstance().ConfigurationSettings = new ApplicationConfiguration(configurationToUse,Application.StartupPath);
CoreStateSingleton.GetInstance().LoadObjectsAndConfigData();
UserConfiguration preferences = LoadPreferences();
SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.Project.Load(filename);
Error I am getting :-
Object reference not set to an instance of an object
at SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.Project.DeserializeFromFile(String filename, String additionalTypeConverterFolder)
at SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.Project.Load(String filename, String additionalTypeConverterFolder)
at SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.Project.Load(String filename)
Attachments
Filename |
File size |
Added on |
Approval |
ProjectLoadIssue.jpg
|
499,069 |
24-Jun-2022 14:51.11 |
Approved |