Bug #74388 | MySQL Visual Studio Integration | ||
---|---|---|---|
Submitted: | 14 Oct 2014 23:16 | Modified: | 17 Dec 2015 19:13 |
Reporter: | Peter Hanna | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Visual Studio Integration | Severity: | S3 (Non-critical) |
Version: | 5.6.19 Community Server, 5.6.21 | OS: | Windows |
Assigned to: | Luis Penunuri | CPU Architecture: | Any |
Tags: | entity framework, Generate model from database fails, Visual Studio |
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
[18 Dec 2014 8:59]
Chiranjeevi Battula
[18 Dec 2014 22:45]
Peter Hanna
VS Generate Database from Model Error
Attachment: vs_generate_database_from_model_error.png (image/png, text), 22.25 KiB.
[18 Dec 2014 22:46]
Peter Hanna
EF6 Reference added. Error Still occurring.
Attachment: vs_referencesMySql.Data.Entity.EF6.png (image/png, text), 4.76 KiB.