New Post: Need help with optional parameters
Hi beautiful people - great effort with the library, Sebastian!! I have a simple question - how do i omit the optional parameters that are not declared as optional in the API methods? I want to use the...
View ArticleNew Post: Need help with optional parameters
SetPlaceHolderText contains a bug in the default arguments. you have to set the 3 arguments at hand. here you can find an old msdn discussion post from me with more details for the...
View ArticleCommented Unassigned: Permanent exception Class not exists:...
We received this bug in few places. Usually it thrown in time of calling some classes instances like an IEnumerator, for example with LINQ methods. You could see one of them in example. Just launch...
View ArticleEdited Unassigned: Permanent exception Class not exists:...
We received this bug in few places. Usually it thrown in time of calling some classes instances like an IEnumerator, for example with LINQ methods. You could see one of them in example. Just launch...
View ArticleEdited Unassigned: ExcelApi.Application.GetActiveInstances returns the same...
I open 2 Excel Applications, then I iterate through the result array of ExcelApi.Application.GetActiveInstances.Each of the 2 returned Application has the same result for hwnd. So both Application...
View ArticleCommented Unassigned: Permanent exception Class not exists:...
We received this bug in few places. Usually it thrown in time of calling some classes instances like an IEnumerator, for example with LINQ methods. You could see one of them in example. Just launch...
View ArticleNew Post: Mapifolder Events beforeitemmove
hey andreas, i do some tests and folder inherites from mapi folder. this means the up-cast mapi folder to has to work but its failed. the result proxy was identified as MapiFolder instance(interface...
View ArticleNew Post: Mapifolder Events beforeitemmove
Hi Sebastian, thank you for your efforts, the code works. Here we use both Office 2007 and 2010 (and next year additionally Office 2013 I guess). Which was one of the reasons why I jumped on the...
View ArticleCommented Unassigned: Compile error in Tutorial 10 of v1.6 [20151]
I tried to compile the C# Tutorials.sln in NetOffice1.6\NET4.5\Tutorials\C# in VS2012Premium. The output was an error in Tutorials\Tutorials\Tutorial10.cs on line 39 and line 48. EnableMessageFilter is...
View ArticleNew Post: Basic pre-requisites to use NetOffice
Hi, I am using NetOffice for the first time. I am making an ASP.NET web site where on click of a button, I want to generate an Excel file in a password protected state and send it to the client to...
View ArticleNew Post: Retrieving the COM class factory for component with CLSID...
Hi, I am getting this error when I setup the ASP.NET project with NetOffice on server. See the screenshot here: I am using NetOffice tools to generate a password protected Excel file. PLEASE HELP!
View ArticleNew Post: Basic pre-requisites to use NetOffice
Yes, you will need to have Excel installed. NetOffice is just a COM wrapper for Office. Without Office it won't work.
View ArticleCreated Unassigned: NetOffice.ExcelApi.Application.GetActiveInstance return...
When I've already have excel aplication with opened Workbook instance = NetOffice.ExcelApi.Application.GetActiveInstance();returns existing instance and it's correct. But if the user change cell and...
View ArticleCommented Unassigned: NetOffice.ExcelApi.Application.GetActiveInstance return...
When I've already have excel aplication with opened Workbook instance = NetOffice.ExcelApi.Application.GetActiveInstance();returns existing instance and it's correct. But if the user change cell and...
View ArticleCommented Unassigned: NetOffice.ExcelApi.Application.GetActiveInstance return...
When I've already have excel aplication with opened Workbook instance = NetOffice.ExcelApi.Application.GetActiveInstance();returns existing instance and it's correct. But if the user change cell and...
View ArticleCreated Unassigned: Document.MailMerge.OpenDataSource open without selected...
When I open the datasource always opens a window which lets me choose the existing Tables. But O need open documen automaticaly without selected table menu. How to do it?object sqlStatement =...
View ArticleCommented Unassigned: Document.MailMerge.OpenDataSource open without selected...
When I open the datasource always opens a window which lets me choose the existing Tables. But I need open documen automaticaly without selected table menu. How to do it?object sqlStatement =...
View ArticleCreated Unassigned: Crash during word 2003 document open [20491]
hello, as I try to open a word document:private Word.Application wordApplication = null;private Word.Document WordDocument = null;wordApplication = new Word.Application();wordApplication.DisplayAlerts...
View ArticleCommented Unassigned: Crash during word 2003 document open [20491]
hello, as I try to open a word document:private Word.Application wordApplication = null;private Word.Document WordDocument = null;wordApplication = new Word.Application();wordApplication.DisplayAlerts...
View ArticleCommented Unassigned: Crash during word 2003 document open [20491]
hello, as I try to open a word document:private Word.Application wordApplication = null;private Word.Document WordDocument = null;wordApplication = new Word.Application();wordApplication.DisplayAlerts...
View Article