deepthroat
Erfahrenes Mitglied
Ok, das hat nun mit der COM Registrierung zu tun. Wie das bei VS 2003 nun war kann ich nicht sagen, das ist zu lange her.Code:COM Interop registration failed. There are no registrable types in the built assembly.
Füge mal die Attributdefinition vor dem Namensraum ein:
C#:
[assembly: System.Runtime.InteropServices.ComVisible(true)]
namespace HexRC4 {
...