Click here to Skip to main content
15,893,594 members
Home / Discussions / C#
   

C#

 
AnswerRe: wierd behaviour of compiler / visual studio Pin
Luc Pattyn3-Dec-08 7:09
sitebuilderLuc Pattyn3-Dec-08 7:09 
GeneralRe: wierd behaviour of compiler / visual studio Pin
led mike3-Dec-08 7:58
led mike3-Dec-08 7:58 
GeneralRe: wierd behaviour of compiler / visual studio Pin
Piratenwichtl20004-Dec-08 23:17
Piratenwichtl20004-Dec-08 23:17 
Questionconnectionstring "/" Pin
hassanasp3-Dec-08 5:46
hassanasp3-Dec-08 5:46 
AnswerRe: connectionstring "/" [modified] Pin
Mark Salsbery3-Dec-08 5:49
Mark Salsbery3-Dec-08 5:49 
QuestionHow to assign IP address to a network card Pin
s196675m3-Dec-08 5:34
s196675m3-Dec-08 5:34 
AnswerRe: How to assign IP address to a network card Pin
Mark Salsbery3-Dec-08 5:47
Mark Salsbery3-Dec-08 5:47 
QuestionBuilding a list of current solution types in design time Pin
beatles16923-Dec-08 5:21
beatles16923-Dec-08 5:21 
Hi I know that there is a straightforward way to load an assembly in run-time using Assembly.Load and then we can get its types using its GetTypes method.
But that solution has some problems, for example if you try to load an assembly in another directory rather than your project directory (and the assembly has some dependencies to other assemblies) you will get an exception saying it can not load the assembly or one of its dependencies.
I'm working on a design time tool and I want to show a list of types that are included in current solution in a UITypeEditor(Something like a tool that Workflow designer has when you want to pick a ExternalDataExchange).Since this list is being build in design time I just need the name of types(and may be to check if they have some attributes attached to them) and I don't want to load them.
So here I have a question to ask.How can I get a list of type names of classes in current solution in Visual Studio IDE?

Thank you
QuestionUpdate Data Table from Data Source Pin
polishprogrammer3-Dec-08 5:03
polishprogrammer3-Dec-08 5:03 
AnswerRe: Update Data Table from Data Source Pin
Wendelius3-Dec-08 11:04
mentorWendelius3-Dec-08 11:04 
GeneralRe: Update Data Table from Data Source Pin
polishprogrammer4-Dec-08 3:51
polishprogrammer4-Dec-08 3:51 
GeneralRe: Update Data Table from Data Source Pin
Wendelius4-Dec-08 4:10
mentorWendelius4-Dec-08 4:10 
QuestionExtracting List Objects Pin
nlowdon3-Dec-08 4:37
nlowdon3-Dec-08 4:37 
AnswerRe: Extracting List Objects Pin
J4amieC3-Dec-08 5:09
J4amieC3-Dec-08 5:09 
AnswerRe: Extracting List Objects [modified] Pin
Thomas Weller3-Dec-08 5:15
Thomas Weller3-Dec-08 5:15 
AnswerRe: Extracting List Objects Pin
moon_stick3-Dec-08 5:20
moon_stick3-Dec-08 5:20 
GeneralRe: Extracting List Objects Pin
J4amieC3-Dec-08 5:29
J4amieC3-Dec-08 5:29 
JokeRe: Extracting List Objects Pin
moon_stick3-Dec-08 5:32
moon_stick3-Dec-08 5:32 
AnswerRe: Extracting List Objects Pin
Guffa3-Dec-08 5:28
Guffa3-Dec-08 5:28 
QuestionExpose Objects through Remoting with Windows services Pin
MarkPhB3-Dec-08 2:24
MarkPhB3-Dec-08 2:24 
AnswerRe: Expose Objects through Remoting with Windows services Pin
Jimmanuel3-Dec-08 4:09
Jimmanuel3-Dec-08 4:09 
QuestionHammersley Sampling Pin
GAbirkan3-Dec-08 0:55
GAbirkan3-Dec-08 0:55 
AnswerRe: Hammersley Sampling Pin
Alan Balkany3-Dec-08 4:15
Alan Balkany3-Dec-08 4:15 
QuestionHomography Question Pin
VincentOng2-Dec-08 23:49
VincentOng2-Dec-08 23:49 
AnswerRe: Homography Question Pin
User 66582-Dec-08 23:54
User 66582-Dec-08 23:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.