Hang on Register ADX Project

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

Hang on Register ADX Project
Hang on Register ADX Project 
Steven Britton


Guest


Does anyone know what could be happening with the Register ADX Project hanging? Everything was working fine, then all of a sudden it just hangs forever.... Even a build with the installer does not finish on another machine?

Thanks,

Steve
Posted 24 Jan, 2008 12:26:00 Top
Sergey Grischenko


Add-in Express team


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

What version of Visual Studio do you use?
Did you add any code to the add-in constructor?
Posted 24 Jan, 2008 12:44:52 Top
Steven Britton


Guest


we are using VS 2005 and yes we have some code to check for a file in the directory, but that is it..

Thanks,

Steve
Posted 24 Jan, 2008 13:21:46 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Steve, please unregister the project and comment your code in the constructor. Then try to register the project again.

If it doesn't help, you need to comment the InitializeComponent method in the addinmodule and register the add-in. Let me know about results.
Posted 24 Jan, 2008 13:28:17 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Do you meant that removing the custom code from the constructor has solved the issue?
Posted 24 Jan, 2008 13:48:26 Top
Steven Britton


Guest


yes, I moved my code to the Sub AddinModule_AddinInitialize
Posted 24 Jan, 2008 13:58:32 Top