B
binnsas
Hi
I've done the following:
Created a class library in c# which basically exposes a public function to
add two double values.
This works fine locally using addins i can use this function and in excel it
adds two values.
I then created a shared addin to include this class library to deploy this
to a client machine. This is where the problem begins:
In the client machine I choose addins automation and i can add my class
reference. But as soon as I try to use the function it doesn't recognise it.
I've tried accessing this from VBA module sheet it can see the function but
produces an automation error when executed.
I've installed .net 2 framework, changed the security level in excel to low
and i've run security patches, I have no idea what to do next...
Any ideas please?
I've done the following:
Created a class library in c# which basically exposes a public function to
add two double values.
This works fine locally using addins i can use this function and in excel it
adds two values.
I then created a shared addin to include this class library to deploy this
to a client machine. This is where the problem begins:
In the client machine I choose addins automation and i can add my class
reference. But as soon as I try to use the function it doesn't recognise it.
I've tried accessing this from VBA module sheet it can see the function but
produces an automation error when executed.
I've installed .net 2 framework, changed the security level in excel to low
and i've run security patches, I have no idea what to do next...
Any ideas please?