Debugging MEF running in ASP.NET
Posted
by Jeffrey Lott
on Stack Overflow
See other posts from Stack Overflow
or by Jeffrey Lott
Published on 2010-04-20T23:11:24Z
Indexed on
2010/04/20
23:13 UTC
Read the original article
Hit count: 275
I'm trying to do a proof of concept app for my work using ASP.NET WebForms and the Managed Extensibility Framework. I've got things up and running(ish), but I can't seem to figure out how to attach the instance of Visual Studio that has the MEF code in it to the instance of Visual Studio that is running the Web App.
How can I attach my MEF code to the running process so that it hits my breakpoints?
© Stack Overflow or respective owner