Bug #61734 | Error "Unable to generate the model..." when configurin .edmx file from VS2010 | ||
---|---|---|---|
Submitted: | 4 Jul 2011 10:38 | Modified: | 4 Jul 2011 15:38 |
Reporter: | Roberto Zanin | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | Connector 6.3.7, MySql 5.1.32 | OS: | Windows (Vista SP2 32bit) |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
Tags: | entity framework, model generation, MySql Connector .NET 6.3.7 |
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
[4 Jul 2011 13:01]
Bogdan Degtyariov
[4 Jul 2011 15:39]
Roberto Zanin
VS2008 EF model wizard error
Attachment: VS2008 connection error.jpg (image/jpeg, text), 54.66 KiB.
[4 Jul 2011 15:40]
Roberto Zanin
Sections of machine.config that contain "mysql"
Attachment: machine.config sections.txt (text/plain), 8.03 KiB.