Hi All,
I'm at present developing a number of custom modules on a specific testing site, and i am currently experiencing trouble in that the Names within my Global.asax.vb page are no longer defined. I'm not sure of what it is that i may have done, but just befor the error occured i had uploaded a Module definition and purposely excluded the sqldataproviders to prevend them from dropping tables that were already in my database. My DAL and BL for the application appear to be working, and everything appears to be fine, apart from the fact that my Global.asax.vb page is now suddenly throwing 80 something errors. Never touched the page, i promise.
Should anyone have any suggestions on where i have gone wrong or what might be causing this please let me know.
Below please find my list of errors:
Error 62 Name 'ApplicationMapPath' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 301 13 http://localhost/DNNModulesTest/
Error 63 Name 'ApplicationMapPath' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 302 13 http://localhost/DNNModulesTest/
Error 64 Name 'ApplicationMapPath' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 302 34 http://localhost/DNNModulesTest/
Error 57 Name 'ApplicationPath' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 294 21 http://localhost/DNNModulesTest/
Error 58 Name 'ApplicationPath' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 296 21 http://localhost/DNNModulesTest/
Error 60 Name 'ApplicationPath' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 299 17 http://localhost/DNNModulesTest/
Error 66 Name 'ApplicationPath' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 304 24 http://localhost/DNNModulesTest/
Error 15 Name 'ApplicationShutdownReason' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 131 26 http://localhost/DNNModulesTest/
Error 16 Name 'ApplicationShutdownReason' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 133 26 http://localhost/DNNModulesTest/
Error 17 Name 'ApplicationShutdownReason' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 135 26 http://localhost/DNNModulesTest/
Error 18 Name 'ApplicationShutdownReason' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 137 26 http://localhost/DNNModulesTest/
Error 19 Name 'ApplicationShutdownReason' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 139 26 http://localhost/DNNModulesTest/
Error 20 Name 'ApplicationShutdownReason' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 141 26 http://localhost/DNNModulesTest/
Error 21 Name 'ApplicationShutdownReason' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 143 26 http://localhost/DNNModulesTest/
Error 22 Name 'ApplicationShutdownReason' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 145 26 http://localhost/DNNModulesTest/
Error 23 Name 'ApplicationShutdownReason' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 147 26 http://localhost/DNNModulesTest/
Error 24 Name 'ApplicationShutdownReason' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 149 26 http://localhost/DNNModulesTest/
Error 25 Name 'ApplicationShutdownReason' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 151 26 http://localhost/DNNModulesTest/
Error 26 Name 'ApplicationShutdownReason' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 153 26 http://localhost/DNNModulesTest/
Error 27 Name 'ApplicationShutdownReason' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 155 26 http://localhost/DNNModulesTest/
Error 28 Name 'ApplicationShutdownReason' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 157 26 http://localhost/DNNModulesTest/
Error 7 Name 'Config' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 68 16 http://localhost/DNNModulesTest/
Error 8 Name 'Config' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 71 45 http://localhost/DNNModulesTest/
Error 9 Name 'Config' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 75 16 http://localhost/DNNModulesTest/
Error 10 Name 'Config' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 78 43 http://localhost/DNNModulesTest/
Error 51 Name 'Config' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 286 16 http://localhost/DNNModulesTest/
Error 54 Name 'Config' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 289 30 http://localhost/DNNModulesTest/
Error 56 Name 'Config' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 293 20 http://localhost/DNNModulesTest/
Error 59 Name 'Config' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 296 39 http://localhost/DNNModulesTest/
Error 70 Name 'EventQueue' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 325 17 http://localhost/DNNModulesTest/
Error 11 Name 'GetUpgradeStatus' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 82 25 http://localhost/DNNModulesTest/
Error 12 Name 'Globals' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 83 22 http://localhost/DNNModulesTest/
Error 13 Name 'Globals' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 94 22 http://localhost/DNNModulesTest/
Error 14 Name 'Globals' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 101 22 http://localhost/DNNModulesTest/
Error 67 Name 'HostMapPath' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 305 13 http://localhost/DNNModulesTest/
Error 65 Name 'HostPath' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 304 13 http://localhost/DNNModulesTest/
Error 68 Name 'HostPath' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 305 42 http://localhost/DNNModulesTest/
Error 39 Name 'HttpContext' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 200 71 http://localhost/DNNModulesTest/
Error 55 Name 'HttpContext' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 292 16 http://localhost/DNNModulesTest/
Error 61 Name 'HttpContext' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 299 35 http://localhost/DNNModulesTest/
Error 69 Name 'HttpContext' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 308 20 http://localhost/DNNModulesTest/
Error 33 Name 'LogException' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 171 17 http://localhost/DNNModulesTest/
Error 83 Name 'LogException' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 389 17 http://localhost/DNNModulesTest/
Error 34 Name 'LoggingProvider' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 175 13 http://localhost/DNNModulesTest/
Error 81 Name 'Now' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 384 81 http://localhost/DNNModulesTest/
Error 40 Name 'Scheduling' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 217 13 http://localhost/DNNModulesTest/
Error 45 Name 'Scheduling' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 255 71 http://localhost/DNNModulesTest/
Error 47 Name 'Scheduling' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 257 44 http://localhost/DNNModulesTest/
Error 75 Name 'Scheduling' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 375 75 http://localhost/DNNModulesTest/
Error 52 Name 'ServerName' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 287 17 http://localhost/DNNModulesTest/
Error 53 Name 'ServerName' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 289 17 http://localhost/DNNModulesTest/
Error 31 Name 'Services' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 166 46 http://localhost/DNNModulesTest/
Error 43 Name 'Services' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 238 42 http://localhost/DNNModulesTest/
Error 44 Name 'Services' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 255 16 http://localhost/DNNModulesTest/
Error 74 Name 'Services' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 375 20 http://localhost/DNNModulesTest/
Error 76 Name 'Services' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 376 25 http://localhost/DNNModulesTest/
Error 80 Name 'Services' is not declared. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 384 21 http://localhost/DNNModulesTest/
Error 37 Type 'ArrayList' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 196 31 http://localhost/DNNModulesTest/
Error 49 Type 'EventArgs' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 282 74 http://localhost/DNNModulesTest/
Error 72 Type 'EventArgs' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 344 72 http://localhost/DNNModulesTest/
Error 73 Type 'EventArgs' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 366 81 http://localhost/DNNModulesTest/
Error 29 Type 'EventLogController' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 163 34 http://localhost/DNNModulesTest/
Error 41 Type 'EventLogController' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 235 30 http://localhost/DNNModulesTest/
Error 32 Type 'Exception' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 170 26 http://localhost/DNNModulesTest/
Error 71 Type 'Exception' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 326 25 http://localhost/DNNModulesTest/
Error 82 Type 'Exception' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 388 26 http://localhost/DNNModulesTest/
Error 5 Type 'HttpRequest' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 64 28 http://localhost/DNNModulesTest/
Error 6 Type 'HttpResponse' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 65 29 http://localhost/DNNModulesTest/
Error 4 Type 'HttpServerUtility' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 63 27 http://localhost/DNNModulesTest/
Error 50 Type 'HttpServerUtility' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 285 27 http://localhost/DNNModulesTest/
Error 30 Type 'LogInfo' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 164 44 http://localhost/DNNModulesTest/
Error 42 Type 'LogInfo' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 236 40 http://localhost/DNNModulesTest/
Error 36 Type 'PortalController' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 195 44 http://localhost/DNNModulesTest/
Error 38 Type 'PortalInfo' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 199 38 http://localhost/DNNModulesTest/
Error 46 Type 'Scheduling.SchedulingProvider' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 256 34 http://localhost/DNNModulesTest/
Error 77 Type 'Scheduling.SchedulingProvider' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 378 38 http://localhost/DNNModulesTest/
Error 35 Type 'Services.FileSystem.FolderController' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 194 44 http://localhost/DNNModulesTest/
Error 48 Type 'Threading.Thread' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 258 38 http://localhost/DNNModulesTest/
Error 78 Type 'Threading.Thread' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 379 50 http://localhost/DNNModulesTest/
Error 79 Type 'Threading.Thread' is not defined. c:\inetpub\wwwroot\DNNModulesTest\App_Code\Global.asax.vb 380 49 http://localhost/DNNModulesTest/
Thanks!
Bryan Thomson