Tagged Questions

1
vote
1answer
31 views

How do I create an Editor Option in the new VS2010 Editor Extensibilty

The list of extensibility points for the VS2010 Editor mentios creating EditorOptionDefinitions along with a small sample. When I attempt to do this I cannot find the options anywhere in the VS2010 …
5
votes
1answer
46 views

Writing Visual Studio 2010 Plugin, would like to show a toolbox like Resharper in code editor.

Hello, I would like to write a plugin for Visual Studio 2010 but in fact I face some problems. What I want to do seems easy, I would like that a little toolbox appears when selecting the text in code …
0
votes
0answers
15 views

Window.Resources error

I have started a project at Codeplex, IncEditor. It uses WPF, MVVM and MEF to display. It uses MEF to load a view assembly (Views are in a different assembly). In, the main view of one assembly, I …
1
vote
1answer
25 views

Using ImportingConstructorAttribute

Hi, I'm trying to build a WPF application using MEF and MVVM. I'm exporting my ViewModel but I want my ViewModels to accept a Model parameter in the constructor: I will create a specific Model and …
0
votes
1answer
22 views

Dynamically load .dlls from network share not browsable on client PC — WCF?

I'm architecting a WPF application using the PnP Composite Application Guidance. The application will be run locally, within our intranet. Modules will be loaded dynamically based on user roles. The …
1
vote
1answer
39 views

Lambda expression example with System.Action<T> for a MEF case?

I am new to System.Action<T> and Lambda expression. Here is one case I would like to use. using System; using System.ComponentModel.Composition; public class MyClass { public static …
1
vote
0answers
49 views

Asp.net MVC - How to achieve flexible modules to be used cross-project?

Hello, I´m not looking for code directly, but for some ideas how to solve my problem the best. There is this asp.net mvc application I´m working on. It should be "highly modular" and many parts have …
1
vote
2answers
84 views

MEF Constructor Injection

I'm trying to figure MEF's Constructor Injection attribute. I have no idea how i tell it to load the parameters to the constructor. This is property i'm trying to load …
5
votes
4answers
117 views

Where can I learn about MEF?

I watched the DNR TV episode with Glenn Block and it looks like MEF would be useful for my company. I am trying to find out more information on it's strengths and weaknesses and some sample projects …
2
votes
1answer
21 views

MEF Contrib Provider Model Not Importing Parts

I have been trying to use the configurable provider model for handling my MEF imports and exports from MEF Contrib (link). I've read the Codeplex documentation and Code Junkie's blog post (link); …
2
votes
3answers
45 views

Getting legacy objects to be imported when they are not attributed as Exports in MEF

I'm starting to use MEF to build up a plugin based application, and I'm slowly adding MEF to the mix. There is a lot of existing code that does not have any MEF DNA yet, but I still want to get that …
2
votes
4answers
85 views

Books on Unity or MEF

Anyone know if there are any books on Unity or MEF coming out in the next month or two?
2
votes
2answers
67 views

Is it safe to store an ObjectContext in a thread static variable in ASP.NET?

I've read that I should store an ObjectContext in HttpContext.Current in order to share my ObjectContext across different services/repositories that are called in a request. I'm wondering if it is …
5
votes
1answer
89 views

Having Entity Framework trouble

I'm trying to add a ProfileProperty into the ProfileProperties table using ObjectContext.AddObject. The db fields for the ProfileProperties table are: ProfilePropertyID ProfilePropertyDefinitionID …
1
vote
3answers
141 views

Can I control object creation using MEF?

I need to add some extension points to our existing code, and I've been looking at MEF as a possible solution. We have an IRandomNumberGenerator interface, with a default implementation (ConcreteRNG) …

1 2 3 4 5 7
15 30 50 per page