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
Stimulsoft.Database.dll not deployed during ClickOnce
Stimulsoft.Database.dll not deployed during ClickOnce
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.
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.
Stimulsoft.Database.dll not deployed during ClickOnce
Hi,
I'm using ClickOnce so there is no manual copying... How would I do it with ClickOnce please?
Thanks,
Patrick
I'm using ClickOnce so there is no manual copying... How would I do it with ClickOnce please?
Thanks,
Patrick
Stimulsoft.Database.dll not deployed during ClickOnce
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.
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.
Stimulsoft.Database.dll not deployed during ClickOnce
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
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
Stimulsoft.Database.dll not deployed during ClickOnce
Hi Patrick,
Thank you for your information.
Thank you for your information.