Home
About
User Group Events
Other Events
News
Downloads
Discussions


General Discussions


Event Discussions


Job Board


ASP.NET


VB.NET


CSharp
Study Group



International .NET Association (INETA)
Do you want to sponsor an Event?
Contact the .NET User Group at sponsors@torontoug.net
 Online: 

There are currently:
65 Guests.

0 of 6,455 Members.




Hosting
provided by




Author Thread: Compiler Error Message: BC30002: Type 'EventArgs' is not defined.
rakeshhalari
Compiler Error Message: BC30002: Type 'EventArgs' is not defined.
Posted: Saturday, July 14, 2007 11:51 AM (EST)

I am working on asp.net/vb.net after a very long time.

I am unable to resolve the following error. Could some one help ?

 

Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30002: Type 'EventArgs' is not defined.

Source Error:

Line 28: #End Region
Line 29: 
Line 30:     Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
Line 31:         ' Fires when the application is started
Line 32:         Application("Time") = System.DateTime.Now

Source File: c:\Inetpub\vhosts\iresume.ca\httpdocs\Global.asax.vb    Line: 30



 




Version Information: Microsoft .NET Framework Version:1.1.4322.2379; ASP.NET Version:1.1.4322.2379


Comments:

Author Thread:
LiamPearce
Compiler Error Message: BC30002: Type 'EventArgs' is not defined.
Posted: Wednesday, July 16, 2008 4:14 AM (EST)
I wouldn't consider myself an expert, but it sounds like you're missing a reference to the System namespace, or your compiler is having issues. I've heard of people fixing this problem by including the namespace in the definition, so you would end up with: System.EventArgs



 


Home   |  About   |  User Group Events   |  Other Events   |  News   |  Downloads   |  Discussions   |  Study Group