Hi,
I am evaluating the use of NetAdvantage Reporting in a WPF application run locally.
Currently the file path to the image is stored in a field within an SQL Compact database. How do i bind this field to an Image object?
I have tried but the image is only displaying an 'X'. does this mean it cannot find the image?
I have tested the datasource as well as confirmed the image path is correct.
Any help is greatly appreciated.
pfechner
I had been hoping it was that easy. Unfortunately i tried all of those options and still get the same results.
are you able to repeat the problem on your pc using the same project?
Yes, in the second connection string in app.config, it is using the Microsoft provider which does not work correctly, use the same provider as the first connection string.
Try closing and reopening the solution after making the changes. If you still cannot run it, try running Visual Studio with Administrator privileges.
Hi Hector, I tried as you suggested and pressed the "Preview" button and it gave the same error.
I have also put together a simple project which has the same issue. Is there something i am missing?
Hi Hector,
I tried as you suggested and pressed the "Preview" button and it gave the same error.
If you copy the database file to the "My Documents" folder and try to use it, do you experience the same issue?