Skip to content
Bremus Solutions edited this page Jun 8, 2017 · 6 revisions

The Serial Key Generator 7.0 is a powerful tool to generate serials and the corresponding validation code to secure your .NET application.

Unfortunately the generated code registration files aren't compatible with .NET Core. The reason is that the registration files are in a Access Database format and .NET Core doesn't support OLE DB. So, neccessary is a tool which converts the registration file into a .NET Core compatible format. The Serial Key Generator Converter does exactly that!

This tool converts a Access Database Registration File (generated from Serial Key Generator 7.0) into a SQLite Database Registration File which is readable by .NET Core.

Check the Getting Started page and lern more!

Clone this wiki locally