Toon posts:

crystal services en visual studio.net 2003

Pagina: 1
Acties:

Verwijderd

Topicstarter
Hallo,

Ik heb sinds een paar weken .net 2003 geinstaleerd maar de bijgeleverde crystal services doen het niet. Als ik in de server explorer kijk dan staat ie er, en zie de enterprise en de files, met de juiste icoontjes. Een config.web file die eraan refereerd geeft allemaal errors als ik die "oplossing" wil runnen. Als ik in de server explorer kijk dan en de server files opvraag dan krijg een exception error toegeworpen met :

The type initializer for "System.Xml.Serialization.TypeScope" threw an exception.

Object reference not set to an instance of an object.

Iemand een idee ?

Alvast bedankt
Bart

  • whoami
  • Registratie: December 2000
  • Laatst online: 23:32
Je hebt ergens een object gebruikt dat je niet gealloceerd hebt. Althans, dat is m'n vermoeden.
Zo zonder relevante code is het moeilijk om er wat zinnigs over te zeggen.
Post dus even wat code (enkel de relevante dus).

https://fgheysels.github.io/


Verwijderd

Topicstarter
Hi,
tja wat vraagt de server explorer als je een refresh doet ...

maar OK

config.web:
<compilation defaultLanguage="vb" debug="true"> <assemblies><add assembly="CrystalDecisions.CrystalReports.Engine"/><add assembly="CrystalDecisions.ReportSource"/><add assembly="CrystalDecisions.Shared"/><add assembly="CrystalDecisions.Web"/></assemblies></compilation>

build en rebuild gaan gewoon goed .....
dit is het resultaat ...


Server Error in '/ASPdotNET/WebControls' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: File or assembly name CrystalDecisions.CrystalReports.Engine, or one of its dependencies, was not found.

Source Error:


Line 11: debugging ASP.NET files.
Line 12: -->
Line 13: <compilation defaultLanguage="vb" debug="true"> <assemblies><add assembly="CrystalDecisions.CrystalReports.Engine"/><add assembly="CrystalDecisions.ReportSource"/><add assembly="CrystalDecisions.Shared"/><add assembly="CrystalDecisions.Web"/></assemblies></compilation>
Line 14:
Line 15: <!-- CUSTOM ERROR MESSAGES


Source File: d:\inetpub\wwwroot\ASPdotNET\WebControls\web.config Line: 13

Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.CrystalReports.Engine' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = CrystalDecisions.CrystalReports.Engine
(Partial)
LOG: Appbase = file:///d:/inetpub/wwwroot/ASPdotNET/WebControls
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: CrystalDecisions.CrystalReports.Engine
LOG: Attempting download of new URL file:///D:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/aspdotnet_webcontrols/f7a9e8a3/62a688f3/CrystalDecisions.CrystalReports.Engine.DLL.
LOG: Attempting download of new URL file:///D:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/aspdotnet_webcontrols/f7a9e8a3/62a688f3/CrystalDecisions.CrystalReports.Engine/CrystalDecisions.CrystalReports.Engine.DLL.
LOG: Attempting download of new URL file:///d:/inetpub/wwwroot/ASPdotNET/WebControls/bin/CrystalDecisions.CrystalReports.Engine.DLL.
LOG: Attempting download of new URL file:///d:/inetpub/wwwroot/ASPdotNET/WebControls/bin/CrystalDecisions.CrystalReports.Engine/CrystalDecisions.CrystalReports.Engine.DLL.
LOG: Attempting download of new URL file:///D:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/aspdotnet_webcontrols/f7a9e8a3/62a688f3/CrystalDecisions.CrystalReports.Engine.EXE.
LOG: Attempting download of new URL file:///D:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/aspdotnet_webcontrols/f7a9e8a3/62a688f3/CrystalDecisions.CrystalReports.Engine/CrystalDecisions.CrystalReports.Engine.EXE.
LOG: Attempting download of new URL file:///d:/inetpub/wwwroot/ASPdotNET/WebControls/bin/CrystalDecisions.CrystalReports.Engine.EXE.
LOG: Attempting download of new URL file:///d:/inetpub/wwwroot/ASPdotNET/WebControls/bin/CrystalDecisions.CrystalReports.Engine/CrystalDecisions.CrystalReports.Engine.EXE.


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

Path ??

bedankt Bart