Stimulsoft.Database.dll not deployed during ClickOnce

Stimulsoft Reports.NET discussion
Post Reply
patwolf
Posts: 90
Joined: Thu May 29, 2008 1:38 pm
Location: Los Angles

Stimulsoft.Database.dll not deployed during ClickOnce

Post by patwolf »

Hi,

I have a project which contains a form with the designer. When I deploy the project with ClickOnce everything works fine except Stimulsoft.Database.dll doesn't get deployed which means that the query builder doesn't work.
I tried adding it manually etc. but nothing seemed to work.

Thanks,
Patrick
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Stimulsoft.Database.dll not deployed during ClickOnce

Post by Edward »

Hi Patrick,

And what is about the manual copying of Stimulsoft.Database.dll? It is the only way because this dll do not have any references on itself from our other dlls.

Please add this dll in the project manually.

Thank you.
patwolf
Posts: 90
Joined: Thu May 29, 2008 1:38 pm
Location: Los Angles

Stimulsoft.Database.dll not deployed during ClickOnce

Post by patwolf »

Hi,

I'm using ClickOnce so there is no manual copying... How would I do it with ClickOnce please?

Thanks,
Patrick
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Stimulsoft.Database.dll not deployed during ClickOnce

Post by Jan »

Hello Patrick,

Stimulsoft.Database.dll assembly is not referenced in other Stimulsoft assemblies. You need add reference to this assembly into your project. I have created sample ClickOnce installation and all work fine.

Thank you.
patwolf
Posts: 90
Joined: Thu May 29, 2008 1:38 pm
Location: Los Angles

Stimulsoft.Database.dll not deployed during ClickOnce

Post by patwolf »

Hi,

my reporting designer was in a different project to the main project so setting a reference still didn't work. But putting this code in a function which was never called worked:
Console.WriteLine(Stimulsoft.Database.TabsAlignment.Left.ToString());
as it made an actual reference.

Thanks,
Patrick
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Stimulsoft.Database.dll not deployed during ClickOnce

Post by Jan »

Hi Patrick,

Thank you for your information.

Post Reply