fuzer
fuzer
About
- Username
- fuzer
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
My application is an Asp. Net web site. I could not put this command line in my application: FastReport.Utils.RegisteredObjects.AddConnection (typeof (MySqlDataConnection)); Even so: static void Main () ( Application.EnableVisualStyles ();…
-
in my bin folder already has: FastReport.dll FastReport.Editor.dll FastReport.MySql.dll MySqlData.dll MySqlData.refresh and yet nothing.
-
Thanks for the fast answers you're helping me a lot. I did what I said and now appears another problem: Can not Find MySQlDataConnection Do I have to put any dll in the Bin? My code is as follows: FastReport.Utils.Config.WebMode = true; Fa…
-
To use the web fastreport to install anything on the web server? Why did a report that generates a pdf on my local machine works more when published on the web does not work. Already put the dlls in the bin folder and nothing. Which solution since…
-
It worked, thanks! Is to take the "DEMO VERSION" that appears in the report?
-
I changed the version of the FR. Net and it worked, thanks. Only I did not understand one thing: Where do I put this command line FastReport.Utils.RegisteredObjects.AddConnection (typeof (MySqlDataConnection)); In visual studio or in FastReport…
-
Sorry, I'm Brazilian and not write in English. I'm trying to compile the application to generate the datasourse for MySql more of the following error: FastReport.Data.MySqlDataConnection.QuoteIdentifier(string, System.Data.Common.DbConnection): n…