Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to see the resources that are in a .net dll

I am trying to debug the Entity Framework error: Unable to load the specified metadata resource.

All the usual fixes are not working for me, and I would like to actually see if the .csdl, .ssdl and .msl files are in the resource (like they are supposed to be).

If you know a free tool that can do this please answer with it.

Note: I don't have access to Red Gates Reflector. I tried Resharper's new dotPeek, but it just shows code, not resources.

Any idea how I can get at these resources that are supposedly in my dll?

like image 863
Vaccano Avatar asked Jul 08 '11 22:07

Vaccano


1 Answers

Try Telerik's JustDecompile

They promise it will be free forever

Here's a screen shot with the resources node expanded

enter image description here

like image 61
Conrad Frix Avatar answered Sep 27 '22 23:09

Conrad Frix