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
ix developer 2.20 missing type in Neo.ApplicationFramework
Re: ix developer 2.20 missing type in Neo.ApplicationFramewo
Try adding this line to your scriptmodule
using Core.Api.Service;
using Core.Api.Service;
-
- Posts: 14
- Joined: Thu Nov 14, 2013 12:14 pm
Re: ix developer 2.20 missing type in Neo.ApplicationFramewo
I am also having this same issue. Can anyone help?