visual studio warnings

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

Visual Studio is giving me the following errors on my global.asax page when
I compile the site. Any ideas?

Warning 2 CA1811 : Microsoft.Performance :
'global_asax.Application_Error(Object, EventArgs):Void' appears to have no
upstream public or protected callers.


TIA!
 
* (e-mail address removed) wrote, On 6-7-2007 19:39:
Hi all,

Visual Studio is giving me the following errors on my global.asax page when
I compile the site. Any ideas?

Warning 2 CA1811 : Microsoft.Performance :
'global_asax.Application_Error(Object, EventArgs):Void' appears to have no
upstream public or protected callers.

I think this was solved in SP1 of Visual Studio 2005. Otherwise you can
safely hit suppress message on this one. It's trying to tell you you've
got an unused method (unused as in not used by you directly).

Jesse
 

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