| Bug #70043 | Generating a database from Model in VS2012 using SSDLToMySQL Fails | ||
|---|---|---|---|
| Submitted: | 14 Aug 2013 23:43 | Modified: | 4 Nov 2013 18:01 |
| Reporter: | David Lopez | Email Updates: | |
| Status: | Duplicate | Impact on me: | |
| Category: | MySQL Visual Studio Integration | Severity: | S2 (Serious) |
| Version: | MySQL Connector 6.7.4 | OS: | Windows (WIndows 7) |
| Assigned to: | Assigned Account | CPU Architecture: | Any |
| Tags: | EF5, MySQL for Visual Studio 1.0.2, SSDLToMySQL.tt | ||
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix> - On windows use WinZip or a similar utility to split the large file
[14 Aug 2013 23:45]
David Lopez
[23 Aug 2013 23:00]
Lukas Faber
Error appearing on current VS2012, EF5 and Connector 6.7.4.0 ... even after applying workaround described in Bug #67964
Attachment: Screen Shot 2013-08-23 at 3.51.29 PM.png (image/png, text), 26.72 KiB.
