[Bug] Object reference not set to an instance of object

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

[Bug] Object reference not set to an instance of object
 
Beno?t Dion




Posts: 14
Joined: 2008-02-21
Hello,

I discovered a bug in add?n express for office and .net. It only appears in certain conditions:

- Create a new com add in (For outlook).
- Give it a name such as MySolution.MyProject.MyAddin (dot are importants)
- For some reasons the name of the project will be MySolution.MyProject but the namespace MySolution.MyProject.MyAddin.
- Rename the project to MySolution.MyProject.MyAddin
- Add a new ADX Outlook Form

A MessageBox saying 'Object reference not set to an instance of object' should appear.

I am using C# and vs 2008.
Posted 21 Feb, 2008 11:25:57 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Beno?t.

Add-in Express doesn't support such names. Please use simple names.
And 'MySolution.MyProject.MyAddin' name can be a namespace of your project.
Posted 21 Feb, 2008 13:23:45 Top