<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>NetOffice - MS Office in .NET</title><link>http://netoffice.codeplex.com/project/feeds/rss</link><description>.NET wrapper assemblies for version independent using Microsoft Office, Excel, Word, Outlook, PowerPoint, Access, Project</description><item><title>New Post: cannot explicitly call operator or accessor</title><link>http://netoffice.codeplex.com/discussions/444646</link><description>&lt;div style="line-height: normal;"&gt;I´ve &amp;quot;converted&amp;quot; all my code from Interop to NetOffice, except these two lines:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;doc.set_AttachedTemplate(globalTemplatePath);
doc.Application.Selection.ParagraphFormat.set_Style(&amp;quot;Normal&amp;quot;);&lt;/code&gt;&lt;/pre&gt;

The error is: 'NetOffice.WordApi._Document.AttachedTemplate.set': cannot explicitly call operator or accessor (in both lines)&lt;br /&gt;
&lt;br /&gt;
I´ve tried with:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;doc.AttachedTemplate = globalTemplatePath;
doc.Application.Selection.ParagraphFormat.Style = &amp;quot;Normal&amp;quot;;&lt;/code&gt;&lt;/pre&gt;

But same error. Any idea how to set these properties?&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>darkxer0x</author><pubDate>Wed, 22 May 2013 19:31:46 GMT</pubDate><guid isPermaLink="false">New Post: cannot explicitly call operator or accessor 20130522073146P</guid></item><item><title>New Post: Outlook 2010 Windows 8 Error</title><link>http://netoffice.codeplex.com/discussions/444595</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
i´m using your program to save a message in Outlook. On Windows 8 gives a error (mscorlib system.unauthorized access).&lt;br /&gt;
&lt;br /&gt;
In Windows 7 works ...&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://cloudpt.pt/link/0123acc6-c265-424b-9dc3-f153d800bfc1/CodigoOutlook_NetOffice.png" rel="nofollow"&gt;https://cloudpt.pt/link/0123acc6-c265-424b-9dc3-f153d800bfc1/CodigoOutlook_NetOffice.png&lt;/a&gt;&lt;br /&gt;
&lt;a href="https://cloudpt.pt/link/513ee759-ed8d-4a9f-b9af-623ddbd00b5e/References_NetOffice.png" rel="nofollow"&gt;https://cloudpt.pt/link/513ee759-ed8d-4a9f-b9af-623ddbd00b5e/References_NetOffice.png&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Please help.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Baltazar&lt;br /&gt;
&lt;/div&gt;</description><author>baltazar_oliveira</author><pubDate>Wed, 22 May 2013 14:07:13 GMT</pubDate><guid isPermaLink="false">New Post: Outlook 2010 Windows 8 Error 20130522020713P</guid></item><item><title>New Post: Excel Custom Task Pane</title><link>http://netoffice.codeplex.com/discussions/444440</link><description>&lt;div style="line-height: normal;"&gt;Is it not possible to do something like this, which seems a lot simpler:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://msdn.microsoft.com/en-US/library/aa942846(v=vs.80).aspx" rel="nofollow"&gt;http://msdn.microsoft.com/en-US/library/aa942846(v=vs.80).aspx&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>murtuzah</author><pubDate>Tue, 21 May 2013 15:29:49 GMT</pubDate><guid isPermaLink="false">New Post: Excel Custom Task Pane 20130521032949P</guid></item><item><title>New Post: Excel Custom Task Pane</title><link>http://netoffice.codeplex.com/discussions/444440</link><description>&lt;div style="line-height: normal;"&gt;Is it not possible to do something like this, which seems a lot simpler:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://msdn.microsoft.com/en-US/library/aa942846(v=vs.80).aspx" rel="nofollow"&gt;http://msdn.microsoft.com/en-US/library/aa942846(v=vs.80).aspx&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>murtuzah</author><pubDate>Tue, 21 May 2013 15:29:49 GMT</pubDate><guid isPermaLink="false">New Post: Excel Custom Task Pane 20130521032949P</guid></item><item><title>New Post: Excel Custom Task Pane</title><link>http://netoffice.codeplex.com/discussions/444440</link><description>&lt;div style="line-height: normal;"&gt;I am trying to create a dockable custom task pane in Excel. I have looked at the example but do not fully understand how to use it as it's not a complete example.&lt;br /&gt;
&lt;br /&gt;
It seems as though I need to create a ICTPFactory which then creates a CTP based on a fully qualified class name (of the user control that I want to display inside the CTP).&lt;br /&gt;
&lt;br /&gt;
My misunderstanding is with the factory - the example states&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;Office.ICTPFactory ctpFactory = new NetOffice.OfficeApi.ICTPFactory(_excelApplication, CTPFactoryInst);&lt;/code&gt;&lt;/pre&gt;

