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

  • Thread starter Thread starter NW Technicals
  • Start date Start date
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.
 
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

Back
Top