"The wizard has fired an exception"

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

"The wizard has fired an exception"
Error when trying to publish project in AIE for Office and .net 
Ignacio Fernandez




Posts: 1
Joined: 2009-01-27
Good morning,

I get the following error when trying to publish in Add-in Express for Office and .net. Some support on this would be greatly appreciated.

What happened:
AddinExpress.Wizard.ADXClickOnceGenerator error: the wizard has fired an exception

Where presumably this happened:Error occured in the code of Add-in Express .NET Package library. See 'Details' section to get more detailed information about the error.


Detailed technical information follows: 
---
Date and Time:         1/27/2009 12:14:52 PM
Machine Name:          72A94C
IP Address:            XXX.XXX.XXX.XXX
Current User:          72A94CAdministrator

Application Domain:    DefaultDomain
Assembly Codebase:     file:///C:/Program Files/Add-in Express/Add-in Express 2008 for .NET Standard/Bin/Packages/VS2005/AddinExpress.Wizard.dll
Assembly Full Name:    AddinExpress.Wizard, Version=4.4.1913.2005, Culture=neutral, PublicKeyToken=4416dd98f0861965
Assembly Version:      4.4.1913.2005
Assembly Build Date:   3/28/2005 1:06:50 AM

Exception Source:      mscorlib
Exception Type:        System.ArgumentException
Exception Message:     Version string portion was too short or too long.
Exception Target Site: .ctor

---- Stack Trace ----
   System.Version..ctor(version As String)
       AddinExpress.Wizard.dll: N 0000 (0x0) IL 
   AddinExpress.Wizard.Command.CanExecuteInner()
       AddinExpress.Wizard.dll: N 0827 (0x33B) IL 
   AddinExpress.Wizard.Command.CanExecute()
       AddinExpress.Wizard.dll: N 0065 (0x41) IL 
   AddinExpress.Wizard.ADXClickOnceGenerator.Run(args As String[])
       AddinExpress.Wizard.dll: N 0009 (0x9) IL 

Posted 27 Jan, 2009 07:22:35 Top
Eugene Astafiev


Guest


Hello Ignacio,

I have a bunch of questions for you:

1. What OS do you use? Is it up to date?
2. What version of Visual Studio do you use? Did you install the latest updates?
3. Could you tell me the value of the AssemblyVersionAttribute of your add-in?
Posted 27 Jan, 2009 08:54:18 Top