Commented Unassigned: Stack overflow in COMObject.Dispose [22231]
Hello,Thank you for this great project.I'm using it for my excel addin.Recently I encountered the following problem.I create many Range objects from some source Range using Range[], Application.Range,...
View ArticleNew Post: Create hyperlink in powerpoint under some object
Hello, can someone show me how I can add/create hyperlink in powerpoint in C# or VB. I have quest in job, I must create hyperlink in object with name example "hl1" in slide 11 and this object "hl1"...
View ArticleNew Post: PowerPoint ExportAsFixedFormat exception
Hi Sebastian, I have an issue with exporting a PowerPoint presentation as a pdf file. Could you please help me out? Here is the respective test method:[TestMethod] public void SavePowerPointAsPdf() {...
View ArticleNew Post: PowerPoint ExportAsFixedFormat exception
Just checked: In Excel it works as expected. But PowerPoint seems to have a problem.[TestMethod] public void SaveExcelAsPdf() { NetOffice.ExcelApi.Application app = new...
View ArticleNew Post: Excel: Names.Add Method
Hi Sebastian, as mentioned in the issue section some time ago there seems to be an issue with the "names.add" method in the international context. In VBA I can simply writeSub example()...
View ArticleNew Post: Excel Addin COM Install
Hi Beczka, Your post is old so I don't know if you have been able to solve your problem. I have always used Installshield for setup to install Addin and it always works for me but it should be the same...
View ArticleNew Post: PowerPoint ExportAsFixedFormat exception
Hast du den Excel Test und den PowerPoint Test denn auf der gleichen Maschine laufen lassen? (Nur um einen ganz dummen Fall auszuschliessen, Office installiert für PDF Support einen virtiuellen Printer...
View ArticleNew Post: Excel: Names.Add Method
Das ist ja merkwürdig. Das heisst BEREICH.VERSCHIEBEN funktioniert und Offset nicht - richtig? Office übergibt bei jedem Aufruf immer die ThreadCulture des Aufrufers und die ist per default...
View ArticleNew Post: PowerPoint ExportAsFixedFormat exception
Hallo Sebastian, jup, habe beide Testfälle auf der gleichen Maschine am laufen. Beste Grüße! coheedld
View ArticleNew Post: Excel: Names.Add Method
Korrekt, wenn ich die Formel mit "BEREICH-VERSCHIEBEN" eingebe wird der Name korrekt erzeugt. Mit "OFFSET" und der englischen Syntax ("," anstatt ";") funktioniert das nicht. In VBA gebe ich die Formel...
View ArticleNew Post: Excel: Names.Add Method
Huch, kleines Typo Edit, nicht Office übergibt bei jedem Aufruf die ThreadCulture sondern natürlich NetOffice übergibt die diese an Office. (genauer gesagt übergibt Netoffice die Kontrolle an COM...
View ArticleNew Post: Excel: Names.Add Method
Hallo Seabstian, habe die Testmethode nochmal angpasst und die ThreadCulture explizit gesetzt, es wird aber die gleiche exception geschmissen. Ich habe auch im Programm während der Laufzeit mal die...
View ArticleNew Post: Excel: Names.Add Method
Update: Mit den Interop Assemblies funktioniert das auch nicht wie in VBA (scheint also kein NetOffice Problem zu sein). Folgender Code wirft die gleiche exception (ungültige Formel):[TestMethod]...
View ArticleNew Post: PowerPoint ExportAsFixedFormat exception
Hi Sebastian, thanks for your support. It looks like the default value for the parameter "PrintRange" is not correct. If i explicitely define the PrintRange it works as...
View ArticleNew Post: Excel: Names.Add Method
Wenn du AddNameEnglish3() als Netoffice Variante testen lässt, wird dann auch "," in ";" umgewandelt oder scheitert der Aufruf?
View ArticleNew Post: Excel: Names.Add Method
Der Aufruf scheitert:[TestMethod] public void AddNameEnglish3NetOffice() { NetOffice.ExcelApi.Application app = new NetOffice.ExcelApi.Application(); app.Visible = true; app.Workbooks.Add();...
View ArticleNew Post: Excel: Names.Add Method
Noch folgende interessante Beobachtung:[TestMethod] public void AddNameEnglish3NetOffice() { NetOffice.ExcelApi.Application app = new NetOffice.ExcelApi.Application(); app.Visible = true;...
View ArticleNew Post: Exception "Factory is not initialized with NetOffice assemblies"
Hi, I'm attempting to utilise this wonderful NetOffice wrapper in a Microsoft Dynamics CRM plugin. Now I know this may be beyond the realms of possibility, however direct Excel COM integration has...
View ArticleNew Post: Cannot create new Attachment and add it to MailItem.Attachments
Hi, just came across your request. What exactly are you trying to do? I guess "mail" is a NetOffice.OutlookApi.MailItem? In this case the "attachment" should be a normal string, e.g.Outlook.MailItem...
View ArticleCreated Unassigned: Word that has opened from Sharepoint [22264]
Hi, I have made an application that uses the WordApi.When I am trying to "connect" with a word that is saved to a Sharepoint and then close it the next time that the Application.GetActiveInstance();...
View Article