Hi ,
I think the problem happens because the file you are trying to upload is too large. By default ASP.NET has a limit on the max uploaded file size. To change it, you need to modify the Web.config file in the Dictionary configurator tool project and add a <httpRuntime> element. Here is an example:
The maxRequestLength is set to support files up to 100 MB.
Kind regards,
Lini
the Telerik team