URGENT PROBLEM...!!!

D

Darren Clark

I have just copied up a new version of a site to the hoster....

and i am getting the following message.

Can anyone help please?


Server Error in '/staging/v1' 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: The compiler failed with error code 128.



Show Detailed Compiler Output:

c:\windows\system32\inetsrv>
"c:\windows\microsoft.net\framework\v1.1.4322\vbc.exe" /t:library
/utf8output /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary
asp.net
files\staging_v1\2db95780\7fe06bd1\assembly\dl2\ab49fc70\db783a34_2f6ac401\w
b.web.dll"
/R:"c:\windows\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\s
ystem.web.mobile.dll"
/R:"c:\windows\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\syst
em.drawing.dll"
/R:"c:\windows\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.
data.dll"
/R:"c:\windows\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11
d50a3a\system.enterpriseservices.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net
files\staging_v1\2db95780\7fe06bd1\assembly\dl2\e34eaa75\ff1b1632_2f6ac401\w
b.dataaccess.dll"
/R:"c:\windows\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.w
eb.dll"
/R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net
files\staging_v1\2db95780\7fe06bd1\assembly\dl2\7ec7c43a\a7d41d24_2f6ac401\c
ampbell.dll"
/R:"c:\windows\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a
\system.web.services.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net
files\staging_v1\2db95780\7fe06bd1\assembly\dl2\74883ade\63b0db2d_2f6ac401\w
b.core.dll" /R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e
089\system.xml.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net
files\staging_v1\2db95780\7fe06bd1\assembly\dl2\2a265196\8f4e2227_2f6ac401\w
b.biz.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary
ASP.NET Files\staging_v1\2db95780\7fe06bd1\m1rgonsh.dll" /debug-
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\staging_v1\2db95780\7fe06bd1\m1rgonsh.0.vb"






Show Complete Compilation Source:

Line 1:
'---------------------------------------------------------------------------
---
Line 2: ' <autogenerated>
Line 3: ' This code was generated by a tool.
Line 4: ' Runtime Version: 1.1.4322.573
Line 5: '
Line 6: ' Changes to this file may cause incorrect behavior and will
be lost if
Line 7: ' the code is regenerated.
Line 8: ' </autogenerated>
Line 9:
'---------------------------------------------------------------------------
---
Line 10:
Line 11: Option Strict Off
Line 12: Option Explicit On
Line 13:
Line 14: Imports Microsoft.VisualBasic
Line 15: Imports System
Line 16: Imports System.Collections
Line 17: Imports System.Collections.Specialized
Line 18: Imports System.Configuration
Line 19: Imports System.Text
Line 20: Imports System.Text.RegularExpressions
Line 21: Imports System.Web
Line 22: Imports System.Web.Caching
Line 23: Imports System.Web.Security
Line 24: Imports System.Web.SessionState
Line 25: Imports System.Web.UI
Line 26: Imports System.Web.UI.HtmlControls
Line 27: Imports System.Web.UI.WebControls
Line 28:
Line 29: Namespace ASP
Line 30:
Line 31: Public Class Global_asax
Line 32: Inherits campbells_dev.Global
Line 33:
Line 34: Private Shared __initialized As Boolean = false
Line 35:
Line 36: Public Sub New()
Line 37: MyBase.New
Line 38: If (ASP.Global_asax.__initialized = false) Then
Line 39: ASP.Global_asax.__initialized = true
Line 40: End If
Line 41: End Sub
Line 42: End Class
Line 43: End Namespace
Line 44:
 

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

Top