<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>netoffice Issue Tracker Rss Feed</title><link>http://netoffice.codeplex.com/workitem/list/basic</link><description>netoffice Issue Tracker Rss Description</description><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><item><title>Closed Issue: major bug in NetOffice 1.4.0 [17665]</title><link>http://netoffice.codeplex.com/workitem/17665</link><description>NetOffice 1.4 has a critical bug in the new SafeMode functionality.&lt;br /&gt;The SafeMode &amp;#40;Settings.EnableSafeMode, true by default&amp;#41; doesnt work correctly.&lt;br /&gt;This feature checks at runtime automaticly the property or method you call is available und throws an EntityNotAvailableException if is not supported from your current office application. the feature is supported by a caching dictionary. the dictionary is lost for a type if you dispose them. thats a mistake. if you use the same type again, you get an error for any method or property call&amp;#40;EntityNotAvailableException&amp;#41;. as Hotfix please disable the SafeMode.&lt;br /&gt;&amp;#160;&lt;br /&gt;LateBindingApi.Core.Settings.EnableSafeMode &amp;#61; false&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;i do a fix today AND disable the SafeMode by default.&lt;br /&gt;&amp;#160;&lt;br /&gt;Follow NetOffice on twitter and get actual infos about bugs and updates&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;https&amp;#58;&amp;#47;&amp;#47;twitter.com&amp;#47;&amp;#35;&amp;#33;&amp;#47;net_office&lt;br /&gt;</description><author>SebastianDotNet</author><pubDate>Thu, 16 May 2013 11:50:59 GMT</pubDate><guid isPermaLink="false">Closed Issue: major bug in NetOffice 1.4.0 [17665] 20130516115059A</guid></item><item><title>Closed Issue: InvalidCastException for some enum properties [17855]</title><link>http://netoffice.codeplex.com/workitem/17855</link><description>in some situations, office returns the value for an enum as double.&lt;br /&gt;typical is integer, but it is what is is. in this situation an InvalidCastException ocurred.&lt;br /&gt;task&amp;#58; fix the problem&lt;br /&gt;</description><author>SebastianDotNet</author><pubDate>Thu, 16 May 2013 11:50:59 GMT</pubDate><guid isPermaLink="false">Closed Issue: InvalidCastException for some enum properties [17855] 20130516115059A</guid></item><item><title>Closed Issue: Syntactical issue with parametrized properties [17856]</title><link>http://netoffice.codeplex.com/workitem/17856</link><description>for properties with optional parameters and 0 properties in the minimal version you need the get_ Method overload to use them, but the get_ Overload is hidden in intellisense. this is a good way.&lt;br /&gt;task&amp;#58; clearify the situation and make the get_ overloads visible in Intellisense in this situation.&lt;br /&gt;</description><author>SebastianDotNet</author><pubDate>Thu, 16 May 2013 11:50:58 GMT</pubDate><guid isPermaLink="false">Closed Issue: Syntactical issue with parametrized properties [17856] 20130516115058A</guid></item><item><title>Closed Issue: Please add 'Trace' ConsoleMode to DebugConsole [17986]</title><link>http://netoffice.codeplex.com/workitem/17986</link><description>Right now, the DebugConsole class has options to log to the console, file or memorylist.&lt;br /&gt;Could you please add &amp;#39;Trace&amp;#39; as an option which logs a message using the .NET framework trace logging system.&lt;br /&gt;A call to System.Diagnostics.Trace.WriteLine&amp;#40;message&amp;#41; will do fine.&lt;br /&gt;&amp;#160;&lt;br /&gt;I request this because it is the most easy way to find problems when developing Add-Ins for us &amp;#40;there is no console available for an add-in&amp;#41;. &lt;br /&gt;By default,  System.Diagnostics.Trace.WriteLine, messages are written to the Windows debug output. Those messages are displayed in the Visual Studio debug output window in debug mode, and can also be shown using the sysinternals &amp;#39;DebugView&amp;#39; tool.&lt;br /&gt;By using the app.config,  the user can even log the trace output to other outputs.&lt;br /&gt;&amp;#160;&lt;br /&gt;Thank you for this great product, much much better than VSTO&amp;#33;&lt;br /&gt;</description><author>SebastianDotNet</author><pubDate>Thu, 16 May 2013 11:50:58 GMT</pubDate><guid isPermaLink="false">Closed Issue: Please add 'Trace' ConsoleMode to DebugConsole [17986] 20130516115058A</guid></item><item><title>Closed Issue: bad color [17992]</title><link>http://netoffice.codeplex.com/workitem/17992</link><description>netoffice v1.4.1 - Excel&lt;br /&gt;&amp;#160;&lt;br /&gt;when i run this code,&lt;br /&gt;&amp;#160;&lt;br /&gt;WorkSheet.Range&amp;#40;cell&amp;#41;.Font.Color &amp;#61; Color.Blue.ToArgb&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;the result is in Red instead of Blue &amp;#33;&lt;br /&gt;&amp;#160;&lt;br /&gt;if i do this &amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;WorkSheet.Range&amp;#40;cell&amp;#41;.Font.Color &amp;#61; Color.Red.ToArgb&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;the result is in Blue instead of Red &amp;#33;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;i work with office 2007 SP2&lt;br /&gt;</description><author>SebastianDotNet</author><pubDate>Thu, 16 May 2013 11:50:58 GMT</pubDate><guid isPermaLink="false">Closed Issue: bad color [17992] 20130516115058A</guid></item><item><title>Closed Issue: Resharper/MSpec Assembly bind erros with 1.5.1 [18003]</title><link>http://netoffice.codeplex.com/workitem/18003</link><description>Hi Sebastian,&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#40;I&amp;#39;m writing in English so others can also follow the discussion aas i gues this may affect more people then just me&amp;#41;&lt;br /&gt;&amp;#160;&lt;br /&gt;I&amp;#39;ve just upgraded to 1.5.1 and now all Specs &amp;#40;MSpec tests&amp;#41; that are using a running Excel instance &amp;#40;my intigraion test&amp;#41; fail with an assembly binding error for &amp;#40;Resharper.&amp;#42;.dlls&amp;#41; when running from Resharpers test runner.&lt;br /&gt;When running from Commandline everything works. This is quite strange as i did not find any hint what happens in the NetOffice.dll causing reahsrper to fail resolving it&amp;#39;s assemblies.&lt;br /&gt;&amp;#160;&lt;br /&gt;It is definatelly triggered by the NetOffice.dll as all tests not using the NetOffice API are working.&lt;br /&gt;&amp;#160;&lt;br /&gt;This is not a major issue for me as 1.4.1 is working perfectly - just wanted to let you know that there are some strange sideeffects triggered by NetOffice&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42; Assembly Binder Log Entry  &amp;#40;08.05.2012 &amp;#64; 10&amp;#58;08&amp;#58;52&amp;#41; &amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;&amp;#160;&lt;br /&gt;The operation failed.&lt;br /&gt;Bind result&amp;#58; hr &amp;#61; 0x80070002. The system cannot find the file specified.&lt;br /&gt;&amp;#160;&lt;br /&gt;Assembly manager loaded from&amp;#58;  C&amp;#58;&amp;#92;Windows&amp;#92;Microsoft.NET&amp;#92;Framework64&amp;#92;v4.0.30319&amp;#92;clr.dll&lt;br /&gt;Running under executable  C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;JetBrains&amp;#92;ReSharper&amp;#92;v6.1&amp;#92;Bin&amp;#92;JetBrains.ReSharper.TaskRunner.CLR4.MSIL.exe&lt;br /&gt;--- A detailed error log follows. &lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61; Pre-bind state information &amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;LOG&amp;#58; User &amp;#61; WS-CHubinger&amp;#92;animal&lt;br /&gt;LOG&amp;#58; DisplayName &amp;#61; JetBrains.ReSharper.TaskRunnerFramework, Version&amp;#61;6.1.37.86, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;1010a0d8d6380325&lt;br /&gt; &amp;#40;Fully-specified&amp;#41;&lt;br /&gt;LOG&amp;#58; Appbase &amp;#61; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Project&amp;#47;ondot-excel-add-in&amp;#47;src&amp;#47;Excel Add-In&amp;#47;ExcelAddIn.Specs&amp;#47;bin&amp;#47;Debug&lt;br /&gt;LOG&amp;#58; Initial PrivatePath &amp;#61; NULL&lt;br /&gt;LOG&amp;#58; Dynamic Base &amp;#61; NULL&lt;br /&gt;LOG&amp;#58; Cache Base &amp;#61; C&amp;#58;&amp;#92;Users&amp;#92;animal&amp;#92;AppData&amp;#92;Local&amp;#92;Temp&amp;#92;t0hprif0.xww&lt;br /&gt;LOG&amp;#58; AppName &amp;#61; ExcelAddIn.Specs&lt;br /&gt;Calling assembly &amp;#58; NetOffice, Version&amp;#61;1.5.0.1, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;297f57b43ae7c1de.&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;LOG&amp;#58; This bind starts in default load context.&lt;br /&gt;LOG&amp;#58; No application configuration file found.&lt;br /&gt;LOG&amp;#58; Using host configuration file&amp;#58; &lt;br /&gt;LOG&amp;#58; Using machine configuration file from C&amp;#58;&amp;#92;Windows&amp;#92;Microsoft.NET&amp;#92;Framework64&amp;#92;v4.0.30319&amp;#92;config&amp;#92;machine.config.&lt;br /&gt;LOG&amp;#58; Post-policy reference&amp;#58; JetBrains.ReSharper.TaskRunnerFramework, Version&amp;#61;6.1.37.86, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;1010a0d8d6380325&lt;br /&gt;LOG&amp;#58; GAC Lookup was unsuccessful.&lt;br /&gt;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Project&amp;#47;ondot-excel-add-in&amp;#47;src&amp;#47;Excel Add-In&amp;#47;ExcelAddIn.Specs&amp;#47;bin&amp;#47;Debug&amp;#47;JetBrains.ReSharper.TaskRunnerFramework.DLL.&lt;br /&gt;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Project&amp;#47;ondot-excel-add-in&amp;#47;src&amp;#47;Excel Add-In&amp;#47;ExcelAddIn.Specs&amp;#47;bin&amp;#47;Debug&amp;#47;JetBrains.ReSharper.TaskRunnerFramework&amp;#47;JetBrains.ReSharper.TaskRunnerFramework.DLL.&lt;br /&gt;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Project&amp;#47;ondot-excel-add-in&amp;#47;src&amp;#47;Excel Add-In&amp;#47;ExcelAddIn.Specs&amp;#47;bin&amp;#47;Debug&amp;#47;JetBrains.ReSharper.TaskRunnerFramework.EXE.&lt;br /&gt;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Project&amp;#47;ondot-excel-add-in&amp;#47;src&amp;#47;Excel Add-In&amp;#47;ExcelAddIn.Specs&amp;#47;bin&amp;#47;Debug&amp;#47;JetBrains.ReSharper.TaskRunnerFramework&amp;#47;JetBrains.ReSharper.TaskRunnerFramework.EXE.&lt;br /&gt;LOG&amp;#58; All probing URLs attempted and failed.&lt;br /&gt;&amp;#160;&lt;br /&gt;kind regards,&lt;br /&gt;Christian&lt;br /&gt;</description><author>SebastianDotNet</author><pubDate>Thu, 16 May 2013 11:50:58 GMT</pubDate><guid isPermaLink="false">Closed Issue: Resharper/MSpec Assembly bind erros with 1.5.1 [18003] 20130516115058A</guid></item><item><title>Closed Issue: config loadFromRemoteSources needed? [18020]</title><link>http://netoffice.codeplex.com/workitem/18020</link><description>Hi,&lt;br /&gt;&amp;#160;&lt;br /&gt;when using the new 1.5.1 assemblies &amp;#40;build 90130&amp;#41; from my .net 4.0 application I receive a NotSupportedExeption &amp;#34;The invoked member is not supported in a dynamic assembly.&amp;#34; when calling &lt;br /&gt;var app &amp;#61; new NetOffice.ExcelApi.Application&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;I don&amp;#39;t know why, because the examples in &lt;br /&gt;&amp;#92;Examples&amp;#92;Misc&amp;#92;C&amp;#35;&amp;#92;Examples&amp;#92;MiscExamples&lt;br /&gt;don&amp;#39;t throw this exception.&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;After some investigation I found&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;dd409252&amp;#40;VS.100&amp;#41;.aspx&lt;br /&gt;&amp;#40;&amp;#60;loadFromRemoteSources&amp;#62; Element&amp;#41;&lt;br /&gt;and after setting it in my app.config it works fine.&lt;br /&gt;&amp;#160;&lt;br /&gt;I have my project sources and assemblies all stored on a local drive somewhere under c&amp;#58;&amp;#92; &amp;#33;&lt;br /&gt;&amp;#160;&lt;br /&gt;Prior to this I used version 1.3 and I didn&amp;#39;t receive this exception&amp;#33;&lt;br /&gt;&amp;#160;&lt;br /&gt;So I enabled DebugConsole.Mode to Trace and receive the attached exception infos&lt;br /&gt;</description><author>mausoma</author><pubDate>Thu, 16 May 2013 11:50:57 GMT</pubDate><guid isPermaLink="false">Closed Issue: config loadFromRemoteSources needed? [18020] 20130516115057A</guid></item></channel></rss>