Custom Components Sample
Custom Components Sample
Hello guys
I am evaluating your reporting solution.
When running Sample solutions I get following error in Custom Component solution
The error of compilation is found in the 'Report' report:
Could not load file or assembly 'CustomComponent.Wpf.exe' or one of its dependencies.
dependencies seems to be ok, so I don't know what is wrong.
thank you for your help
I am evaluating your reporting solution.
When running Sample solutions I get following error in Custom Component solution
The error of compilation is found in the 'Report' report:
Could not load file or assembly 'CustomComponent.Wpf.exe' or one of its dependencies.
dependencies seems to be ok, so I don't know what is wrong.
thank you for your help
Re: Custom Components Sample
Hello,
Please change the following code in the Window1.xaml:
Thank you.
Please change the following code in the Window1.xaml:
Code: Select all
Title="Custom Component" Height="300" Width="300" WindowStartupLocation="CenterScreen" Icon="/CustomComponent;component/app.net.ico">
Re: Custom Components Sample
Hello Aleksey
Thank you for your answer the error is still there.
I ran the CustomComponent project succesfully.
I open the designer, everything works But when I click on the report checker there is the error.
The error of compilation is found in the 'Report' report:
Could not load file or assembly 'CustomComponent.Wpf.exe' or one of its dependencies.
And by the way, what is this custom component that should be shown it is not clear from the sample project?
Thank you for your answer the error is still there.
I ran the CustomComponent project succesfully.
I open the designer, everything works But when I click on the report checker there is the error.
The error of compilation is found in the 'Report' report:
Could not load file or assembly 'CustomComponent.Wpf.exe' or one of its dependencies.
And by the way, what is this custom component that should be shown it is not clear from the sample project?
Re: Custom Components Sample
Hello,
Please check the archive in the attachment.
Thank you.
Please check the archive in the attachment.
Thank you.
- Attachments
-
- Untitled.png (14.93 KiB) Viewed 3891 times
-
- Custom Component.zip
- (15.92 KiB) Downloaded 240 times
Re: Custom Components Sample
The custom component is there, but the report checker throws that error.
So that error is ok and can be ignored?
So that error is ok and can be ignored?
Re: Custom Components Sample
Hello,
Sorry for the mistake. Please try to change the folowing code in project (remove string "Wpf"):
or in Referenced Assemblies property in desiger.
Thank you.
Sorry for the mistake. Please try to change the folowing code in project (remove string "Wpf"):
Code: Select all
#region Add reference to your assembly
"CustomComponent.exe" // old "CustomComponent.Wpf.exe"
#endregion
Thank you.
Re: Custom Components Sample
Yeah it works, finally.
Re: Custom Components Sample
Hello,
Let us know if you need any additional help.
Let us know if you need any additional help.