Urgent ASP.NET multiple object use

danev

New Member
Hi I keep getting this error msg<BR><BR>Compiler Error Message: CS1595: 'object' is defined in multiple places; using definition from 'C:winntmicrosoft.netframeworkv1.0.3705mscorlib.dl l'<BR><BR>the output highlights the line below as the suspect line<BR><BR>Line 17: void Page_Load(Object sender, EventArgs e) {<BR><BR>This line is only used once so how can there be a multiple use?<BR>Am I at fault or has my web host screwed up somewhere with the .net installation<BR>Please help<BR>Thank you
 
Back
Top