Using Shared Assembly in WebPart
Hi everyone,
I am developing a simple WebPart also Im using a 3rd party DLL to my WebPart.I don't know how to add the DLL and make it work.
After referred lot of website I have used Shared Assembly concept in GACUTIL.
while Rebuild the com object;
tlbimp OldDll.tlb /out:NewDll.dll /keyfile:keypair.snk
Im getting the following error.
TLbImp: error TI000: System.NotSupportedException - The given path's format is not supported.
I don't know where I made mistake.
Also I want to know whether the Shared Assembly will work in Windows 2003 server 32 bit machine or not.
Can anyone please help me out.
Thanks in Advance.
__________________
Cheers
Sankar
|