Logicity installed on server

Do you have crystal runtime installed on the server?

--- In vantage@yahoogroups.com, Chris Thompson <chriselectrix@...> wrote:
>
> Hi All,
>
> I have installed Logicity on our server and have tried running an example.
>
> I get an error which says ... Could not load file or assembly
> 'CrystalDecisions.CrystalReports.Engine,Version=12.0.2000.0, culture=neutral.
>
> Crystal report designer isnt installed on the server. It is only installed on my
> local PC.
>
>
> Does it need to be installed on the server as well?
>
> I have tried the same example from my PC and it works fine.
>
> This is the full error ...
>
> See the end of this message for details on invoking
> just-in-time (JIT) debugging instead of this dialog box.
> ************** Exception Text **************
> System.IO.FileNotFoundException: Could not load file or assembly
> 'CrystalDecisions.CrystalReports.Engine, Version=12.0.2000.0, Culture=neutral,
> PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot
> find the file specified.
> File name: 'CrystalDecisions.CrystalReports.Engine, Version=12.0.2000.0,
> Culture=neutral, PublicKeyToken=692fbea5521e1304'
> Â Â at Logicity_Desktop.ViewerForm..ctor(Int32 recordNumber, Array actList, Array
> parmList, Array setList)
> Â Â at Logicity_Desktop.ProgressForm.processActionList(Object startAt)
> Â Â at Logicity_Desktop.ProgressForm.ProgressForm_Load(Object sender, EventArgs
> e)
> Â Â at System.Windows.Forms.Form.OnLoad(EventArgs e)
> Â Â at System.Windows.Forms.Form.OnCreateControl()
> Â Â at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
> Â Â at System.Windows.Forms.Control.CreateControl()
> Â Â at System.Windows.Forms.Control.WmShowWindow(Message& m)
> Â Â at System.Windows.Forms.Control.WndProc(Message& m)
> Â Â at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
> Â Â at System.Windows.Forms.ContainerControl.WndProc(Message& m)
> Â Â at System.Windows.Forms.Form.WmShowWindow(Message& m)
> Â Â at System.Windows.Forms.Form.WndProc(Message& m)
> Â Â at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
> Â Â at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
> Â Â at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr
> wparam, IntPtr lparam)
> WRN: Assembly binding logging is turned OFF.
> To enable assembly bind failure logging, set the registry value
> [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
> Note: There is some performance penalty associated with assembly bind failure
> logging.
> To turn this feature off, remove the registry value
> [HKLM\Software\Microsoft\Fusion!EnableLog].
>
> ************** Loaded Assemblies **************
> mscorlib
> Â Â Â Assembly Version: 2.0.0.0
> Â Â Â Win32 Version: 2.0.50727.3615 (GDR.050727-3600)
> Â Â Â CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
> ----------------------------------------
> Logicity Solution Builder
> Â Â Â Assembly Version: 1.6.24.0
> Â Â Â Win32 Version: 1.6.0.0
> Â Â Â CodeBase:
> file:///C:/Program%20Files/SaberLogic/Logicity/Logicity%20Solution%20Builder.exe
> ----------------------------------------
> Microsoft.VisualBasic
> Â Â Â Assembly Version: 8.0.0.0
> Â Â Â Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
> Â Â Â CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
>
> ----------------------------------------
> System
> Â Â Â Assembly Version: 2.0.0.0
> Â Â Â Win32 Version: 2.0.50727.3614 (GDR.050727-3600)
> Â Â Â CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
> ----------------------------------------
> System.Windows.Forms
> Â Â Â Assembly Version: 2.0.0.0
> Â Â Â Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
> Â Â Â CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
>
> ----------------------------------------
> System.Drawing
> Â Â Â Assembly Version: 2.0.0.0
> Â Â Â Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
> Â Â Â CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
>
> ----------------------------------------
> System.Runtime.Remoting
> Â Â Â Assembly Version: 2.0.0.0
> Â Â Â Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
> Â Â Â CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
>
> ----------------------------------------
> Logicity.Common
> Â Â Â Assembly Version: 1.6.0.0
> Â Â Â Win32 Version: 1.6.0.0
> Â Â Â CodeBase: file:///C:/Program%20Files/SaberLogic/Logicity/Logicity.Common.DLL
> ----------------------------------------
> Logicity Desktop
> Â Â Â Assembly Version: 1.6.25.0
> Â Â Â Win32 Version:
> Â Â Â CodeBase:
> file:///C:/Program%20Files/SaberLogic/Logicity/Logicity%20Desktop.EXE
> ----------------------------------------
> ************** JIT Debugging **************
> To enable just-in-time (JIT) debugging, the .config file for this
> application or computer (machine.config) must have the
> jitDebugging value set in the system.windows.forms section.
> The application must also be compiled with debugging
> enabled.
> For example:
> <configuration>
> Â Â Â <system.windows.forms jitDebugging="true" />
> </configuration>
> When JIT debugging is enabled, any unhandled exception
> will be sent to the JIT debugger registered on the computer
> rather than be handled by this dialog box.
>
> Thanks.
>
>
>
>
> [Non-text portions of this message have been removed]
>
Hi All,

I have installed Logicity on our server and have tried running an example.

I get an error which says ... Could not load file or assembly
'CrystalDecisions.CrystalReports.Engine,Version=12.0.2000.0, culture=neutral.

Crystal report designer isnt installed on the server. It is only installed on my
local PC.


Does it need to be installed on the server as well?

I have tried the same example from my PC and it works fine.

This is the full error ...

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly
'CrystalDecisions.CrystalReports.Engine, Version=12.0.2000.0, Culture=neutral,
PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot
find the file specified.
File name: 'CrystalDecisions.CrystalReports.Engine, Version=12.0.2000.0,
Culture=neutral, PublicKeyToken=692fbea5521e1304'
  at Logicity_Desktop.ViewerForm..ctor(Int32 recordNumber, Array actList, Array
parmList, Array setList)
  at Logicity_Desktop.ProgressForm.processActionList(Object startAt)
  at Logicity_Desktop.ProgressForm.ProgressForm_Load(Object sender, EventArgs
e)
  at System.Windows.Forms.Form.OnLoad(EventArgs e)
  at System.Windows.Forms.Form.OnCreateControl()
  at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  at System.Windows.Forms.Control.CreateControl()
  at System.Windows.Forms.Control.WmShowWindow(Message& m)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  at System.Windows.Forms.Form.WmShowWindow(Message& m)
  at System.Windows.Forms.Form.WndProc(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr
wparam, IntPtr lparam)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure
logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].

************** Loaded Assemblies **************
mscorlib
   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.3615 (GDR.050727-3600)
   CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Logicity Solution Builder
   Assembly Version: 1.6.24.0
   Win32 Version: 1.6.0.0
   CodeBase:
file:///C:/Program%20Files/SaberLogic/Logicity/Logicity%20Solution%20Builder.exe
----------------------------------------
Microsoft.VisualBasic
   Assembly Version: 8.0.0.0
   Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
   CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll

----------------------------------------
System
   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.3614 (GDR.050727-3600)
   CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

----------------------------------------
System.Drawing
   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

----------------------------------------
System.Runtime.Remoting
   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll

----------------------------------------
Logicity.Common
   Assembly Version: 1.6.0.0
   Win32 Version: 1.6.0.0
   CodeBase: file:///C:/Program%20Files/SaberLogic/Logicity/Logicity.Common.DLL
----------------------------------------
Logicity Desktop
   Assembly Version: 1.6.25.0
   Win32 Version:
   CodeBase:
file:///C:/Program%20Files/SaberLogic/Logicity/Logicity%20Desktop.EXE
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
   <system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Thanks.




[Non-text portions of this message have been removed]