Результаты поиска

  1. A

    How to control tasks in ZP from Visual Studio C# application?

    Sounds awesome. I would gladly pay for a dev license to produce .exe files! Please make it available soon as possible!
  2. A

    How to control tasks in ZP from Visual Studio C# application?

    Thanks for the link. Personally I will gladly pay $200 in order to be able to export to .exe files in ZP (even though I ain't gonna sell the bots - just the increased stability and time saved would make it worth it). However I see that I'll have to upload projects etc. If I but the developer...
  3. A

    .NET 4.5?

    Like I said, I'm well aware of the fact that it ZP compiles for .NET 4.0. I was asking in regards to .NET 4.5 which it doesn't work for.
  4. A

    How to control tasks in ZP from Visual Studio C# application?

    I never heard anything of a Developer License and I don't see it listed on the buying page: http://zennolab.com/en/buy-it-now/version-comparison/. Could you post a link with more information about the developer license?
  5. A

    How to control tasks in ZP from Visual Studio C# application?

    Would love to know too. In general, ZP would be worth 5x its value to me if I could get external VS applications and ZP to play together without using hackish methods. Right now I'm stuck with the following tedious way of communication between VS and ZP: 1. Convert .NET 4.5 object to 4.0 2...
  6. A

    .NET 4.5?

    I've been messing around with CodeCreator for a few weeks now and one thing that annoys me is the fact that CodeCreator only runs .NET 4.0. Is there any real reason why .NET 4.5 isn't supported? The reason it concerns me is because my object needs certain dataannotations that are only supported...
  7. A

    Implementing CodeCreator project in VS Solution?

    Alright I'm not familiar with GAC so I guess I will just setup a task in ZennoPoster which starts when a textfile is created (containing my arguments). Seems like the simplest solution to communicate between my custom program and my CodeCreator program.
  8. A

    Implementing CodeCreator project in VS Solution?

    Thanks for replying. I know I have to include them but how would I create them? IZennoPosterProjectModel is an interface so I need to know the concrete class in order to instantiate it. Instance takes 3 arguments in its constructor (string url, int port, string address) - what do I input here...
  9. A

    Implementing CodeCreator project in VS Solution?

    Basically I've written a CodeCreator project which I want to use as a class library in my Visual Studio solution. I've imported the project and added the .dll files. However I see that the 2 arguments: Instance instance, IZennoPosterProjectModel project are being added to the main method...
  10. A

    FTP connection doesn't work?

    Ahh I see - I didn't know about the advanced editor. Everything works now :) Thanks a lot; I appreciate it!
  11. A

    FTP connection doesn't work?

    I'm trying to upload a couple of files through FTP. However ever time I add a new Ftp Connection task nothing happens. How am I supposed to do this - I don't see this being mentioned anywhere in the manual.