Sign in
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
A listing of known problems, bugs, and pending fixes associated with Office Core Products specific to Visual Studio (VB, C#, C++) Development.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
OK
Search
Tags
Excel
InfoPath
Office Core
Pages
Visio
VSTO
Word
Archive
Archives
October 2008
(6)
September 2008
(1)
May 2008
(8)
April 2008
(12)
March 2008
(4)
February 2008
(9)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
Problems with System.OutOfMemoryException At System.String.GetStringForStringBuilder in 32-Bit Managed Solutions
Posted
over 5 years ago
by
VSOfficeDeveloper
1
Comments
If you are working with a VSTO or managed code solution for Office, you may encounter a System.OutOfMemoryException when working with very large DataSets, XML files, or numerious object serialization calls. The problem typically occurs on a call to System...
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
OLE Link to Word 97-2003 File May Fail with OLE_E_CLASSDIFF Error on Open
Posted
over 5 years ago
by
VSOfficeDeveloper
You may encounter an OLE_E_CLASSDIFF (0x80040008) error on calls to OleRun or IOleObject::DoVerb when attempting to bind to a Word document saved as an OLE link by Word 2007. See the following post for details: OLE Link to Word 97-2003 File May Fail...
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
Unable to Open Office Documents for Edit From SharePoint Behind Cisco CSS Load Balancer
Posted
over 5 years ago
by
VSOfficeDeveloper
If you use a Cisco CSS switch for load balancing or content caching to a SharePoint Server farm, you may be unable to edit Office documents correctly if the switch is configured for Layer 5 content rules. By default, the Cisco CSS switch will block certain...
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
Excel 2007 XLL SDK Unicode String Support Update
Posted
over 5 years ago
by
VSOfficeDeveloper
The Microsoft Excel 2007 XLL SDK introduced a new data structure, the XLOPER12, which allows your addin to obtain Unicode strings in XLL function calls. However, there were a couple of limitations with the implemention of the SDK which prevented your...
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
Problems with SharePoint DateTime Columns in Office 2007 Documents Edited by Office 2003
Posted
over 5 years ago
by
VSOfficeDeveloper
A problem was recently discovered with the Office 2007 Compatibility Pack file converters when used to open Office 2007 Open XML files in previous Office versions, when those files have custom Date/Time properties attached associated with SharePoint....
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
Field’s promoted from an InfoPath form template during publishing to a Microsoft Office SharePoint Server are created multiple times
Posted
over 5 years ago
by
VSOfficeDeveloper
When publishing an InfoPath Form Template (XSN file) to multiple servers (i.e. a development server and a production server) and you are promoting fields from the InfoPath data source to be created as columns in SharePoint, those fields may get recreated...
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
Office 2007 File Format MIME Types for HTTP Content Streaming
Posted
over 5 years ago
by
VSOfficeDeveloper
The following post offers documentation on the Office 2007 MIME Types that can be used for HTTP content streaming to Office 2007 applications. Due to security measures in both IE and Office 2007, it is important that web sites return Office 2007 content...
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
Visio cannot Open read-only documents from a Document Management System
Posted
over 5 years ago
by
VSOfficeDeveloper
The following error occurs when opening a read-only Visio Drawing from an ODMA Document Management System (DMS): An error (110) occurred during the action Open. Visio cannot write to the file. The file has been opened read-only. For full details...
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
OCX Controls Used in VBA-Enabled Applications Cannot be Side-By-Side (SxS) Registered
Posted
over 5 years ago
by
VSOfficeDeveloper
1
Comments
ActiveX Controls used in Office applications with VBA must have at least their type library registered in the registry to work properly. VBA does not support Side-By-Side (SxS) registration of controls and this may prevent a control registered only by...
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
ShellExecute fails when called from Internet Explorer Protected Mode
Posted
over 5 years ago
by
VSOfficeDeveloper
1
Comments
When calling ShellExecute to open an Office document from Internet Explorer, the call will fail with a “File not Found” error if Protected Mode is turned on. The problem occurs after installing Office 2007 Service Pack 1 on Windows Vista. For full...
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
OLE/ActiveX Objects Copied from Office in Remote TS Session are Unavailable on Local Client Via RDP Clipboard
Posted
over 5 years ago
by
VSOfficeDeveloper
1
Comments
When attempting to copy and paste OLE or OCX objects from Office applications running on a remote desktop to another application running on your local desktop, you may fail to get the data expected, or will find the data is unavailable from the Paste...
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
Excel OLE Embedding Errors if you have Managed Add-In Sinking Application Events in Excel
Posted
over 5 years ago
by
VSOfficeDeveloper
Managed addins/components that sink events on the Application object may cause problems with OLE functionality in that instance of Excel, resulting in errors or possible crash of host application trying to edit Excel embedded objects. Managed addins can...
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
Excel 2007 does not return shape data using XLL xlfGetDocument command
Posted
over 5 years ago
by
VSOfficeDeveloper
1
Comments
XLL add-ins using the xlfGetDocument command to obtain shape data may fail in Excel 2007 because a known problem in that version. The bug is being investigated for a fix in a future Excel release. See the following post for more details: Excel 2007...
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
Changes in OCX Save Behavior for Office 2007 Documents
Posted
over 5 years ago
by
VSOfficeDeveloper
1
Comments
Office 2007 introduces a new save behavior for ActiveX Controls (OCX) saved directly in Word, Excel, and PowerPoint documents. As part of the new Open XML file format, OCX controls can be persisted as XML data if the control supports saving by IPersistPropertyBag...
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
Description of the Microsoft Office Existence Discovery Protocol
Posted
over 5 years ago
by
VSOfficeDeveloper
1
Comments
Description of the Microsoft Office Existence Discovery Protocol, which is new to Office 2007....
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
Excel 2007 Extension Warning On Opening Excel Workbook from a Web Site
Posted
over 5 years ago
by
VSOfficeDeveloper
1
Comments
Web sites that use an XLS MIME type to open content in Excel 2007 from a web site may see warning alert that file is in a different format than its extension. This is a new alert to Excel 2007. The reason for the alert, and things you can do to work around it, are documented in this post....
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
Editing InfoPath forms attached to Outlook emails
Posted
over 5 years ago
by
VSOfficeDeveloper
1
Comments
Users often send documents to each other as Outlook attachments. Depending on how the attachments are opened from Outlook, they may even be editable, so the attachment can be edited and then forwarded to another recipient. However, users with InfoPath...
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
Availability of Office File Format Documentation
Posted
over 5 years ago
by
VSOfficeDeveloper
Developers working with Microsoft Office files can now freely download he specifications for both the Office 2007 Open Office XML (OOXML) Formats and the older Office 97-2003 Binary File Formats (BIFF), for Word/Excel/PowerPoint. Microsoft has agreed...
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
Unable to load a .NET 2.0 Assembly from VBA in Word/Excel (2000, 2002, and 2003)
Posted
over 5 years ago
by
VSOfficeDeveloper
Managed code exported via COM Interop may not load correctly inside of Word or Excel VBA if the assemblies were written for the .NET 2.0 Framework. There is a policy that locks back the CLR to versions 1.0/1.1 for Word and Excel, unless the client updates...
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
OCX Persistent Strings May Be Altered When Saved in Office 2007 Open Office XML Format
Posted
over 5 years ago
by
VSOfficeDeveloper
ActiveX controls saved in Office 2007 using the IPersistPropertyBag interface may encounter alterations to strings they save to the property bag. This occurs because the strings are persisted in the XML and must conform to XML syntax rules, which can...
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
Unable to Update Metafile Presentation for OLE 1.0 Object in Word (2002/2003/2007)
Posted
over 5 years ago
by
VSOfficeDeveloper
1
Comments
When using OLE 1.0 objects in Word, you may experience problems in getting the presentation metafile (WMF) to update correctly if the document is not saved first. This problem occurs only with OLE 1.0 objects and not OLE 2.0. See this page for the...
Page 1 of 1 (21 items)