G
Guest
Using C# Express 2005, I have successfully created a DLL to work with non
..NET clients. On the machine that I have created this DLL, it works fine and
exposes its properties, methods and events and the events fire when expected
(except with Excel 2003 where I cannot create an instance). I want to install
it on another PC with .NET Framework 2.0 installed (no C# Express). I have
tried REGASM, the DLL becomes visible BUT I cannot create an instance of it.
In Express 2005, what is Project | Build and Project | Rebuild acomplishing?
This is what I need to replicate. Or, someone knows better?
In simple terms (i.e C# Express 2005 context), please, what do I need to do
with the DLL for it to work on PCs other than the one it was created on , and
where it works?
Thank you for your help.
..NET clients. On the machine that I have created this DLL, it works fine and
exposes its properties, methods and events and the events fire when expected
(except with Excel 2003 where I cannot create an instance). I want to install
it on another PC with .NET Framework 2.0 installed (no C# Express). I have
tried REGASM, the DLL becomes visible BUT I cannot create an instance of it.
In Express 2005, what is Project | Build and Project | Rebuild acomplishing?
This is what I need to replicate. Or, someone knows better?
In simple terms (i.e C# Express 2005 context), please, what do I need to do
with the DLL for it to work on PCs other than the one it was created on , and
where it works?
Thank you for your help.