New Post: Error occur when create CustomTaskPane
2 questions before, Your pane has a public constructor without arguments? Your pane is located in a another assembly as your addin? (or just different namespace) *Sebastian
View ArticleNew Post: Error occur when create CustomTaskPane
Here my code namespace Test {[ComVisible(true)] public partial class MyUserControl : UserControl { public MyUserControl() { InitializeComponent(); } } } namespace Test {[ComVisible(true)]...
View ArticleNew Post: outlook plugin via project wizard
Hi I created an outlook plugin solution via the tools project wizard. The project was created and it looks to have all of the correct refs and can build. however I am not sure how to wire it up so that...
View ArticleNew Post: registering dll using regasm only works for admin, adding manually...
I am using NetOffice and it is an awesome product! I have a problem getting my office add-in to work for a local user. It all works fine when using regasm.exe as administrator. The office-add-in cannot...
View ArticleNew Post: listing custom properties on task panel
hi, i'm trying to display custom document properties from a word document on a task panel so they can be easily edited. some help in the right direction would be great, it's now done by loading them in...
View ArticleCommented Unassigned: NullReferenceException on...
Hi,calling ```ExcelApi.Application.GetActiveInstances()```with an open Excel instance which has no workbooks visibly opened (i.e. start excel and close or hide the default workbook) causes a...
View ArticleNew Post: Sharpdevelop Debugging Event Handler problem
Hi all, This is really more to do with Sharpdevelop, I've posted my question there but most posts doesn't seem to get much response there so I thought I'd try here. I'm trying to inspect variables...
View ArticleCreated Unassigned: Start multiple Excel instances [22316]
Hi,Is it possible to start multiple Excel instances with NetOffice?When using the default COM way with new Application, the ROT will always return the instance that had been created at last. Two...
View ArticleCommented Unassigned: Start multiple Excel instances [22316]
Hi,Is it possible to start multiple Excel instances with NetOffice?When using the default COM way with new Application, the ROT will always return the instance that had been created at last. Two...
View ArticleNew Post: Sharpdevelop Debugging Event Handler problem
okay.. i can pin point the problem here, it is the fucking Visual Studio or SharpDevelop. But i can clearify the problem with Daniel. You have to copy the .pdb files in the same directory also. This is...
View ArticleNew Post: Server Deployment
Hi all - I have a project that opens an Excel file (used as a template), writes to it, and then saves it. The solution works on my desktop (where Excel is installed), but when I deploy it to the server...
View ArticleNew Post: Excel slow to close
I am new to NetOffice and I am using it to create a robust application using Excel as the UI with lots of work begin done behind the scenes. I generate reports so lots of Excel model access. At the...
View ArticleNew Post: Excel slow to close
How many proxies you have at the end? (<=1000 is the recomended maximum based on my experience.) *Sebastian
View ArticleNew Post: Server Deployment
That means Excel is not installed or you have no access to the desktop because your code is running in a network/system account. This topic is good explanation how you fix...
View ArticleNew Post: Find a Way to change one ore more Characters in Excel-Cell
Hello, I can't find a sulution to do Thinks like that:With .Cells(9, 1) .Value = "ISC" .Characters(Start:=2, Length:=2).Font.Subscript = True End With Do you see any way to do that? Thank you!!!
View ArticleNew Post: Excel slow to close
Oh I have way, way, way more than that. I have not been worrying about disposing and I pass ranges around. Is there a particular pattern you use for accessing the Excel Model? What I am doing at the...
View ArticleNew Post: Outlook Explorer BeforeItemPasteEvent: Hot access the pasted item?
Hi, I have an Outlook VBA project which I want to convert to a .Net addin, using NetOffice 1.7.3 and Visual Studio Express 2013. So far 90% is finished and running smoothly, but now I'm scratching my...
View ArticleNew Post: Outlook Explorer BeforeItemPasteEvent: Hot access the pasted item?
I found the solution. When an Explorer fires the BeforeItemPasteEvent the Explorer's 'Selection' property contains the selection which is also passed in the COMObject 'ClipboardContent'. So instead of...
View ArticleCreated Unassigned: Wrong calculation of offset after cells are merged [22317]
Hi Sebastian,Please take a look at attached screens to clarify.I try to merge 2 cells making a loop for say 60 rows and 4 columns. I always start from my reference cell (say "B5") and make a step (each...
View ArticleCommented Unassigned: Wrong calculation of offset after cells are merged [22317]
Hi Sebastian,Please take a look at attached screens to clarify.I try to merge 2 cells making a loop for say 60 rows and 4 columns. I always start from my reference cell (say "B5") and make a step (each...
View Article