Error when compiling my application
Posted: Wed Sep 30, 2015 8:35 am
Hello,
In the in-house application where Stimulsoft is embedded, I use this code in MainForm.cs:to make the Code tab visible.
While I am trying to upgrade to a more recent version of Stimulsoft, this code leads to an error (Object reference does not set to the reference of an objetc).
Can you please help me fixing this issue?
I am getting also another error saying the System.data.dll file or assembly cannot be loaded.
I guess it relates to this code of Program.cs:
Can you please help me fixing this issue as well?
Thank you.
In the in-house application where Stimulsoft is embedded, I use this code in MainForm.cs:
Code: Select all
var des = StiConfig.Services.GetService(typeof(StiDesignerConfigService)) as StiDesignerConfigService;
des.CodeTabVisible = true;
While I am trying to upgrade to a more recent version of Stimulsoft, this code leads to an error (Object reference does not set to the reference of an objetc).
Can you please help me fixing this issue?
I am getting also another error saying the System.data.dll file or assembly cannot be loaded.
I guess it relates to this code of Program.cs:
Code: Select all
using System;
using System.Windows.Forms;
using System.Data;
Thank you.