Reopened Issue: config loadFromRemoteSources needed? [18020]
Hi, when using the new 1.5.1 assemblies (build 90130) from my .net 4.0 application I receive a NotSupportedExeption "The invoked member is not supported in a dynamic assembly." when calling var app =...
View ArticleReopened Issue: Resharper/MSpec Assembly bind erros with 1.5.1 [18003]
Hi Sebastian, (I'm writing in English so others can also follow the discussion aas i gues this may affect more people then just me) I've just upgraded to 1.5.1 and now all Specs (MSpec tests) that are...
View ArticleReopened Issue: bad color [17992]
netoffice v1.4.1 - Excel when i run this code, WorkSheet.Range(cell).Font.Color = Color.Blue.ToArgb(); the result is in Red instead of Blue ! if i do this : WorkSheet.Range(cell).Font.Color =...
View ArticleReopened Issue: Please add 'Trace' ConsoleMode to DebugConsole [17986]
Right now, the DebugConsole class has options to log to the console, file or memorylist.Could you please add 'Trace' as an option which logs a message using the .NET framework trace logging system.A...
View ArticleReopened Issue: Syntactical issue with parametrized properties [17856]
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.task:...
View ArticleReopened Issue: InvalidCastException for some enum properties [17855]
in some situations, office returns the value for an enum as double.typical is integer, but it is what is is. in this situation an InvalidCastException ocurred.task: fix the problem
View ArticleReopened Issue: major bug in NetOffice 1.4.0 [17665]
NetOffice 1.4 has a critical bug in the new SafeMode functionality.The SafeMode (Settings.EnableSafeMode, true by default) doesnt work correctly.This feature checks at runtime automaticly the property...
View ArticleReopened Issue: InvalidCastException in Word Dialog.Show [17551]
I get an InvalidCastException when using the Dialog.Show method in a Word add-in.It may be caused by a cast of 'object' to 'int' the NetOffice code , while the return object is in fact 'Int16'
View ArticleReopened Issue: create vba-style overloads for properties with parameters...
properties with parameters are mapped in NetOffice and Interop assemblies as method with "get_" or/and "set_" prefix. this is very untypical for VBA developers. task: create a mapped method without...
View ArticleReopened Issue: wrong entity type: IRibbonUI, ICustomTaskPaneConsumer [17050]
I do mistake in Release 1.3.1 the following interfaces are generated as classes and have to generate as interface of course. IRibbonUIIRibbonControlIRibbonExtensibilityICustomTaskPaneConsumer
View ArticleReopened Issue: Attach to instance of MSOffice App [17043]
Now we cant attach COMObject to a running instance of any COM, that registered in ROT. All (?) MS Office App register self instances in ROT, so ..... NetOffice must support attaching to exists...
View ArticleReopened Issue: Word Window.GetPoint does not return values [17015]
The GetPoint function of a Word application Window object, does not return any values in NetOffice. GetPoint(int,int,int,int,object) It should work like the interop...
View ArticleReopened Issue: Exception while using custom Enumerators [16994]
an issue is reported by ngx. http://netoffice.codeplex.com/discussions/281614 custom enumerators use a wrong array range in NetOffice, as outcome an exception was thrown.task: change used array range...
View ArticleReopened Issue: Missing indexer for some properties [16898]
Some properties are missing the indexer to access an item. Especially BuiltInDocumentProperties and CustomDocumentProperties on Word.Document should have it.For BuiltInDocumentProperties it should be...
View ArticleReopened Issue: Some lists are not Enumerable in Outlook [16739]
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...
View ArticleReopened Issue: Shape.Line and Shape.Fill throw exceptions in NetOffice [16324]
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...
View ArticleReopened Issue: Exception while add Event Trigger in actual Office Versions...
a major bug is reported by Boris Hurinek.NetOffice creates the eventbridge for an object always with the lowest available EventInterface.as outcome you got an exception while add an event trigger or...
View ArticleReopened Issue: wrap all exceptions from office COM Server in a COMException...
Interop Assemblies wrap all exceptions from the COM Server in a COMException.NetOffice doesnt do that and existing code there using interop assemblies are not portable without changes maybe.task: wrap...
View ArticleReopened Issue: Error when opening Word samples in Word 2007 [16026]
When I run the word C# samples I get an error dialog when opening the resulting doc afterwords.The dialog says:Title: C# WordRibbonAddinText: An error occured in OnAction. Error accessing resource Stream
View ArticleReopened Issue: System.AccessViolationException when writing Excel Cells [15922]
Hi, the following piece of code throws an System.AccessViolationException using System;using System.Collections.Generic;using System.Linq;using System.Text;using Excel = NetOffice.ExcelApi;using...
View Article