Commented Unassigned: SlideShowWindow.HWND Member not found [20929]
Just thought I'd try your NetOffice dll in place of PIA in my app but get the following exception in PowerPoint 2013 when trying to access:```Presentation.SlideShowWindow.HWND```>...
View ArticleNew Post: Few errors in VS Express and SharpDevelop
Hi I'm trying to create Office ribbon add-in with an installer. I'm testing Visual Studio Express 2012 and SharpDevelop 5 Beta 3. I needed to set Properties->Unblock on NetOffice Toolbox 1.2.zip...
View ArticleNew Post: Read office document content
It's not easy to directly convert office docs to html, and even if it does it will lose some of the original formats (just imagine the format difference between the two). However, most of office...
View ArticleNew Post: How can I connect to the current instance of an application by the...
Is it possible to use something like GetObject([progId], [filename]) to set the, for example, Access.Application object?
View ArticleNew Post: How can I connect to the current instance of an application by the...
its possible, but you have no warranties to access a specific appliaction. (GetObject use the first instance in the ROT(Running Object Table)) The given examples show you this. Please explain whats...
View ArticleNew Post: PowerPoint hide window
FYI, Sebastion you Rock! Not sure what the differences are, but I had all kinds of issues with visibility etc ... In my case I had Office 2007 Enterprise installed, however, when I looked at installed...
View ArticleNew Post: YAGS - Yet another Getting started request
Hi everybody, most will roll their eyes, but here is a new member who has also difficulties getting started. ;-) My problem is that I am not only new to NetOffice, but also to VS. Having written for...
View ArticleCreated Unassigned: SaveAs2 Error [20980]
I am developing my project in vb.net 2012 with office 2010. I am facing problem while using office lib. it asking me to install office 2010 in clinet machine. Just i switched to Net Office. Again i am...
View ArticleNew Post: Need help with optional parameters
Sorry for reviving this old topic, but I came around to try this again and i am Stuck at the same place. I don't fully understand the discussion you linked but in a nutshell - does this mean there is...
View ArticleNew Post: Need help with optional parameters
It looks like you a german native speaker: I want answer in german. if it doesnt, please let me know. Ja hey kein Problem, ich bin mir noch nicht sicher was deine Frage ist aber ich antworte zuerst mal...
View ArticleNew Post: Need help with optional parameters
Hi und danke für die Antwort :) ich hab' halt einfach keine Ahnung was ich für die ersten beiden Parameter angeben soll, geschweige denn was sie bringen, auch nach studieren der msdn (BuildingBlock -...
View ArticleCommented Unassigned: SaveAs2 Error [20980]
I am developing my project in vb.net 2012 with office 2010. I am facing problem while using office lib. it asking me to install office 2010 in clinet machine. Just i switched to Net Office. Again i am...
View ArticleNew Post: Save big xml in Word OpenXml, throw IsolatedStorageException exception
Add C++ shim, the exception is still throwed. DO I HAVE TO FOLLOW THE ClickOnce publish method? System.IO.IsolatedStorage.IsolatedStorageException: 无法确定域的标识。(Unable to determine the identity of domain)...
View ArticleNew Post: Save big xml in Word OpenXml, throw IsolatedStorageException exception
please explain: this is just for big files(you say), in other words, this works fine with small files? (it looks like you have no valid appdomain, but i need more info about environment to clearify the...
View ArticleNew Post: Save big xml in Word OpenXml, throw IsolatedStorageException exception
Yes the AppDomain has no evidence. In the Shim CLRLoader.cpp // Create an AppDomain that will run the managed assembly, and get the // AppDomain's _AppDomain pointer from its IUnknown pointer....
View ArticleNew Post: Save big xml in Word OpenXml, throw IsolatedStorageException exception
As first: I find a similar topic: (http://www.lyquidity.com/devblog/?p=65 (IsolatedStorageException) with big files in Office) I still figure out how its possible to create an AppDomain in an umanaged...
View ArticleCreated Unassigned: Excel: TargetInvocationException with larger amount of...
Hi there, we're using Excel 2013 templates and the latest NetOffice 1.7.0 libs in a C# assembly to create reports from data stored in an MS-SQL server database. This works well, unless a certain amount...
View ArticleCommented Unassigned: Excel: TargetInvocationException with larger amount of...
Hi there, we're using Excel 2013 templates and the latest NetOffice 1.7.0 libs in a C# assembly to create reports from data stored in an MS-SQL server database. This works well, unless a certain amount...
View ArticleCreated Unassigned: NetOffice font misinterpretation? [20989]
I have a small application that opens a MS Word template, inserts some data into some bookmarks and saves the result as PDF.However, some of the fonts in the template are barcodes and when I open the...
View Article