ix developer 2.20 missing type in Neo.ApplicationFramework

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
rantolo
Posts: 2
Joined: Wed Nov 05, 2014 4:57 am

ix developer 2.20 missing type in Neo.ApplicationFramework

Post by rantolo »

Hi everybody,

I'm working on a new project using a iX T4A panel with ix developer 2.20.

I'm trying to build an authentication page using C# script using Neo.applicatioFramework.Common.Service library to get the ISecurityServiceCF interface by using ServiceContainerCF.GetServiceSafe<ISecurityServiceCF>(); method.

When I try to build the project the compiler returns an error saying that the 'Service' name or type does not exists in Neo.Application.Common namespace.

I browsed both on the net and in the forum but I didn't find a solution..

Does anybody knows why this issue?
Is it something related to the new ix developer 2.20 or to the ix T4A?
Does exists a workaround?

I have also other projects using other panels and ix developer 2.10 that uses the same method in their authentication pages...
I would like to be sure that there will be no problem in upgrading these project to ix developer 2.20... ;-)

Thanks in advance for your help

Cheers

Lars
Posts: 5
Joined: Wed Mar 09, 2016 3:53 am

Re: ix developer 2.20 missing type in Neo.ApplicationFramewo

Post by Lars »

Try adding this line to your scriptmodule
using Core.Api.Service;

onedumbtrucker
Posts: 14
Joined: Thu Nov 14, 2013 12:14 pm

Re: ix developer 2.20 missing type in Neo.ApplicationFramewo

Post by onedumbtrucker »

I am also having this same issue. Can anyone help?

Post Reply