How do you mark class with TypeConverter that is not in referenced solution?
- by Greg McGuffey
I have a class that I've written a TypeConverter for. I want to keep the TypeConverter separate from the main solution, as it is only needed at design time and have an extensibility project now that contains the TypeConverter. Thus, when I deploy, I don't need to deploy the extensibility assembly at all.
However, I can't figure out the appropriate…