Hi,
I want to register my 32 bit dotnet 1.1 dll into 64 bit system. Os is Win2003 server.
i want to use the same in my ASP application in 64 bit system.
Same dll i registerd in 32 bit system and is working without any issues. I am not able to register the same in my new 64 bit system. please help me.
if possible explain me clear step by step procedure.
Thanks in advance.
Bechir BejaouiPosted Feb 27, 2009, 8:04 AM
http://www.c-sharpcorner.com/UploadFile/yougerthen/510262008060749AM/5.aspx?ArticleID=d2da1ab3-b92d-499d-94cd-bf54d91e14c3
After exporting and registring the component to COM+ you can consume it from within your 64 bit OS by adding a reference to the new COM+ component you can do that by right clicking the project and selecting add reference then selecting the COM + tab then selecting the targeted COM+ within the list of the COM components
This is a saml video of how to refer a COM from VS
http://rapidshare.com/files/203188719/referingcom.rar.html
it will expire(the video) after a few days
sarath phaniPosted Feb 26, 2009, 6:59 AM
can you explain the procedure how to do this? bcos i am not having any idea about COM or 64 bit
Thanks
Bechir BejaouiPosted Feb 26, 2009, 6:42 AM