Commented Issue: Cannot call VBA methods with parameters [18896]
See my description (and solution) in this posthttp://netoffice.codeplex.com/discussions/402559Comments: ** Comment from web user: buehlert ** This is how it works, please use it as a suggestion how to...
View ArticleNew Post: Outlook AddIn startet nicht bei Setup (MSI) und regasm
Hi, When it is for Office 2013 remember that the MSADDNDR.dll is not supplied bij Microsoft. Missing this dll prevents istalling COM addins for Office 2013. Search Google for the dll and visit the...
View ArticleCommented Unassigned: Can't install it on windows 8 [19950]
I made a setup project(vs2010,office2007) and build the setup file on windows 7.It's no problem to install it on windows 7. But when I installed it on windows 8.There is no com addin appeared in office...
View ArticleNew Post: Referencing Outllook API
Hi, I am facing problems with my code which is using the "OutlookAPI.dll","OfficeAPI.dll" and "NetOffice.dll" for working with my application using Outlook. THE REASON I AM USING NETOFFICE IS FOR...
View ArticleNew Post: Referencing Outllook API
hey man i need the specific error message to help you. :) (in case of 'cant embedd...' set the NetOffice reference properties 'embedd interop types to false)
View ArticleNew Post: Referencing Outllook API
Hi sabastian, thanks for the reply I am currently refereing the 3 DLL's - "OutlookAPI.dll","OfficeAPI.dll" and "NetOffice.dll" and using the below code using OfficeApi.Utils; ... ... ......
View ArticleNew Post: Referencing Outllook API
Hi, I have also used the below code using Outlook = NetOffice.OutlookApi; using Office = NetOffice.OfficeApi; and referenced the 3 DLL's - "OutlookAPI.dll","OfficeAPI.dll" and "NetOffice.dll", but i am...
View ArticleNew Post: Referencing Outllook API
Hi Sabastian, Forgot to mention that i have downloaded the entire source code and checked the examples. even they have the "Missing Reference" error. Kindly help Thanks and Regards Gurudatt
View ArticleNew Post: Excel Named Range - Worksheet Scope
How do I create a named range in Excel with a worksheet scope and not a workbook scope? I have tried the following but both give a workbook scoped named range...Excel.Range range = ... range.Name =...
View ArticleNew Post: Read office document content
Hi, Is it possible to read a office documents like word/Excel and convert the result to a image/HTML using .NETOffice. Thanks, Mallikarjun
View ArticleNew Post: Automating Netoffice
Yes, I know MS does not like this nor supports it but...I would like to do so. In user mode my code works fine, but when running as a windows service the following line of code returns null. How...
View ArticleNew Post: Referencing Outllook DLL's
Hi, I am facing problems with my code which is using the "OutlookAPI.dll","OfficeAPI.dll" and "NetOffice.dll" for working with my application using Outlook. THE REASON I AM USING NETOFFICE IS FOR...
View ArticleNew Post: Outlook IRibbonControl context - unable to cast to Inspector
Hi Sebastian I just noticed your reply as I was expecting an e-mail notification. Your suggestion worked like a charm! Thank you! Ezpl
View ArticleNew Post: Referencing Outllook API
did you try the examples in the 1.6 release? can you tell me your .net framework version?
View ArticleNew Post: Referencing Outllook DLL's
illegal double post.https://netoffice.codeplex.com/discussions/456989#post1092943 [closed]
View ArticleNew Post: Automating Netoffice
this means newDocument is null? which assembly failed to resolve? can i see the complete console log?
View ArticleNew Post: Read office document content
you can open a document and save as html but as far i know office the html looks not very pretty. see:...
View ArticleNew Post: PowerPoint hide window
which powerpoint version is it? what i known is ppoint cause crazy errors or do nothing(or bullshit) if its invisible(regardless from the api, NO,VSTO, interop..). but i see these error the first time....
View ArticleNew Post: Automating Netoffice
So I am running this in application that leads me loads DLLS, essentially and run them in App Domain. The Debug log is pretty large so this is the first portion. Any insights appreciated. Do I need to...
View ArticleNew Post: Automating Netoffice
2nd portion [120] "Attribute:System.Reflection.AssemblyProductAttribute" string [121] "Attribute:System.Runtime.Versioning.TargetFrameworkAttribute" string [122]...
View Article