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
Tags
Excel
InfoPath
Office Core
Pages
Visio
VSTO
Word
Browse by Tags
MSDN Blogs
>
VSOfficeDeveloper: Known Problems, Bugs, and Fixes
>
All Tags
>
pages
Tagged Content List
Blog Post:
Problems with System.OutOfMemoryException At System.String.GetStringForStringBuilder in 32-Bit Managed Solutions
VSOfficeDeveloper
Symptom Managed code solutions that use classes from the System.Data or System.Xml name may encounter a System.OutOfMemoryException when working with large datasets, XML files, or repeated operations that involve hundreds of (xml) object serialization calls from standardized components. The exception...
on
10 Oct 2008
Blog Post:
OLE Link to Word 97-2003 File May Fail with OLE_E_CLASSDIFF Error on Open
VSOfficeDeveloper
Symptoms 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. This occurs when the following conditions are true: The document linked to is a Word 97-2003 document (*.doc). Word 2007...
on
8 Oct 2008
Blog Post:
Unable to Open Office Documents for Edit From SharePoint Behind Cisco CSS Load Balancer
VSOfficeDeveloper
Summary When you build a Microsoft Office SharePoint (MOSS) server farm and configure it for load balancing, you may be unable to open Office documents for edit access (collaboration) if you are using a Cisco Content Server Switch (CSS) with Layer 5 content rules applied. From the client, you may...
on
3 Oct 2008
Blog Post:
SharePoint Document Library Date Time Columns May Be Incorrectly Changed for Office 2007 Documents if Opened and Saved by Office XP/2003
VSOfficeDeveloper
Symptoms If you create a document library in Microsoft Office SharePoint Server (MOSS) with a custom column of a Date/Time data type, and you store Office 2007 (Open XML) documents in that library, if the files are opened, edited and then saved back to the SharePoint library using Office XP or Office...
on
29 May 2008
Blog Post:
Field’s promoted from an InfoPath form template during publishing to a Microsoft Office SharePoint Server are created multiple times
VSOfficeDeveloper
Summary 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 each time you publish the XSN. More...
on
19 May 2008
Blog Post:
Office 2007 File Format MIME Types for HTTP Content Streaming
VSOfficeDeveloper
Summary Office 2007 introduced new file formats for common document types (Word documents, Excel spreadsheets, and PowerPoint presentations), and has standardized on new MIME types for each new format. The following information is provided to document the new MIME types and their proper use in HTTP...
on
8 May 2008
Blog Post:
Visio cannot Open read-only documents from a Document Management System
VSOfficeDeveloper
Summary 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. This problem occurs if the NTFS read-only file...
on
7 May 2008
Blog Post:
OCX Controls Used in VBA-Enabled Applications Cannot be Side-By-Side (SxS) Registered
VSOfficeDeveloper
Summary ActiveX Controls used in core Office Applications (such as Word, Excel, PowerPoint, or Visio) are bound using ITypeInfo from an associated type library (*.tlb) and extender library (*.exd) when created or loaded inside a document or macro dialog form (VBA UserForm). VBA enables programmability...
on
21 Apr 2008
Blog Post:
ShellExecute fails when called from Internet Explorer Protected Mode
VSOfficeDeveloper
Summary When calling ShellExecute to open of 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. Cause Internet Explorer Protected mode is available...
on
16 Apr 2008
Blog Post:
OLE/ActiveX Objects Copied from Office in Remote TS Session are Unavailable on Local Client Via RDP Clipboard
VSOfficeDeveloper
Problem When you attempt to copy an OLE object or ActiveX Control (OCX) from an Office application in a remote Terminal Server session and then paste it into a local application on the client machine, you will only get a static representation of the data (typically a WMF metafile) instead of the OLE...
on
14 Apr 2008
Blog Post:
Excel OLE Embedding Errors if you have Managed Add-In Sinking Application Events in Excel
VSOfficeDeveloper
Summary If you build a managed component that loads into Excel's process space, and the managed code uses the PIA (or a custom IA using event delegates) to sink events on the Application object, that Excel instance may encounter problems when used for OLE embedding. The problems include: Being...
on
11 Apr 2008
Blog Post:
Excel 2007 does not return shape data using XLL xlfGetDocument command
VSOfficeDeveloper
Summary Microsoft Excel XLL add-ins using the xlfGetDocument command with the command type 42 to return a matrix of shapes (objects, images, controls) on the active sheet may encounter problems in Excel 2007, because the command fails to return any such information to the add-in. The caller receives...
on
9 Apr 2008
Blog Post:
Changes in OCX Save Behavior for Office 2007 Documents
VSOfficeDeveloper
Summary As part of the change for default file formats in Microsoft Office 2007, ActiveX Controls (OCX) saved by Office applications will be asked to save themselves using IPersistPropertyBag, where the property bag being used is a text-only storage medium. This allows Office to persist the control...
on
4 Apr 2008
Blog Post:
Description of the Microsoft Office Existence Discovery Protocol
VSOfficeDeveloper
Summary When opening documents from a URL location in Microsoft Office 2007, the Office library can make an HTTP HEAD request to the web server for the opening URL. This request is sent with a User-Agent set to"Microsoft Office Existence Discovery". This call is new to Office 2007. More Information...
on
11 Mar 2008
Blog Post:
Excel 2007 Extension Warning On Opening Excel Workbook from a Web Site
VSOfficeDeveloper
Summary Web sites that use the "application/x-msexcel" or "application/vnd.ms-excel" MIME type to open web page content inside of Microsoft Excel may encounter the following warning prompt when the file attempts to open in Excel 2007: "The file you are trying to open, '[filename]', is in a different...
on
11 Mar 2008
Blog Post:
Editing InfoPath forms attached to Outlook emails
VSOfficeDeveloper
Emailing forms and documents from one user to another is a common way of performing workflows in businesses. Users open attached documents, edit them according to their needs, and then email them to the next user. Some users take advantage of how Outlook opens attachments to make this process even easier...
on
25 Feb 2008
Blog Post:
Unable to load a .NET 2.0 Assembly from VBA in Word/Excel (2000, 2002, and 2003)
VSOfficeDeveloper
Summary The Microsoft .NET 2.0 Framework includes a lockback policy that intentionally prevents the .NET 2.0 CLR from being initialized to run when hosted in either the Microsoft Word or Microsoft Excel process space, unless that version of Word or Excel is Office 2007. This restriction was put into...
on
15 Feb 2008
Blog Post:
OCX Persistent Strings May Be Altered When Saved in Office 2007 Open Office XML Format
VSOfficeDeveloper
Summary An ActiveX control that implements IPersistPropertyBag for property persistence may experience problems with their control string data when control is saved in Office 2007 using one of the new Office 2007 Open XML File Formats (such *.docx, *.xlsx, *.pptx, etc.). If the string contains certain...
on
15 Feb 2008
Blog Post:
Unable to Update Metafile Presentation for OLE 1.0 Object in Word (2002/2003/2007)
VSOfficeDeveloper
Summary When you insert an OLE 1.0 Object into a new document using Word 2002 or Word 2003, the object will display fine on the initial insert. However, if you edit the object and update the presentation data, the metafile displayed by Word may not get correctly updated. So the object appears unchanged...
on
15 Feb 2008
Page 1 of 1 (19 items)