Released: NetOffice 1.7.3 (Feb 25, 2015)
Download 1: NetOffice Release 1.7.3Includes: - Binaries .NET : v2.0, v3.0, v3.5, v4.0, v4.5 - Tutorials/Examples in C#/VB.Net - Source CodeDownload 2: NetOffice Developer Toolbox requires .NET 4(Client...
View ArticleUpdated Release: NetOffice 1.7.3 (Feb 25, 2015)
Download 1: NetOffice Release 1.7.3Includes:- Binaries .NET : v2.0, v3.0, v3.5, v4.0, v4.5- Tutorials/Examples in C#/VB.Net- Source CodeDownload 2: NetOffice Developer Toolboxrequires .NET 4(Client...
View ArticleSource code checked in, #114240
[Regular Commit] - improve PerformanceTrace to allow multiple criterias - update PerformanceTrace concept test - update assemblies
View ArticleNew Post: NetOffice Outlook Plugin Deployment - No Idea How
what you have to do is copy the assembly (incl. depencies) to the target system and register your assembly here as office addin. the common ways: 1.) register your assembly at hand with the .net...
View ArticleCreated Unassigned: SlideShowSettings.Run() freezes thread if presentation...
Hi,I'm using your library to control PowerPoint SlideShows, but I have problem with some presentations. If a presentation contains some extrenal media objects, my app stops executing on the...
View ArticleNew Post: ILMerge Issues
Like some other posters, I am having trouble using NetOffice with ILMerge. I use NetOffice with Excel, through both add-ins and stand-alone apps. My apps or add-ins will run fine before merging, but...
View ArticleNew Post: ILMerge Issues
*first what i have to say: its first time for me to face an ILMerge problem(Like some other posters? realy???) i need 1-2 day(s) to reproduce the problem because i have no experience with ILMerge - at...
View ArticleNew Post: (DE) Problem mit PageSetup-Befehlen
Hey, ich nutze die aktuelle Version von NetOffice und finde die echt Klasse! Allerdings komme ich bei mir auf einen Fehler, wenn ich diesen Code nutzen möchte obj_XLWks.PageSetup.FitToPagesWide = 1...
View ArticleNew Post: (DE) Problem mit PageSetup-Befehlen
Für den Zugriff auf PageSetup muss ein Drucker eingerichtet sein und der Spooler Service laufen(was er per voreinstellung auch tut). Das ist in Office leider so. Hat mit NetOffice an sich nix zu tun....
View ArticleNew Post: (DE) Problem mit PageSetup-Befehlen
Ohne den Teil funktioniert der Code bestens, nur bei diesem springt er raus.See inner exception(s) for details. bei NetOffice.Invoker.PropertySet(COMObject comObject, String name, Object[] value) in...
View ArticleNew Post: (DE) Problem mit PageSetup-Befehlen
Stackoverflow sagt dazu:" if you need to set PageSetup.FitToPagesWide and you do not want to set PageSetup.FitToPagesTall you will need to set this value to false instead of an...
View ArticleNew Post: NetOffice Outlook Plugin Deployment - No Idea How
At the hedge fund where I recently worked we deployed VSTO add-ins using ClickOnce. That was no problem at all for users. We simply sent them a link to the deployment server and had them create a...
View ArticleNew Post: (DE) Problem mit PageSetup-Befehlen
Hey Sebastian, besten Dank für den Tipp, aber das hatte ich schon in einem VB-Forum. Ich habe den Code wie folgt geändert. Erste/Dritte Zeile habe ich auskommentiert. 'obj_XLWks.PageSetup.Zoom = False...
View ArticleNew Post: (DE) Problem mit PageSetup-Befehlen
Ich habe jetzt noch etwas drüber nachgedacht: FitToPage kann unter keinen erdenklichen Umständen Boolean-Werte annehmen, denn ich kann in dieser Einstellung innerhalb Excel sagen, skaliere mir den...
View ArticleNew Post: (DE) Problem mit PageSetup-Befehlen
Ich kann dir nicht wirklich folgen aber folgender Code funktioniert bei mir, so wie auch in dem verlinkten Topic auf Stackoverflow beschrieben: workSheet.PageSetup.FitToPagesWide = 1;...
View ArticleNew Post: (DE) Problem mit PageSetup-Befehlen
Warum steht in den Fehlermeldungen teilweise ein Pfad der eindeutig auf Alex seine Verzeichnisstruktur hinweist und andererseits aber auch Pfade, die auf Deine (Sebastian) persönliche...
View ArticleNew Post: (SOLVED) (DE) Problem mit PageSetup-Befehlen
Moin Moin, das meine Verzeichnisstruktur auftaucht mag daran liegen, dass ich vorübergehend so viel wie möglich an Fehlermeldung einblende. Darum u.a. die Source des Fehlers => Zeile 819 ->...
View ArticleNew Post: (SOLVED) (DE) Problem mit PageSetup-Befehlen
Hallo, Diese Pfade ("c:\Users\Sebastian\Desktop\Kopie von Source\NetOffice") stammen aus den mitgelieferten .pdb Dateien. Für die die es nicht wissen: .PDB sind Symbol Dateien für den Debugger, damit...
View ArticleNew Post: Word page number using NetOffice
Hello, I am using NetOffice C# to read some word documents, and I search for specific words in these documents, it would help me to identify the page numbers where these words occurred. I read the...
View Article