Closed GoogleCodeExporter closed 8 years ago
This is a little difficult to pinpoint.
Last time i loaded my CE solution i immediately had this exception (i have
solution-wide analysis on). Then i noticed a reference to
Microsoft.WindowsCE.Form
which the solution didn't need. I removed it and after that i didn't have the
exception after the next load. Strange. Probably i should clear R#'s cache too.
Original comment by gunter...@gmail.com
on 17 May 2009 at 3:23
It is very bizarre.
Looks like you stumbled on an old FIXME in
PsiReflectionPolicy.GetAssemblyReferences() though. I guess it's time to fix
it. :-)
// FIXME! Don't know how to handle referenced assemblies for modules.
return assembly.Resolve(true).GetReferencedAssemblies();
Original comment by jeff.br...@gmail.com
on 17 May 2009 at 8:09
I have added a better workaround for this case that does not require the
assembly to
be resolved. Shouldn't happen anymore in v3.1.
Original comment by jeff.br...@gmail.com
on 11 Aug 2009 at 11:46
Original issue reported on code.google.com by
gunter...@gmail.com
on 16 May 2009 at 5:47