New Post: Problem get outlook instance from ROT
Hi I get errors if I try to get the outlook instance from ROT. Error 1: Property "Visible" cannot read. Member not found. Error 2: MK_E_UNAVAILABLEobject outlookProxy =...
View ArticleNew Post: Problem get outlook instance from ROT
strange* first time i heard from this problem. can you tell me more? btw: NetOffice spend a better option: var test = Outlook.Application.GetActiveInstance(); // use GetActiveInstances to find all...
View ArticleNew Post: Problem get outlook instance from ROT
I use NetOffice 1.6.0 If I use Outlook.Application.GetActiveInstance() no error occurs but I also have to wait some minutes before the plugin is working and I can access the chosen mail item. If I run...
View ArticleNew Post: Problem get outlook instance from ROT
as first hotfix. please try as first!!!!!! in your code: NetOffice.Settings,MessageFilter.Enabled = true; NetOffice.Settings,MessageFilter.RetryMode = RetryMessageFilterMode.Delayed; not sure, but can...
View ArticleNew Post: Outlook AddIn startet nicht bei Setup (MSI) und regasm
Hallo, wenn ich mein OutlookAddIn Projekt im Studio neu erstelle, wird das Plugin ordentlich registriert und ich kann es im Outlook verwenden. Wenn ich allerdings das AddIn per regasm registriere oder...
View ArticleNew Post: Outlook AddIn startet nicht bei Setup (MSI) und regasm
Meistens liegt es an einer fehlenden Abhängikeit. Also andere DLL's die fehlen. Wenn ich dich richtig verstehe wird das Addin korrekt installiert, aber nach dem starten wird das Ladeverhalten von 3 auf...
View ArticleNew Post: FilteredRange using non-contiguous data
Hey Sebastian, OK, looks like I will have to opt for a 'slow' but workable solution for now and then maybe revisit my performance issues later. I am from Australia, how about you? I would also like to...
View ArticleNew Post: Outlook AddIn startet nicht bei Setup (MSI) und regasm
Hi, ja, "2" wird gesetzt bei der Registrierung mit regasm oder per MSI, per Studio bleibt die "3" Unter Verweise habe ich aber nur 4 Standard-Verweise: NetOffice, OfficeApi, OutlookApi und...
View ArticleNew Post: Problem get outlook instance from ROT
This didn't solve the problem. This problem only occurs in outlook. All other office products are working well. OS: Windows 7 Enterprise SP 1 64 Bit Office: MS Office Professional Plus 2010 32Bit...
View ArticleNew Post: FilteredRange using non-contiguous data
sometimes its easier for me to talk in german. (thats wyh i ask) i start comunity thread in the excel community to see what i can do for you but without a good answsers. some people told me to check...
View ArticleNew Post: Outlook AddIn startet nicht bei Setup (MSI) und regasm
ja und nein.. wenn du die beispiele als vorlage genutzt hast eigentlicht nicht. ansonsten sollte man per regasm noch den /codebase parameter übergeben um der .net runtime mitzuteilen wo das assembly...
View ArticleNew Post: Outlook AddIn startet nicht bei Setup (MSI) und regasm
Projekt ist unterwegs...
View ArticleNew Post: WorkbookBeforeCloseEvent -> und dann?
Ich verwende die Zeilen// bereits bestehende Instanzen berücksichtigen, also auf GetActiveInstance() abklopfen. excelApplication = (Excel.Application.GetActiveInstance() == null ? new...
View ArticleCreated Unassigned: ExcelApi.FormatConditions throws error during enumeration...
ExcelApi.FormatConditions.GetEnumerator() throws an exception when iterating through existing formats in a sheet when the sheet has an IconSetConditionFix is to change the IEnumerable to object (from...
View ArticleEdited Unassigned: ExcelApi.FormatConditions throws error during enumeration...
ExcelApi.FormatConditions.GetEnumerator() throws an exception when iterating through existing formats in a sheet when the sheet has an IconSetConditionFix is to change the IEnumerable to object (from...
View ArticleNew Post: Problem get outlook instance from ROT
update: it looks like as security issue. but not sure today. still figure out...
View ArticleNew Post: WorkbookBeforeCloseEvent -> und dann?
Ich habw den Part mit WorkbookOpen nicht verstanden. Lass und das mal wie Profis in Regeln zusammenfassen. Du möchtest beim schliessen eine Workbooks eine Aktion durchführen. Bedienung1: Das Workbkook...
View ArticleNew Post: WorkbookBeforeCloseEvent -> und dann?
Primärer Anwendungsgedanke ist das Erfassen von Vorgängen, aber auch die Manipulaton in einem bestimmten Workbook. Zustand: Das WB ist geöffnet, meine Anwendung hat einen Workbook-Verweis gesetzt. Ich...
View ArticleNew Post: Error interioerability
I had this same problem and I did what you said. Now, I get The type or namespace name 'NetOffice' could not be found (are you missing a using directive or an assembly reference?) All I have done so...
View ArticleNew Comment on "Word_Example05"
System.Runtime.InteropServices.COMException (0x80004005): See inner exception(s) for details. ---> System.Reflection.TargetInvocationException: 调用的目标发生了异常。 --->...
View Article