New Post: an error occurrred in CTPFactoryAvailable on other computers
Outlook failed to create an instance of MyTaskPane. You say it works fine on your dev system. For me now, its an exception in the ctor of your pane or in a corresponding event trigger or last but not...
View ArticleNew Post: an error occurrred in CTPFactoryAvailable on other computers
I used the standard project created by the Developer Toolbox, haven't even added anything to the taskpane yet. I created another blank project with the only customization changing:Inherits...
View ArticleUpdated Wiki: Tools_EN
Introduction:MS-Office Applications use the IDTExtensibility2 interface for addins. And this interface is all what MS-Office is known from any addin there has been loaded. This is regardless from any...
View ArticleUpdated Wiki: Tools_EN
Introduction:MS-Office Applications use the IDTExtensibility2 interface for addins. And this interface is all what MS-Office is known from any addin there has been loaded. This is regardless from any...
View ArticleUpdated Wiki: Tools_EN
What is currently missing in the NetOffice Tools: (This is what you never can find an a documenation from a comercial contributor) - a visual UI designer (currently work straight for it) - a COM Shim...
View ArticleUpdated Wiki: Tools_EN
What is currently missing in the NetOffice Tools: (This is what you never can find an a documenation from a comercial contributor) - a visual (Ribbon)UI designer (currently work straight for it) - a...
View ArticleNew Post: Error while connect to Access Runtime
Good Morning, iam developing a windows service with NetOffice. My Service connects to an Access Applikation and Print the Reports in PDF Format. This is a example of my connect. On the...
View ArticleNew Post: Error while connect to Access Runtime
Hello, Can you verify it is not an issue with the service? Because is typical running in LocalSystem/Network Account and this cause issues. I other words: Have you already test this on your development...
View ArticleNew Post: NetOffice & Office 365
Hi, Just asking as i couldn't find any threads about it in this board. Does NetOffice officially support Office365 in the current version 1.7.3? Or will there be a new specific version? Daniel
View ArticleNew Post: NetOffice & Office 365
NetOffice 1.7.3 supports Office 2016/365 but without intellisense support and so on. Codeplex has an open issue currently for submit the code for NetOffice 1.8.0 so i can't create a new version at the...
View ArticleNew Post: Error while connect to Access Runtime
Hello Sebastian, the Service is running in the user context on both systems as admin. I have installed the Service on both machines as WIndows Service. On my development machine runs the service...
View ArticleNew Post: an error occurrred in CTPFactoryAvailable on other computers
Many thanks Sebastian for your software. Just to note the following:- I'm finding the same error as described above on one of my machines - Windows 10 64 bit with Outlook 2010 64 bit. But this error...
View ArticleNew Post: Registering com object
Many thanks Sebastian for your software. I have already created 2 working addins which are very useful. I have a question about registering the dlls. On one machine which has VS installed, I can check...
View ArticleNew Post: Registering com object
You dont need the /tlb option. This means creating a type library you can use for development to combine early/late binding as well. The common compiler/regasm strategy is to register your addin and...
View ArticleNew Post: Registering com object
Thank you for this information. Very helpful. I am removing the "Embed Interop Types" in the properties. Michael
View ArticleCommented Unassigned: Outlook's Explorer.InlineResponseClose event is not...
The InlineResponse event on the Explorer object is supported but the InlineResponseClose is not. Please implement it in the next version.Comments: ** Comment from web user: PsiBlades ** The latest...
View ArticleNew Post: Error while connect to Access Runtime
Its a Savety problem. When is use a non compiled Access Database and a Full Installed Access 2010 everything works fine. Greetings
View ArticleNew Post: is there any document for Ms Project Api?
Hi friends, I couldn't find any document or help page for working with MSProjectApi library. Anyone has any link, blog post,... to help me how to work with it?
View ArticleCreated Unassigned: Launch ComAddin from from VBA [22144]
Hi there,Is it possible to use VBA to launch/fire an addin procedure in any way?I am currently using NetOffice, I have a Comaddin, and used the wizard to create the com addin.I have the basic addin...
View Article