Click here to Skip to main content
15,906,455 members
Home / Discussions / C#
   

C#

 
AnswerRe: getPixel problem c# Pin
Luc Pattyn14-Oct-10 7:31
sitebuilderLuc Pattyn14-Oct-10 7:31 
QuestionRefresh User Control look Pin
Mazdak14-Oct-10 3:17
Mazdak14-Oct-10 3:17 
AnswerRe: Refresh User Control look Pin
Luc Pattyn14-Oct-10 3:35
sitebuilderLuc Pattyn14-Oct-10 3:35 
QuestionConvert color from RGB to Color name Pin
MrKBA14-Oct-10 0:22
MrKBA14-Oct-10 0:22 
AnswerRe: Convert color from RGB to Color name Pin
V.14-Oct-10 0:52
professionalV.14-Oct-10 0:52 
GeneralRe: Convert color from RGB to Color name Pin
MrKBA14-Oct-10 1:27
MrKBA14-Oct-10 1:27 
GeneralRe: Convert color from RGB to Color name Pin
V.14-Oct-10 1:35
professionalV.14-Oct-10 1:35 
GeneralRe: Convert color from RGB to Color name Pin
OriginalGriff14-Oct-10 1:48
mveOriginalGriff14-Oct-10 1:48 
GeneralRe: Convert color from RGB to Color name Pin
Luc Pattyn14-Oct-10 2:33
sitebuilderLuc Pattyn14-Oct-10 2:33 
GeneralRe: Convert color from RGB to Color name Pin
OriginalGriff14-Oct-10 3:46
mveOriginalGriff14-Oct-10 3:46 
AnswerRe: Convert color from RGB to Color name Pin
Keith Barrow14-Oct-10 1:56
professionalKeith Barrow14-Oct-10 1:56 
AnswerRe: Convert color from RGB to Color name Pin
PIEBALDconsult14-Oct-10 3:09
mvePIEBALDconsult14-Oct-10 3:09 
QuestionRe: Convert color from RGB to Color name Pin
Luc Pattyn14-Oct-10 3:33
sitebuilderLuc Pattyn14-Oct-10 3:33 
AnswerRe: Convert color from RGB to Color name Pin
PIEBALDconsult14-Oct-10 3:41
mvePIEBALDconsult14-Oct-10 3:41 
GeneralRe: Convert color from RGB to Color name Pin
Luc Pattyn14-Oct-10 3:59
sitebuilderLuc Pattyn14-Oct-10 3:59 
AnswerRe: Convert color from RGB to Color name Pin
W Balboos, GHB14-Oct-10 9:38
W Balboos, GHB14-Oct-10 9:38 
GeneralRe: Convert color from RGB to Color name Pin
Keith Barrow14-Oct-10 13:00
professionalKeith Barrow14-Oct-10 13:00 
GeneralRe: Convert color from RGB to Color name Pin
PIEBALDconsult14-Oct-10 16:49
mvePIEBALDconsult14-Oct-10 16:49 
GeneralRe: Convert color from RGB to Color name Pin
W Balboos, GHB15-Oct-10 4:46
W Balboos, GHB15-Oct-10 4:46 
GeneralRe: Convert color from RGB to Color name Pin
W Balboos, GHB15-Oct-10 4:35
W Balboos, GHB15-Oct-10 4:35 
GeneralRe: Convert color from RGB to Color name Pin
Keith Barrow16-Oct-10 3:40
professionalKeith Barrow16-Oct-10 3:40 
QuestionMEF never calls OnImportsSatisfied Pin
WebMaster13-Oct-10 23:49
WebMaster13-Oct-10 23:49 
Hello,

I am having trouble using MEF to implement programming language packages into my IDE.

My classes in the Moonlite.Languages.DynamicLoading project (in the Implementation namespace) - LanguagePackageLoader, TextEditorCodeCompletionProviderLoader and TextEditorLanguageBindingLoader - their OnImportsSatisfied methods never get called.

I can't see what I'm doing wrong - I have my interfaces that my packages inherit, and the classes that inherit the interfaces export themselves using the correct contract names.

I have two CompositionContainers - one that I use in my Program class that is used to find dialog window extensions, and one that I use in my CompositionInitializer class that is used for the language packages. The first CompositionContainer also loads the assemblies that are supposed to be loaded and used by the second one, and creates parts for them - could this be the problem?

The files you want to look at are the following:

http://code.google.com/p/moonlite-map-studio/source/browse/trunk/moonlite-map-studio/Moonlite/Program.cs

http://code.google.com/p/moonlite-map-studio/source/browse/trunk/moonlite-map-studio/Moonlite/Shell.cs

http://code.google.com/p/moonlite-map-studio/source/browse/#svn/trunk/moonlite-map-studio/Moonlite.Languages.DynamicLoading - that is the whole project that contains the dynamic language package loading.

Language package .dlls:

http://code.google.com/p/moonlite-map-studio/source/browse/#svn/trunk/moonlite-map-studio/Moonlite.Languages.Packages.Andromeda

http://code.google.com/p/moonlite-map-studio/source/browse/#svn/trunk/moonlite-map-studio/Moonlite.Languages.Packages.vJass

Any help is appreciated.
Thanks,
Theo
AnswerRe: MEF never calls OnImportsSatisfied Pin
Not Active14-Oct-10 0:13
mentorNot Active14-Oct-10 0:13 
GeneralRe: MEF never calls OnImportsSatisfied Pin
WebMaster14-Oct-10 2:38
WebMaster14-Oct-10 2:38 
GeneralRe: MEF never calls OnImportsSatisfied Pin
Not Active14-Oct-10 3:16
mentorNot Active14-Oct-10 3:16 

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.