Here I am describing some technical issues which I faced and how I fixed them. I hope this will be helpful for those who may face the same.
Wednesday, March 12, 2008
regasm : No types where registered
When I tried to register a dll file created in C# using regasm I got this Error. You can fix it very easly but setting [assembly: ComVisible(true)] in AssemblyInfo.cs
No comments:
Post a Comment