MongoDB plugin

edited June 2021 in FastReport .NET

Hi,

we wanted to use your .NET FastReport Designer (Version 1.0.0 Demo) with a MongoDB Connection and followed your instructions provided here: https://www.fast-report.com/en/blog/298/show/ (and also from the contained readme.txt) None of the solutions worked for us.

We were getting the following error:

"The GuidRepresentation for the writer is CSharpLegacy, which requires the subType argument to be UuidLegacy, not UuidStandard".

We were able to adjust the ConnectionString within the MongoDB plugin code by modifying all "ConnectionString" instances to:

MongoClient client = new MongoClient(ConnectionString + "/?safe=true&uuidRepresentation=Standard");

And with using the newly build MongoDB.dll we were able to establish a connection.

Also, it only worked when using the "designer.exe" program, not the main application "FastReport NET Trial".

You might want to check this problem.

Happy to assist with further information if needed.

Maybe this helps anyone...

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.