Code Creator add reference issue

unkn0wn

Новичок
Регистрация
10.04.2012
Сообщения
6
Благодарностей
0
Баллы
0
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.

Код:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace TestCL
{
    public class TestBlahTest
    {
        public int TestProp { get; set; }
    }
}
Then I included compiled version as a reference in zenno poster
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;
....
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.
 

shade

Client
Регистрация
19.11.2010
Сообщения
580
Благодарностей
346
Баллы
63
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.

Код:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace TestCL
{
    public class TestBlahTest
    {
        public int TestProp { get; set; }
    }
}
Then I included compiled version as a reference in zenno poster
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;
....
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.
You should try to copy your dll to ZP folder. And also you should check that your dll for .Net 3.5 and not .Net 3.5 Client Profile
 
  • Спасибо
Реакции: unkn0wn

unkn0wn

Новичок
Регистрация
10.04.2012
Сообщения
6
Благодарностей
0
Баллы
0
Awesome that worked like a charm, so I have to do that with every assembly, right? zenno won't do that automatically?
 

shade

Client
Регистрация
19.11.2010
Сообщения
580
Благодарностей
346
Баллы
63

unkn0wn

Новичок
Регистрация
10.04.2012
Сообщения
6
Благодарностей
0
Баллы
0

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)