[Axapta-Knowledge-Village] Re: Clr object is not initialized...

2009-03-05 Thread anamika_singh.2001
ssFilter); > Where have you registered the dll on the client side or the server side.. > and request you to check where the caller method is running, on the client > side or server side... > > Regards, > Sumit > On Fri, Mar 6, 2009 at 9:52 AM, anamika_singh.2001 < > anamika_

[Axapta-Knowledge-Village] Re: Clr object is not initialized...

2009-03-05 Thread anamika_singh.2001
InterOpPermission > class and InteropKind as DLLInterop. > > Otherwise the class will not be initialized. > > Regards, > Sumit > > On Thu, Mar 5, 2009 at 3:05 PM, anamika_singh.2001 < > anamika_singh.2...@...> wrote: > > > Hi, > > > > How t

[Axapta-Knowledge-Village] Clr object is not initialized...

2009-03-05 Thread anamika_singh.2001
Hi, How to resolve the following error? Clr object is not initialized. Object 'CLRObject' could not be created. My scenario: I created a dll and added this dll to AX client's bin directory, then Iadded this dll to AOT references. I tried to call this dll and its functions in class it throws an

[Axapta-Knowledge-Village] Re: Installation assembly with GAC

2009-02-04 Thread anamika_singh.2001
. > > *type sn -k file.snk* > > this will create snk file. Now attach this file with the dll. > > Regards, > Sumit > > On Mon, Feb 2, 2009 at 4:15 PM, anamika_singh.2001 < > anamika_singh.2...@...> wrote: > > > I'm trying to use dll file after

[Axapta-Knowledge-Village] Installation assembly with GAC

2009-02-02 Thread anamika_singh.2001
I'm trying to use dll file after registering it with axapta 4.0 but while installing assembly with global assembly cache it is throwing error: Failure adding assembly to the cache:Attempt to install an assembly without a strong name