Hi all,
I just installed demo version of ZennoPoster and love it will purchase full copy soon.
However before I do I have one big issue.
I run Visual Studio 2010 and compiled Simple Library Class (.NET 3.5) nothing special.
Then I included compiled version as a reference in zenno poster
and included namespace.
using Zennolab.CommandCenter;
using TestCL;
Then pressed play and I get this error:
If anyone can assist me with this issue I'll appreciate a lot, this is the only show stopper for me before I buy software.
You can reply in Russian I can understand Russian very well.
I just installed demo version of ZennoPoster and love it will purchase full copy soon.
However before I do I have one big issue.
I run Visual Studio 2010 and compiled Simple Library Class (.NET 3.5) nothing special.
Код:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace TestCL
{
public class TestBlahTest
{
public int TestProp { get; set; }
}
}
and included namespace.
using Zennolab.CommandCenter;
using TestCL;
Код:
namespace NewProject
{
internal class Step1
{
public static int Execute(Instance instance)
{
//ZennoMaster.Models.Enums.PublishSourceType a = ZennoMaster.Models.Enums.PublishSourceType.HubPages;
// Clearing cookies
TestBlahTest tst = new TestBlahTest();
tst.TestProp = 10;
....

If anyone can assist me with this issue I'll appreciate a lot, this is the only show stopper for me before I buy software.
You can reply in Russian I can understand Russian very well.