Re: [dev] CLI - how to deploy, hoe does it works ?

2007-12-22 Thread Marten Feldtmann
The first problem is the loading of libraries via .NET. This happens on a lazy base - when calling uno.util.Bootstrap.bootstrap(); On some machines I get errors (FileNotFound exceptions), some are working without problems. This can be solved by adding the installation path to

Re: [dev] CLI - how to deploy, hoe does it works ?

2007-12-20 Thread Marten Feldtmann
Joachim, this is a total mess. I've got now three additional machine (older W2000 and one brand new XP installation) to get the software to work and on none of these machine did the software work. On one W2000 machine I've found an old OO 1.1.4 installation (which was not able to uninstall

Re: [dev] CLI - how to deploy, hoe does it works ?

2007-11-28 Thread Joachim Lingner
Marten Feldtmann schrieb: Joachim Lingner schrieb: Marten Feldtmann schrieb: I did an uninstallation and then: I've installed OO 2.3 for the current user (which is always admin - because one needs to have administration right) and then it works (under admin) without further work. I've

Re: [dev] CLI - how to deploy, hoe does it works ?

2007-11-27 Thread Marten Feldtmann
Hello Joachim, I've already found and looked at the policy files. They are all there and they seem to work as expected. All libraries are in the GAC And in my last posting I also did all the other attempts to make it work: I also tried NOT to deliver the libraries with my applications. But

Re: [dev] CLI - how to deploy, hoe does it works ?

2007-11-27 Thread Joachim Lingner
Marten Feldtmann wrote: Hello Joachim, I've already found and looked at the policy files. They are all there and they seem to work as expected. All libraries are in the GAC And in my last posting I also did all the other attempts to make it work: I also tried NOT to deliver the libraries

Re: [dev] CLI - how to deploy, hoe does it works ?

2007-11-27 Thread Joachim Lingner
Marten Feldtmann wrote: Joachim Lingner schrieb: This scenario does not work. You need to build your application on a base line machine. The target machines must have at least the same version of OOo as the build machine. Ok, then the development machine must have the oldest version (e.g.

Re: [dev] CLI - how to deploy, hoe does it works ?

2007-11-27 Thread Marten Feldtmann
I did an uninstallation and then: I've installed OO 2.3 for the current user (which is always admin - because one needs to have administration right) and then it works (under admin) without further work. I've installed OO 2.3 for all users and it does not work (wether admin nor me) and

Re: [dev] CLI - how to deploy, hoe does it works ?

2007-11-27 Thread Joachim Lingner
Marten Feldtmann schrieb: I did an uninstallation and then: I've installed OO 2.3 for the current user (which is always admin - because one needs to have administration right) and then it works (under admin) without further work. I've installed OO 2.3 for all users and it does not work

Re: [dev] CLI - how to deploy, hoe does it works ?

2007-11-26 Thread Joachim Lingner
Marten Feldtmann wrote: I've integrated OO 2.3 in our C# application to create complete documentation from our applications - and the whole stuff works pretty well on my development machine - BUT it does not work at all, when I transfer my programs to another machine Could you provide

Re: [dev] CLI - how to deploy, hoe does it works ?

2007-11-26 Thread Marten Feldtmann
Ok, I try to give some more information. On my development machine I have .NET 1.1, .NET 2.0 and .NET 3.0 installed. On this machine I use OO 2.3 and all development is done using OO 2.3. I use OO to create documents on demand and on my machine everything is working as expected. Original on