Whilst not a SharpDevelop specific question, since I am using SharpDevelop, I thought I try a post here
I am trying create an Automation Add-in for Excel using .NET as per http://blogs.msdn.com/eric_carter/archive/2004/12/01/273127.aspx, and http://www.codeproject.com/dotnet/excelnetauto.asp using SharpDevelop V2.00.
As a complete newbie to C#, knowing nothing about .NET and COM, and after a google on the error message, I still have no clues as to how to get rid of the error.
Can anyone point me in the right direction?
By trying to register the assembly manually, more detailed error messages were obtained.
The problem was trying to register an assembly on a network drive.
The solution was to put is on the c drive.
I said I know nothing about .NET and COM etc!!