Released: NetOffice 1.7.2 (Jun 29, 2013)
Download 1: NetOffice Release 1.7.2Includes: - Binaries .NET : v2.0, v3.0, v3.5, v4.0, v4.5 - Tutorials/Examples in C#/VB.Net - Source CodeDownload 2: NetOffice Developer Toolbox requires .NET 4(Client...
View ArticleUpdated Release: NetOffice 1.7.2 (Jun 29, 2013)
Download 1: NetOffice Release 1.7.2Includes:- Binaries .NET : v2.0, v3.0, v3.5, v4.0, v4.5- Tutorials/Examples in C#/VB.Net- Source CodeDownload 2: NetOffice Developer Toolboxrequires .NET 4(Client...
View ArticleCommented Issue: OfficeCompatibility Report button throws...
Последовательность не содержит соответствующий элементSystem.InvalidOperationException: Последовательность не содержит соответствующий элементв System.Linq.Enumerable.First[TSource](IEnumerable`1...
View ArticleNew Post: Deployment Outlook addin VS 2013 for Office 2000-2013
hey, (first of all: JE SUIES CHARLIE) no idea what is a prq but you find a deployment table in the NetOffice documentation page: http://netoffice.codeplex.com/documentation (please scroll down) normaly...
View ArticleNew Post: Deployment Outlook addin VS 2013 for Office 2000-2013
Hi,"Je suis Chalie" too! Thanks for your response. Maybe my question was not clear. My first try was this one : http://msdn.microsoft.com/en-us/library/cc442767.aspx and it works fine. In this example,...
View ArticleNew Post: Deployment Outlook addin VS 2013 for Office 2000-2013
In Install Shield LE I only add the project dll and set (COM Interop and "Extract COM Information"). After Setup is finished I run regasm.exe c:\Windows\Microsoft .Net\Framework\v4.0.30319\Regasm.exe...
View ArticleNew Post: Deployment Outlook addin VS 2013 for Office 2000-2013
@MarieChristine As first please do me a pleasure and use the latest NO 1.7.2 version(available on nuget). (It is very challenging for me to support all the older NO versions in detail.) The most...
View ArticleNew Post: NetOffice Saving Excel Sheet to .PDF
Based on what I just updated. Would you say it is what I am wanting. I still get that exception during the export and it doesn't explain why it is giving that exception. This should create a new...
View ArticleNew Post: Disable document macro's
I would like to disable all macros if document is of type docm. How can I do that before they execute such as Document_Open()?
View ArticleNew Post: NetOffice 1.7.2: ComFactory initialization
Hi Guys I'm coming from NetOffice 1.6 and asked myself how to initialize the ComFactory? I've got an Addin that is used for all Office Products (Outlook, Word, Excel, Powerpoint) In 1.6 i could use the...
View ArticleNew Post: NetOffice 1.7.2: ComFactory initialization
hello, Factory has been renamed to Core and use a singleton instance by default. NetOffice.Core.Default.CreateObjectFromComProxy(null, application); You can create multiple core's now to get multiple...
View ArticleNew Post: Disable document macro's
may the automationsecurity property can handle this.http://msdn.microsoft.com/en-us/library/microsoft.office.interop.excel._application.automationsecurity%28v=office.15%29.aspx *Sebastian
View ArticleNew Post: NetOffice 1.7.2: ComFactory initialization
Ah cool, works like a charm, thanks!
View ArticleNew Post: Register C# EventHandler with OLE TextBox int PowerPoint presentation
I'm launching a PowerPoint presentation from a C# application. This presentation has a special slide, which allows the user to enter values via an OLE TextBox. Now, I'd like to register an...
View ArticleCreated Unassigned: Retrieving the COM class factory failed [21664]
On one machine with win 8.1, office 2013 got an exception (others with the same components are ok)What could be causing this?```Retrieving the COM class factory for component with CLSID...
View ArticleNew Post: Register C# EventHandler with OLE TextBox int PowerPoint presentation
hey man, please explain OLE Textbox. Means an element from VBA or its an external Active-X control? (first case is easy but a dialog want shown for the user to agree your access to VBA. The PowerPoint...
View ArticleCommented Unassigned: Retrieving the COM class factory failed [21664]
On one machine with win 8.1, office 2013 got an exception (others with the same components are ok)What could be causing this?```Retrieving the COM class factory for component with CLSID...
View ArticleNew Post: Register C# EventHandler with OLE TextBox int PowerPoint presentation
Hey Sebastian, I added the TextBox via the developer-tools tab. As far as I know these controls a Active-X controls. Where can I find the .net interop wrapper classes? Gebhard
View ArticleCommented Unassigned: Retrieving the COM class factory failed [21664]
On one machine with win 8.1, office 2013 got an exception (others with the same components are ok)What could be causing this?```Retrieving the COM class factory for component with CLSID...
View ArticleNew Post: Register C# EventHandler with OLE TextBox int PowerPoint presentation
okay then, This is a normal textbox(no OLE action so far). Shame on me: I currently figure out how i can reprocuce the scenario, because i can't find the developer tools in PP 2010 with the ugly ribbon...
View Article