Created Unassigned: Visual Studio Project Wizard [20599]
I can't figure out how to install the Project Wizard into Visual Studio Pro 2010. I can't find any instructions on how to do this. I don't see the Project Wizard in the Online Templates and I don't see...
View ArticleNew Post: Microsoft application to netoffice application
Is there any way to create NetOffice.ExcelApi.Application from Microsoft.Office.Interop.Excel._Application? or how do i create NetOffice.ExcelApi.Application that will mannage running Excel workbook?
View ArticleNew Post: Microsoft application to netoffice application
using (var app = Application.GetActiveInstance()) { }
View ArticleNew Post: Microsoft application to netoffice application
Where do you need Excel application instance: in Excel addin (.dll) or standalone application (.exe)?
View ArticleNew Post: Microsoft application to netoffice application
artnib wrote: Where do you need Excel application instance: in Excel addin (.dll) or standalone application (.exe)? I could need it for an addin (.dll). Thanks in advance
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: How to access the status bar in Outlook
Hello, i have developed an addin for Outlook. This addin queries a server for customer data that is replaced in the email template the user has opened. What i want to do is display informations about...
View ArticleNew Post: Addins werden nicht registriert
Hallo, bei mir werden die Addins einfach nicht registriert. Wenn ich z.B. die Outlook COMAddin Examples öffne und F5 drücke, dann Outlook öffne, wird das Addin nicht angezeigt. Unter den COM Addins in...
View ArticleNew Post: Addins werden nicht registriert
OK, das Problem hat sich gelöst.... Man muss Visual Studio als Admin ausführen, dann klappts. Jetzt stellt sich aber die Frage, wie kann ich dann ein Addin installieren ohne Admin-Rechte, wenn auf...
View ArticleCreated Unassigned: No COM Addin example runs under W8/Office 2013 [20615]
I tried to run any outlook COM Add-in under W8 and Office 2013, but neither works. The addins registered successfully and they are visible in the COM Add-In dialog, but all time disabled. Trying to...
View ArticleNew Post: .net 4.5
So, with NetOffice is it possible to create a .net 4.5 or 4.5.1 solution and run it with office 2010/13 add-in?
View ArticleNew Comment on "TutorialOverview_EN"
all the tutorials are linked to the DE culture/version. Any of the EN languages?
View ArticleNew Post: Addins werden nicht registriert
Hallo, Ein Office Addin braucht für die Installation immer erhöhte Rechte, es spielt dabei keine Rolle ob du VSTO, NetOffice, Interop, oder Visual Basic6 verwendest. Das Addin muss sich, wie jede COM...
View ArticleNew Post: .net 4.5
of course, you find dedicated .net 2.0, .net 3.0, .net. 4.0 and .net 4.5 assemblies/examples/tutorials in the download package. please note: NO supports the COM programming interface. no support for...
View ArticleCommented Unassigned: No COM Addin example runs under W8/Office 2013 [20615]
I tried to run any outlook COM Add-in under W8 and Office 2013, but neither works. The addins registered successfully and they are visible in the COM Add-In dialog, but all time disabled. Trying to...
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: Addins werden nicht registriert
SebastianDotNet wrote: Hallo, Ein Office Addin braucht für die Installation immer erhöhte Rechte, es spielt dabei keine Rolle ob du VSTO, NetOffice, Interop, oder Visual Basic6 verwendest. Das Addin...
View ArticleNew Post: Addins werden nicht registriert
Ich glaube zwar nicht an Zauberei, ab das Kunststück würde ich ja nur zu gerne sehen. Ich bleibe dabei und sage eine COM Komponente braucht erhöhte Rechte um sie zu registriren, und early-bind...
View ArticleCommented Unassigned: No COM Addin example runs under W8/Office 2013 [20615]
I tried to run any outlook COM Add-in under W8 and Office 2013, but neither works. The addins registered successfully and they are visible in the COM Add-In dialog, but all time disabled. Trying to...
View ArticleNew Post: Addins werden nicht registriert
Tja.... Jeder User hat seinen eigenen "HKEY_CLASSES_ROOT", und zwar unter: HKEY_CURRENT_USER\Software\Classes Leider gibt es kein fertiges Programm, um die COM Komponente hier zu registrieren, deshalb...
View Article