Rank: Member
Joined: 1/1/2010 Posts: 3 Points: 9
|
Hey - Public Class - Yeah I Mean You - The one that didn't go public when you let intellisense implement the class for you in the class file.
This will get you. It is documented, but when VS creates the class it neglects to put a public statement in front of your EntreeApplication class. If this class isn't public then ME will never be able to gain access to it to publish it.
I know stupid error, but you know what? You never notice the elephant in the hallway, only the ant crawling up the wall. ;)
|
 Rank: ME Staff
Joined: 1/12/2009 Posts: 75 Points: -204 Location: VA
|
Yep, when an app is not showing up, this is the first place I look.
I wonder; is there an attribute we can put in the EntreeApplication class that would make VS always implement it as public?
|