Can't find object MsSqlDataConnection
Trying to figure out the open source version of FastReports before I spend the cash on it. But I'm running in to a problem. I created a report in the FastReport Community designer, and it displays exactly how I want it to. So I exported it to a .vb (yes I'm coding in vb for now) and load it in to my VS2022 vb program. I use a:
Dim myReport as new FastReport.GravelReport
and it is giving me the error of "Can't find object MsSqlDataConnection.
I have used NuGet to install the Fastreports opensource version and the FastReports.Data.MsSql dll's. Both are showing in my references. It's been 15 years since I've done much programming so I'm pretty rusty and I'm not sure how to debug this.
Thanks.
Comments
It seems like you've run into a tough problem, but we'll figure it out. Because you are seeing the message "Can't find object MsSqlDataConnection," it is possible that your FastReport configuration's database connection settings are at fault.