* param@community.nospam wrote, On 6-7-2007 19:39:
> Hi all,
>
[quoted text clipped - 4 lines]
> '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
param@community.nospam - 06 Jul 2007 20:06 GMT
I am running VS2005 SP1. I guess I will ignore these for now.
Thanks
>* param@community.nospam wrote, On 6-7-2007 19:39:
>> Hi all,
[quoted text clipped - 11 lines]
>
> Jesse