Created Unassigned: Multiple NetOffice Excel Add-ins [21946]
Hi,I am currently having a problem with 2 excel add-ins built with NetOffice version 1.6. These two add-ins are being developed on the same machine The second add-in that loads (loading seems to be...
View ArticleCommented Unassigned: Multiple NetOffice Excel Add-ins [21946]
Hi,I am currently having a problem with 2 excel add-ins built with NetOffice version 1.6 and 1.7.2. These two add-ins are being developed on the same machine The second add-in that loads (loading seems...
View ArticleCommented Unassigned: Multiple NetOffice Excel Add-ins [21946]
Hi,I am currently having a problem with 2 excel add-ins built with NetOffice version 1.6 and 1.7.2. These two add-ins are being developed on the same machine The second add-in that loads (loading seems...
View ArticleCommented Unassigned: Multiple NetOffice Excel Add-ins [21946]
Hi,I am currently having a problem with 2 excel add-ins built with NetOffice version 1.6 and 1.7.2. These two add-ins are being developed on the same machine The second add-in that loads (loading seems...
View ArticleNew Post: Insert Column in Excel
Hi, Can anyone show me how to insert new column in Excel in C# ? I cant't find any example in documentation Thanks M.K.
View ArticleCommented Unassigned: setting up NetOffice ("using" assemblies) [21832]
Hi,I'm interested in OUTLOOK using NetOffice.I have the following assemblies imported and referenced in my project: OutlookAPI, OfficeAPI, NetOffice.I was using the standard MS Interop assembly, and...
View ArticleCommented Unassigned: setting up NetOffice ("using" assemblies) [21832]
Hi,I'm interested in OUTLOOK using NetOffice.I have the following assemblies imported and referenced in my project: OutlookAPI, OfficeAPI, NetOffice.I was using the standard MS Interop assembly, and...
View ArticleNew Post: ProcessId
When i create a new MSProjectApplication I can see that a new WInProj.Exe process starts, How can I obtain the PID of this process? I need It 'cause i would like to be able to kill that process My...
View ArticleCreated Unassigned: NetOffice ExcelAPI Causing 500 Error [21953]
I have a web application that uses NetOffice ExcelAPI. All works okay on the local development machine, but when I deploy the application to the server and run the app I get a 500 error. The log file...
View ArticleNew Post: ProcessId
I can show how you enumerate all MSProject main windows(from the desktop with some NetOffice utils classes) and get the associated PID('s) from them. But this is a wrong way of course. (a well known...
View ArticleCommented Unassigned: NetOffice ExcelAPI Causing 500 Error [21953]
I have a web application that uses NetOffice ExcelAPI. All works okay on the local development machine, but when I deploy the application to the server and run the app I get a 500 error. The log file...
View ArticleNew Post: ProcessId
The problem I need to solve is this one, : I have a WCF service that operate with MSProject, MSProject is STA and I need to operate in an MTA context, with multiple instances of MSProject that might...
View ArticleCommented Unassigned: NetOffice ExcelAPI Causing 500 Error [21953]
I have a web application that uses NetOffice ExcelAPI. All works okay on the local development machine, but when I deploy the application to the server and run the app I get a 500 error. The log file...
View ArticleNew Post: ProcessId
hello, the first what i have to say is about multi-application scenarios. its more safe/isolated to create an own NetOffice core for each application. (NetOffice.Core manage all open com proxies, make...
View ArticleCommented Unassigned: NetOffice ExcelAPI Causing 500 Error [21953]
I have a web application that uses NetOffice ExcelAPI. All works okay on the local development machine, but when I deploy the application to the server and run the app I get a 500 error. The log file...
View ArticleNew Post: AppointmentItem Write event never triggers
Hi, I am trying to use the AppointmentItem's Write event to give the user an option to cancel the change to a meeting in the calendar. ItemLoadCallback is called fine whenever the appointment is opened...
View ArticleNew Post: AppointmentItem Write event never triggers
hello hello, you dispose the appointment item within a using statement. the using statement is calling Dispose at the and end and this destroy all event connections for the instance-proxy....
View ArticleNew Post: AppointmentItem Write event never triggers
hello again, what happen? its null or wrong (exception?) *Sebastian
View Article