Totally stranded: System.ArgumentException in regasm.exe

Add-in Express™ Support Service
That's what is more important than anything else

Totally stranded: System.ArgumentException in regasm.exe
 
Eckard Buchner




Posts: 1
Joined: 2006-09-10
Hi
as a total newbie I may have missed something important: I have Office 2007 (beta) on Windows XP with C# Express.

There are no "register me" items on the build menu bar as described in the tutorial so downloaded .Net Framework SDK 2.0 and tried to register the DLL manually with "regasm.exe". It throws an exception


RegAsm : error RA0000 : An error occurred inside the user defined Register/Unreg
ister functions: System.ArgumentException: The path is not of a legal form.
at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
at System.IO.Path.GetDirectoryName(String path)
at AddinExpress.MSO.ADXAddinModule.ADXRegister(Type t)
at MyAddin1.AddinModule.AddinRegister(Type t) in C:\dev\09-office-addin\vs\MyAddin1\MyAddin1\AddinModule.cs:line 77


which path is illegal?

Thanks
Eckard
Posted 10 Sep, 2006 08:39:10 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Eckard.

Please use the 'Register ADX Project' option of the context menu of the addinmodule designer.
Posted 11 Sep, 2006 08:18:17 Top