what is the second parameter? How do I call CTPFactoryAvailable() - ie what object to I pass to it?&lt;br /&gt;
&lt;br /&gt;
Also why does the example include lots of extra functions for registration and connection handling when the others do not? Is this purely coincidently and showing off more advanced API features or is it more of a legacy example from a previous version of the API?&lt;br /&gt;
&lt;br /&gt;
Any tips guys, thanks?&lt;br /&gt;
&lt;/div&gt;</description><author>murtuzah</author><pubDate>Tue, 21 May 2013 15:13:20 GMT</pubDate><guid isPermaLink="false">New Post: Excel Custom Task Pane 20130521031320P</guid></item><item><title>Created Unassigned: Convert Microsoft.Office.Interop.Word.ApplicationClass to NetOffice.COMObject [19742]</title><link>http://netoffice.codeplex.com/workitem/19742</link><description>Hello,&lt;br /&gt;&lt;br /&gt;I use Edraw Office Viewer to integrated MS Word in my WinForm Application.&lt;br /&gt;&lt;br /&gt;The Tool has a method GetApplication. &amp;#40;See next lines&amp;#41;&lt;br /&gt;Microsoft.Office.Interop.Word.Application application &amp;#61; &amp;#40;Microsoft.Office.Interop.Word.Application&amp;#41; axEDOffice1.GetApplication&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now I wanted to attached the application object to NetOffice.WordApi.Application Object.&lt;br /&gt;&amp;#40;Because I want to use the NetOffice Api to excecute commands.&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Is that possible &amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks a lot,&lt;br /&gt;Andreas&lt;br /&gt;</description><author>AndreasWaning</author><pubDate>Tue, 21 May 2013 10:46:00 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Convert Microsoft.Office.Interop.Word.ApplicationClass to NetOffice.COMObject [19742] 20130521104600A</guid></item><item><title>New Post: Linking Ribbon Control with Custom Task Pane</title><link>http://netoffice.codeplex.com/discussions/444021</link><description>&lt;div style="line-height: normal;"&gt;Hi&lt;br /&gt;
&lt;br /&gt;
I am trying to link the control of a checkbox in the ribbon to toggle the custom task pane visibility status. I believe I am almost there however missing a step or 2.&lt;br /&gt;
&lt;br /&gt;
Assistance would be greatly appreciated thanks&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;Private taskPane As Office._CustomTaskPane
Private ctpFactory As Office.ICTPFactory

Private Const taskPane_PROGID As String = &amp;quot;Advance Tools with Custom Task Pane&amp;quot;

Shared _application As Word.Application

Shared myuserControl As UserControl1

Public Sub CTPFactoryAvailable(ByVal CTPFactoryInst As Object) Implements NetOffice.OfficeApi.ICustomTaskPaneConsumer.CTPFactoryAvailable

    ctpFactory = CTPFactoryInst

End Sub

Public Sub CheckBox1_Pressed(ByVal control As Office.IRibbonControl, ByVal CheckBox1State As Boolean)

    If CheckBox1State Then

        taskPane = ctpFactory.CreateCTP(GetType(Addin).Assembly.GetName().Name + &amp;quot;.UserControl1&amp;quot;, &amp;quot;Picture Table Editor&amp;quot;, Type.Missing)
        taskPane.DockPosition = MsoCTPDockPosition.msoCTPDockPositionFloating
        taskPane.Width = 300
        taskPane.Height = 420
        taskPane.Visible = True
        taskPane.DockPosition = MsoCTPDockPosition.msoCTPDockPositionLeft
        taskPane.Width = 300
        myuserControl = taskPane.ContentControl

    Else

        taskPane.Visible = False

    End If

