The hidden part of the partial class of web page in vs 2005

B

Bishoy George

Hi all,

I want to see the hidden part of the partial class of web page.

I tried to right click on the class name and click on Find All References,
although visual studio 2005 got the other references, I was prohibited from
going there by a message box saying: The definition of the object is hidden.

Is there any way to see that hidden part?

Thank you.
Bishoy
 
K

Karl Seguin [MVP]

These files are just in time (JIT) compiled - so they don't exist until you
run the app.

The way I do this is:

-Load the application (in 2.0 each page is it's own assembly by default, so
browse to the page you wan to see)
-Open: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
-Open the folder that's the same name as web project
-Open whatever folder you find twice (not the _shadow). mine looked like
5365350a\c79f3d9b
-Then you'll see a bunch of dll's name something like
App_Web.asldjkasldj.dll
-Use Reflector (http://www.aisto.com/roeder/dotnet/) FREE, and open each one
up until you see your file. You should see an ASP and _ASP namespace.

Karl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top