Where is the Assembly in Visual Web Developer 2005 (Express Edition)

N

NW Technicals

Hi I have built an Asp.net based applicaiton using webdeveloper and wanted
to run the FxCOP to do static analysis unable to find its assembly.

Any help would be greatly appreciated.
 
K

Ken Cox [Microsoft MVP]

Put this in your Page Load event and then run the page:

Response.Write(System.Reflection. _
Assembly.GetExecutingAssembly.Location.ToString)

You should see the path and the DLL.

Ken
Microsoft MVP [ASP.NET]
 

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

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top