End Sub&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>tfitzhardinge</author><pubDate>Fri, 17 May 2013 09:28:15 GMT</pubDate><guid isPermaLink="false">New Post: Linking Ribbon Control with Custom Task Pane 20130517092815A</guid></item><item><title>Closed Issue: System.AccessViolationException when writing Excel Cells [15922]</title><link>http://netoffice.codeplex.com/workitem/15922</link><description>Hi,&lt;br /&gt;&amp;#160;&lt;br /&gt;the following piece of code throws an System.AccessViolationException&lt;br /&gt;&amp;#160;&lt;br /&gt;using System&amp;#59;&lt;br /&gt;using System.Collections.Generic&amp;#59;&lt;br /&gt;using System.Linq&amp;#59;&lt;br /&gt;using System.Text&amp;#59;&lt;br /&gt;using Excel &amp;#61; NetOffice.ExcelApi&amp;#59;&lt;br /&gt;using System.Diagnostics&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;namespace ConsoleApplication1&lt;br /&gt;&amp;#123;&lt;br /&gt;    class Program&lt;br /&gt;    &amp;#123;&lt;br /&gt;        static void Main&amp;#40;string&amp;#91;&amp;#93; args&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            &amp;#47;&amp;#47; Initialize Api COMObject Support&lt;br /&gt;            LateBindingApi.Core.Factory.Initialize&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;            Excel.Application excelApplication &amp;#61; new Excel.Application&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            Excel.Workbook workbook &amp;#61; excelApplication.Workbooks.Add&amp;#40;&amp;#41;&amp;#59; &amp;#47;&amp;#47;._Open&amp;#40;&amp;#64;&amp;#34;D&amp;#58;&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;QIMSIECAInterface&amp;#92;QIMSIECAInterface&amp;#92;Templates&amp;#92;General.xls&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;            excelApplication.Visible &amp;#61; true&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;            Excel.Worksheet sheet &amp;#61; &amp;#40;Excel.Worksheet&amp;#41;workbook.Worksheets&amp;#91;1&amp;#93;&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;            for &amp;#40;int i &amp;#61; 12&amp;#59; i &amp;#60; 100&amp;#59; i&amp;#43;&amp;#43;&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                Excel.Range r &amp;#61; sheet.Cells&amp;#91;i, 1&amp;#93;&amp;#59;&lt;br /&gt;                Debug.WriteLine&amp;#40;i&amp;#41;&amp;#59;&lt;br /&gt;                i&amp;#43;&amp;#43;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;&amp;#160;&lt;br /&gt;            excelApplication.Quit&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            excelApplication.Dispose&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;    &amp;#125;&lt;br /&gt;&amp;#125;&lt;br /&gt;&amp;#160;&lt;br /&gt;Exception details are the following&amp;#58; &lt;br /&gt;System.AccessViolationException was unhandled&lt;br /&gt;  Message&amp;#61;&amp;#34;Attempted to read or write protected memory. This is often an indication that other memory is corrupt.&amp;#34;&lt;br /&gt;  Source&amp;#61;&amp;#34;mscorlib&amp;#34;&lt;br /&gt;  StackTrace&amp;#58;&lt;br /&gt;       at System.AppDomain._nExecuteAssembly&amp;#40;Assembly assembly, String&amp;#91;&amp;#93; args&amp;#41;&lt;br /&gt;       at System.AppDomain.ExecuteAssembly&amp;#40;String assemblyFile, Evidence assemblySecurity, String&amp;#91;&amp;#93; args&amp;#41;&lt;br /&gt;       at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly&amp;#40;&amp;#41;&lt;br /&gt;       at System.Threading.ThreadHelper.ThreadStart_Context&amp;#40;Object state&amp;#41;&lt;br /&gt;       at System.Threading.ExecutionContext.Run&amp;#40;ExecutionContext executionContext, ContextCallback callback, Object state&amp;#41;&lt;br /&gt;       at System.Threading.ThreadHelper.ThreadStart&amp;#40;&amp;#41;&lt;br /&gt;  InnerException&amp;#58; &lt;br /&gt;&amp;#160;&lt;br /&gt;Hope you can help.&lt;br /&gt;&amp;#160;&lt;br /&gt;Thanks in advance.&lt;br /&gt;</description><author>SebastianDotNet</author><pubDate>Thu, 16 May 2013 11:51:03 GMT</pubDate><guid isPermaLink="false">Closed Issue: System.AccessViolationException when writing Excel Cells [15922] 20130516115103A</guid></item><item><title>Closed Issue: Error when opening Word samples in Word 2007 [16026]</title><link>http://netoffice.codeplex.com/workitem/16026</link><description>When I run the word C&amp;#35; samples I get an error dialog when opening the resulting doc afterwords.&lt;br /&gt;The dialog says&amp;#58;&lt;br /&gt;Title&amp;#58; C&amp;#35; WordRibbonAddin&lt;br /&gt;Text&amp;#58; An error occured in OnAction.&lt;br /&gt;        Error accessing resource Stream&lt;br /&gt;</description><author>chr_jensen</author><pubDate>Thu, 16 May 2013 11:51:02 GMT</pubDate><guid isPermaLink="false">Closed Issue: Error when opening Word samples in Word 2007 [16026] 20130516115102A</guid></item><item><title>Closed Issue: wrap all exceptions from office COM Server in a COMException [16220]</title><link>http://netoffice.codeplex.com/workitem/16220</link><description>Interop Assemblies wrap all exceptions from the COM Server in a COMException.&lt;br /&gt;NetOffice doesnt do that and existing code there using interop assemblies are not portable without changes maybe.&lt;br /&gt;task&amp;#58; wrap all exceptions in a COMException.&lt;br /&gt;</description><author>SebastianDotNet</author><pubDate>Thu, 16 May 2013 11:51:02 GMT</pubDate><guid isPermaLink="false">Closed Issue: wrap all exceptions from office COM Server in a COMException [16220] 20130516115102A</guid></item><item><title>Closed Issue: Exception while add Event Trigger in actual Office Versions [16314]</title><link>http://netoffice.codeplex.com/workitem/16314</link><description>a major bug is reported by Boris Hurinek.&lt;br /&gt;NetOffice creates the eventbridge for an object always with the lowest available EventInterface.&lt;br /&gt;as outcome you got an exception while add an event trigger or your specific event was not fired in actual office versions.&lt;br /&gt;The problem is located in SinkHelper.cs in LateBindingApi.Core.dll &lt;br /&gt;next release with fixed issue comes in 2-3 days. &lt;br /&gt;the error is resolved in latest source code&amp;#58; NetOffice&amp;#92;Source&amp;#92;Net v2.0 v3.0 v3.5 as hotfix&lt;br /&gt;</description><author>SebastianDotNet</author><pubDate>Thu, 16 May 2013 11:51:02 GMT</pubDate><guid isPermaLink="false">Closed Issue: Exception while add Event Trigger in actual Office Versions [16314] 20130516115102A</guid></item><item><title>Closed Issue: Shape.Line and Shape.Fill throw exceptions in NetOffice [16324]</title><link>http://netoffice.codeplex.com/workitem/16324</link><description>After adding a line to the worksheet with the Worksheet.Shapes.AddLine method, the .Line property of the returned Excel.Shape cannot be accessed. A LateBindingApi.Core.LateBindingApiException is thrown with the message that the LineFormat class is not found in LateBindingApi. When using the interop directly &amp;#40;Microsoft.Office.Interop.Excel instead of using NetOffice&amp;#41;, we are able to access the .Line property of the returned Shape object.&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;using Excel &amp;#61; NetOffice.ExcelApi&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;LateBindingApi.Core.Factory.Initialize&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;Excel.Application XL &amp;#61; new Excel.Application&amp;#40;null, ExcelDnaUtil.Application&amp;#41;&amp;#59; &amp;#47;&amp;#47; We&amp;#39;re using ExcelDna here&lt;br /&gt;&amp;#160;&lt;br /&gt;Excel.Worksheet ws &amp;#61; &amp;#40;Excel.Worksheet&amp;#41;XL.ActiveSheet&amp;#59;&lt;br /&gt;Excel.Shape arrow &amp;#61; ws.Shapes.AddLine&amp;#40;288.0F, 218.5F, 592.0F, 218.5F&amp;#41;&amp;#59; &amp;#47;&amp;#47; Randomly add a line&lt;br /&gt;Excel.LineFormat lf &amp;#61; arrow.Line&amp;#59; &amp;#47;&amp;#47; Throws exception&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#47;&amp;#47; arrow.Line.DashStyle &amp;#61; &amp;#40;MsoLineDashStyle&amp;#41;2&amp;#59; &amp;#47;&amp;#47; This throws an exception as we cannot access the .Line object&lt;br /&gt;&amp;#160;&lt;br /&gt;Exception&amp;#58;&lt;br /&gt;System.Exception &amp;#123;LateBindingApi.Core.LateBindingApiException&amp;#125;&lt;br /&gt;&amp;#123;&amp;#34;LineFormat class not found in LateBindingApi.&amp;#34;&amp;#125;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;We can get around this by accessing the ComObject directly&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;dynamic proxy &amp;#61; arrow.UnderlyingObject&amp;#59;&lt;br /&gt;proxy.Line.DashStyle &amp;#61; 2&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;Also, when trying to access the Shape.Fill property, it is always set to null in NetOffice&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;using Excel &amp;#61; NetOffice.ExcelApi&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;LateBindingApi.Core.Factory.Initialize&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;Excel.Application XL &amp;#61; new Excel.Application&amp;#40;null, ExcelDnaUtil.Application&amp;#41;&amp;#59; &amp;#47;&amp;#47; We&amp;#39;re using ExcelDna here&lt;br /&gt;&amp;#160;&lt;br /&gt;dynamic comment &amp;#61; XL.ActiveSheet.Comments&amp;#91;1&amp;#93;&amp;#59; &amp;#47;&amp;#47; Get the first comment on the current worksheet&lt;br /&gt;try&lt;br /&gt;&amp;#123;&lt;br /&gt;  comment.Shape.Fill.ForeColor.RGB &amp;#61; 255&amp;#59; &amp;#47;&amp;#47; This throws an error as .Fill is null in NetOffice proxy object&lt;br /&gt;&amp;#125;&lt;br /&gt;catch&lt;br /&gt;&amp;#123;&lt;br /&gt;  dynamic comment_interop &amp;#61; comment.UnderlyingObject&amp;#59; &amp;#47;&amp;#47; We must set it directly thru the underlying proxy object&lt;br /&gt;  comment_interop.Shape.Fill.ForeColor.RGB &amp;#61; 255&amp;#59; &amp;#47;&amp;#47; This works&lt;br /&gt;&amp;#125;&lt;br /&gt;&amp;#160;&lt;br /&gt;Exception Thrown&amp;#58;&lt;br /&gt;System.Exception &amp;#123;Microsoft.CSharp.RuntimeBinder.RuntimeBinderException&amp;#125;&lt;br /&gt;&amp;#123;&amp;#34;Cannot perform runtime binding on a null reference&amp;#34;&amp;#125;&lt;br /&gt;</description><author>SebastianDotNet</author><pubDate>Thu, 16 May 2013 11:51:02 GMT</pubDate><guid isPermaLink="false">Closed Issue: Shape.Line and Shape.Fill throw exceptions in NetOffice [16324] 20130516115102A</guid></item><item><title>Closed Issue: Some lists are not Enumerable in Outlook [16739]</title><link>http://netoffice.codeplex.com/workitem/16739</link><description>Please implement IEnumerable on the various lists across the solution. Otherwise, there are a lot of foreach-statements in applications that would need to be rewritten to for-loops for people migrating to NetOffice.&lt;br /&gt;&amp;#160;&lt;br /&gt;Examples from my compile output&amp;#58;&lt;br /&gt;foreach statement cannot operate on variables of type &amp;#39;NetOffice.OutlookApi._Items&amp;#39; because &amp;#39;NetOffice.OutlookApi._Items&amp;#39; does not contain a public definition for &amp;#39;GetEnumerator&amp;#39;&amp;#9;&lt;br /&gt;foreach statement cannot operate on variables of type &amp;#39;NetOffice.OutlookApi.Stores&amp;#39; because &amp;#39;NetOffice.OutlookApi.Stores&amp;#39; does not contain a public definition for &amp;#39;GetEnumerator&amp;#39;&amp;#9;&lt;br /&gt;foreach statement cannot operate on variables of type &amp;#39;NetOffice.OutlookApi._Folders&amp;#39; because &amp;#39;NetOffice.OutlookApi._Folders&amp;#39; does not contain a public definition for &amp;#39;GetEnumerator&amp;#39;&amp;#9;&lt;br /&gt;&amp;#160;&lt;br /&gt;As an example, see attached file, or https&amp;#58;&amp;#47;&amp;#47;gist.github.com&amp;#47;1284715&amp;#35;file__items_enumerator.cs , where I have implemented an Enumerator for _Items.cs in v1.1 of NetOffice.&lt;br /&gt;&amp;#160;&lt;br /&gt;If you want to, I could contribute by creating a patch for the three lists mentioned. But you probably have a better overview of how many places this should be implemented. And maybe if there is a generic solution so we don&amp;#39;t need so much copy-pasting.&lt;br /&gt;</description><author>SebastianDotNet</author><pubDate>Thu, 16 May 2013 11:51:01 GMT</pubDate><guid isPermaLink="false">Closed Issue: Some lists are not Enumerable in Outlook [16739] 20130516115101A</guid></item><item><title>Closed Issue: Missing indexer for some properties [16898]</title><link>http://netoffice.codeplex.com/workitem/16898</link><description>Some properties are missing the indexer to access an item. Especially BuiltInDocumentProperties and CustomDocumentProperties on Word.Document should have it.&lt;br /&gt;For BuiltInDocumentProperties it should be possible to access an item using the WdBuiltInProperty enum &amp;#40;BuiltInDocumentProperties&amp;#91;WdBuiltInProperty.wdPropertyAuthor&amp;#93;&amp;#41;&lt;br /&gt;</description><author>SebastianDotNet</author><pubDate>Thu, 16 May 2013 11:51:01 GMT</pubDate><guid isPermaLink="false">Closed Issue: Missing indexer for some properties [16898] 20130516115101A</guid></item><item><title>Closed Issue: Exception while using custom Enumerators [16994]</title><link>http://netoffice.codeplex.com/workitem/16994</link><description>an issue is reported by ngx.&lt;br /&gt;&amp;#160;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;netoffice.codeplex.com&amp;#47;discussions&amp;#47;281614&lt;br /&gt;&amp;#160;&lt;br /&gt;custom enumerators use a wrong array range in NetOffice, as outcome an exception was thrown.&lt;br /&gt;task&amp;#58; change used array range and make sure it works good.&lt;br /&gt;</description><author>SebastianDotNet</author><pubDate>Thu, 16 May 2013 11:51:01 GMT</pubDate><guid isPermaLink="false">Closed Issue: Exception while using custom Enumerators [16994] 20130516115101A</guid></item><item><title>Closed Issue: Word Window.GetPoint does not return values [17015]</title><link>http://netoffice.codeplex.com/workitem/17015</link><description>The GetPoint function of a Word application Window object, does not return any values in NetOffice. &lt;br /&gt;GetPoint&amp;#40;int,int,int,int,object&amp;#41;&lt;br /&gt;&amp;#160;&lt;br /&gt;It should work like the interop method&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;microsoft.office.interop.word.window.getpoint&amp;#40;v&amp;#61;office.14&amp;#41;.aspx&lt;br /&gt;&amp;#160;&lt;br /&gt;GetPoint&amp;#40;out int,out int,out int,out int,object&amp;#41;&lt;br /&gt;</description><author>Piet123</author><pubDate>Thu, 16 May 2013 11:51:00 GMT</pubDate><guid isPermaLink="false">Closed Issue: Word Window.GetPoint does not return values [17015] 20130516115100A</guid></item><item><title>Closed Issue: Attach to instance of MSOffice App [17043]</title><link>http://netoffice.codeplex.com/workitem/17043</link><description>Now we cant attach COMObject to a running instance of any COM, that registered in ROT. All &amp;#40;&amp;#63;&amp;#41; MS Office App register self instances in ROT, so .....&lt;br /&gt;&amp;#160;&lt;br /&gt;NetOffice must support attaching to exists instance.&lt;br /&gt;&amp;#160;&lt;br /&gt;Note&amp;#58; see examlple from MS&amp;#58; http&amp;#58;&amp;#47;&amp;#47;support.microsoft.com&amp;#47;kb&amp;#47;238975&amp;#47;en-us&lt;br /&gt;</description><author>SebastianDotNet</author><pubDate>Thu, 16 May 2013 11:51:00 GMT</pubDate><guid isPermaLink="false">Closed Issue: Attach to instance of MSOffice App [17043] 20130516115100A</guid></item><item><title>Closed Issue: wrong entity type: IRibbonUI, ICustomTaskPaneConsumer [17050]</title><link>http://netoffice.codeplex.com/workitem/17050</link><description>I do mistake in Release 1.3.1 &lt;br /&gt;&amp;#160;&lt;br /&gt;the following interfaces are generated as classes and have to generate as interface of course.&lt;br /&gt;&amp;#160;&lt;br /&gt;IRibbonUI&lt;br /&gt;IRibbonControl&lt;br /&gt;IRibbonExtensibility&lt;br /&gt;ICustomTaskPaneConsumer&lt;br /&gt;</description><author>SebastianDotNet</author><pubDate>Thu, 16 May 2013 11:51:00 GMT</pubDate><guid isPermaLink="false">Closed Issue: wrong entity type: IRibbonUI, ICustomTaskPaneConsumer [17050] 20130516115100A</guid></item><item><title>Closed Issue: create vba-style overloads for properties with parameters [17224]</title><link>http://netoffice.codeplex.com/workitem/17224</link><description>properties with parameters are mapped in NetOffice and Interop assemblies as method with &amp;#34;get_&amp;#34; or&amp;#47;and &amp;#34;set_&amp;#34; prefix. this is very untypical for VBA developers. &lt;br /&gt;task&amp;#58; create a mapped method without &amp;#34;get_&amp;#34; or&amp;#47;and &amp;#34;set_&amp;#34; for the possible scenarios.&lt;br /&gt;&amp;#160;&lt;br /&gt;the possible scenario is&amp;#58; the property has min. 1 non optional parameter and the property name is not the same as the including type.&lt;br /&gt;</description><author>SebastianDotNet</author><pubDate>Thu, 16 May 2013 11:51:00 GMT</pubDate><guid isPermaLink="false">Closed Issue: create vba-style overloads for properties with parameters [17224] 20130516115100A</guid></item><item><title>Closed Issue: InvalidCastException in Word Dialog.Show [17551]</title><link>http://netoffice.codeplex.com/workitem/17551</link><description>I get an InvalidCastException when using the Dialog.Show method in a Word add-in.&lt;br /&gt;It may be caused by a cast of &amp;#39;object&amp;#39; to &amp;#39;int&amp;#39; the NetOffice code , while the return object is in fact &amp;#39;Int16&amp;#39;&lt;br /&gt;</description><author>SebastianDotNet</author><pubDate>Thu, 16 May 2013 11:50:59 GMT</pubDate><guid isPermaLink="false">Closed Issue: InvalidCastException in Word Dialog.Show [17551] 20130516115059A</guid></item></channel></rss>