Jump to content
Software FX Community

Compiler failed


User (Legacy)

Recommended Posts

Hello,

in every project I use chartfx.net in I get this error (below) almost every time I build my project. Restarting IIS solves the problem, but this is getting very annoying. Any idea what I could do to solve this problem?

Thanks in advance,

Natasja

Server Error in '/euconsult' 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 2000.

Show Detailed Compiler Output:

C:\WINDOWS\system32> "c:\windows\microsoft.net\framework\v1.1.4322\vbc.exe" /t:library /utf8output /R:"c:\windows\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll" /R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.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\euconsult\2b44100e\34988467\assembly\dl2\7cc2acc6\007b7b57_b2adc301\chartfx.data.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\euconsult\2b44100e\34988467\assembly\dl2\3675478e\96d58b54_2e00c401\v2003anaxis.dotnet.classlib.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\euconsult\2b44100e\34988467\assembly\dl2\1a4c6773\84ea8ea7_2e00c401\v2003anaxis.dotnet.weblib.dll" /R:"c:\windows\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\system.web.mobile.dll" /R:"c:\windows\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\euconsult\2b44100e\34988467\assembly\dl2\470d70e9\005ea8b5_b2adc301\chartfx.writer.flash.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\euconsult\2b44100e\34988467\assembly\dl2\c3790e7a\00f7a33f_b2adc301\chartfx.base.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\euconsult\2b44100e\34988467\assembly\dl2\938e4c25\00ff526f_b2adc301\chartfx.internet.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\euconsult\2b44100e\34988467\assembly\dl2\6ed2b4ac\c2a78b29_2855c401\anaxis.academy.euconsult.dll" /R:"c:\windows\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll" /R:"c:\windows\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\euconsult\2b44100e\34988467\assembly\dl2\3042cf13\051b8b81_1655c401\anaxis.academy.components.dll" /R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\euconsult\2b44100e\34988467\assembly\dl2\813b81d8\008c5e4a_b2adc301\chartfx.borders.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\euconsult\2b44100e\34988467\assembly\dl2\846bd3b6\80b6fc23_bd94c301\richcontentrotator.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\euconsult\2b44100e\34988467\assembly\dl2\e7894e1b\00dd4291_ff5cc301\softwarefx.zlib.compressor.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\euconsult\2b44100e\34988467\assembly\dl2\178ef187\0c3d6081_2e00c401\v2003anaxis.dotnet.objlib.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\euconsult\2b44100e\34988467\iwxqncva.dll" /D:DEBUG=1 /debug+ "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\euconsult\2b44100e\34988467\iwxqncva.0.vb"

Microsoft ® Visual Basic .NET Compiler version 7.10.3052.4

for Microsoft ® .NET Framework version 1.1.4322.573

Copyright © Microsoft Corporation 1987-2002. All rights reserved.

vbc : Command line error BC2017 : could not find library 'c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\euconsult\2b44100e\34988467\assembly\dl2\c3790e7a\00f7a33f_b2adc301\chartfx.base.dll'

vbc : Fatal error BC2000 : compiler initialization failed unexpectedly: 0x8007007B

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: <System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()> _

Line 32: Public Class Global_asax

Line 33: Inherits Anaxis.Academy.Euconsult.Global

Line 34:

Line 35: Private Shared __initialized As Boolean = false

Line 36:

Line 37: Public Sub New()

Line 38: MyBase.New

Line 39: If (ASP.Global_asax.__initialized = false) Then

Line 40: ASP.Global_asax.__initialized = true

Line 41: End If

Line 42: End Sub

Line 43: End Class

Line 44: End Namespace

Line 45:

--------------------------------------------------------------------------------

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

Link to comment
Share on other sites

Hi,

well the strange thing is this happens on every computer I've tried it on. Only in projects we use chartfx.net in. The projects build fine before adding chartfx.net, but as soon as we add it it gives an error after almost every build. If I remove chartfx.net from the project it stops generating this error.

Natasja

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:wHSj%23hUVEHA.3292@webserver3.softwarefx.com...

I don't think this error is related to Chart FX at all. Check MSDN, I've seen similar bugs reported there although I do not recall seeing this particular one.

--

FP

Software FX

Link to comment
Share on other sites

Do you use ANY other external dll at all ?

The bug I mentioned happens when VS tries to deploy dependant dll's, if you don't use any at all then you won't get the error.

Can you please try creating a Web Forms control from the scratch and use it from your project to see if you get the same behavior.

The weird thing is that a lot of people uses Chart FX and they don't get this problem, including ourselves. So I want to see whether this is a problem with Chart FX in certain specific configuration.

What version (build) of VS are you using ?

--

FP

Software FX

Link to comment
Share on other sites

Another thing to try would be to add the ChartFX assemblies

(ChartFX.Internet, ChartFX.Base and ChartFX.Borders) to the GAC and see if

this alleviates this issue.

Even though Microsoft tries to get people to strong-name assemblies they

have also hinted that strong-named assemblies are not fully supported in the

bin folder of an ASP.NET app. We have been unable to duplicate this issue

and I know the majority of our customers do not have to add our assemblies

to the GAC.

BTW, are you using any other third party component in your web apps whose

assemblies are strong-named ?

--

Regards,

JC

Software FX Support

"Natasja" <npa@anaxis.be> wrote in message

news:Inrp02DWEHA.2276@webserver3.softwarefx.com...

Hi,

well the strange thing is this happens on every computer I've tried it on.

Only in projects we use chartfx.net in. The projects build fine before

adding chartfx.net, but as soon as we add it it gives an error after almost

every build. If I remove chartfx.net from the project it stops generating

this error.

Natasja

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:wHSj%23hUVEHA.3292@webserver3.softwarefx.com...

I don't think this error is related to Chart FX at all. Check MSDN, I've

seen similar bugs reported there although I do not recall seeing this

particular one.

--

FP

Software FX

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...