Can't create very first addin

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

Can't create very first addin
 
Ralph Smith




Posts: 45
Joined: 2006-06-19
Hello,

I bought both Add-in Express and ADX Extensions recently. I am now trying to create the first application using the PDF documentation.

I've selected C# ( running MSVC 2003 ) and created Shim project too. But the PDF goes on to describe step #4 in Add-in docs 'Customize the Add-in Module'. But my property sheet for the AddinModule.cs does not have the options that the documentation displays. The only properties I see are 'Filename', 'Build Action' and 2 other 'Custom tool' options. There is no 'SupportedApps' property, etc.

How do I get the correct property sheet for my project. Thank you.
Posted 19 Jun, 2006 19:29:47 Top
Andrei Smolin


Add-in Express team


Posts: 18817
Joined: 2006-05-11
Ralph,

We do not consult on how to use Visual Studio. Sorry.
Posted 20 Jun, 2006 06:21:55 Top
Ralph Smith




Posts: 45
Joined: 2006-06-19
I was not asking you to consult on how to use Visual Studio.

Obviously you don't do that.

The problem was that your documentation left out the "Register step" it seems. After selected the "register" option, I got the correct property sheet.

Thanks.
Posted 20 Jun, 2006 08:14:57 Top
Andrei Smolin


Add-in Express team


Posts: 18817
Joined: 2006-05-11
Ralph,

OK, I'll check this. Sorry again.
Posted 20 Jun, 2006 08:33:49 Top
Sergey Grischenko


Add-in Express team


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

Sorry for our documentation. We will complete it in the near future.

You just need to open the designer of the AddinModule (double click on the AddinModule.cs file in the solution explorer or press 'Shift+F7' keys). Then go to the Properties dialog and you will see all properties of the addinmodule described in our documentation.
Posted 20 Jun, 2006 08:41:53 Top
Ralph Smith




Posts: 45
Joined: 2006-06-19
I see, thanks
Posted 20 Jun, 2006 09:42:28 Top