New Post: The type or namespace name 'NetOffice' could not be found (are you...
"'Embed Interop Types' property is missing on NetOffice and all other referred NetOffice dll's properties window. " not sure this is a compiler error? please check the assembly reference settings for...
View ArticleNew Post: The type or namespace name 'NetOffice' could not be found (are you...
Hi,".Net Framework" was set to 3.5 After changing Target framework to ".NET Framework 4" (Project Properties --> Application tab) and setting "Embed Interop Types" to "false" for each dll referred...
View ArticleNew Post: Operation unavailable Exception from HRESULT: 0x800401e3
Hi Sebastian, How are you? I upgraded to the 1.7.1 and it solved all my previous issues. Thanx very much. I have a new problem, which is with excel, not with the NET.OFFICE, but its related and i hoped...
View ArticleNew Post: Operation unavailable Exception from HRESULT: 0x800401e3
Please try: // get all open excel instances in memory // btw: GetActiveInstances doesnt use the ROT because some known issues Excel.Application[] allInstances = Excel.Application.GetActiveInstances();...
View ArticleNew Post: Operation unavailable Exception from HRESULT: 0x800401e3
Problem Solved. Thank you very much!
View ArticleCommented Issue: "Collection was modified" error when disposing application...
HiFrom time to time, I encounter the following error when calling Application.Dispose().Please see the stacktrace :```System.InvalidOperationException: Collection was modified; enumeration operation...
View ArticleNew Post: Need help with optional parameters
Hello, has this issue been resolved? Or is it not possible to use "SetPlaceholderText(BuildingBlock buildingBlock, Range range, string text)" and only pass a "text" argument from NetOffice code due the...
View ArticleNew Post: Need help with optional parameters
Please keep in your mind: This is a MS-Office bug and not a NetOffice bug. Currently you have set [all] valid arguments at hand. The good news(but not for today): NO 1.8 want spend an empty COM...
View ArticleCommented Issue: "Collection was modified" error when disposing application...
HiFrom time to time, I encounter the following error when calling Application.Dispose().Please see the stacktrace :```System.InvalidOperationException: Collection was modified; enumeration operation...
View ArticleNew Post: Need help with optional parameters
Hi Sebastian, yes, I am aware that this is a MS Office bug, not NetOffice. I wasn't sure if a workaround was implemented in NetOffice yet or not. Thank you for the update and I look forward to NO 1.8.
View ArticleNew Post: Output ROT
Hi Sebastian, Is there any way to output the ROT to the screen or log file? I'd like to see a list of all objects that are currently in the ROT. Thank you!
View ArticleNew Post: Output ROT
There was a Tool called IROTVIEW.EXE in Visual Studio once. But Google lists following link, if you search for...
View ArticleNew Post: Image Transparency on a VBE Tool Bar
I am adding a custom icon to my tool bar button using button.PasteFace(). However, when the icon appears in the VBE (Excel 2010) it is surrounded by a dark grey box. I am trying to figure out how to...
View ArticleNew Post: Riboon UI With Classic UI in Office 2003
The Ribbon functions fire correctly. but when I create user interface for 2003, the CommandBarButton with clickevent hanlder fires in a wrong way. I added two Button in my popup controls, and...
View ArticleNew Post: Image Transparency on a VBE Tool Bar
Same Question as you. maybe the Button.Mask...
View ArticleNew Post: Riboon UI With Classic UI in Office 2003
The ribbon ui is completly seperated from the classic ui. no chance for side effects so far. please post a code snippet and/or try the NO classic UI examples. (btw which office product?) *Sebastian
View ArticleNew Post: Image Transparency on a VBE Tool Bar
what i use in my addin projects here is stdole.IPictureDisp very similar to this one:http://stackoverflow.com/questions/12443977/commandbarbutton-icon-getting-black-background the problem with...
View ArticleNew Post: New document ,in Powerpiont and Excel to call .Save(), is not same...
Hello, ComAddin for Word, Powerpoint, Excel. New document in Powerpiont and Excel to call .Save() ,the result is not like in word. and my .Save Code: in Powerpoint:...
View ArticleNew Post: New document ,in Powerpiont and Excel to call .Save(), is not same...
no idea about powerpoint. excel and word is pretty the same. Save() works silent if the document is already saved(not new and unsafed) otherwise the dialog occurs. The SaveAs dialog is also suspended...
View Article