Bug #41517 | An Unexpected Error has Occured - Visual Studio 2008 / Vista Business | ||
---|---|---|---|
Submitted: | 16 Dec 2008 19:55 | Modified: | 10 Apr 2009 10:55 |
Reporter: | Elliot Knight | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 5.2.5 | OS: | Windows (Vista Business) |
Assigned to: | CPU Architecture: | Any |
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
[16 Dec 2008 19:58]
Elliot Knight
[12 Feb 2009 15:05]
Tonci Grgin
VS2005
Attachment: Bug41517.jpg (image/jpeg, text), 31.60 KiB.
[10 Apr 2009 10:54]
Tonci Grgin
It works
Attachment: bug41517-1.jpg (image/jpeg, text), 93.29 KiB.