Note that there are some explanatory texts on larger screens.

plurals
  1. POC# / Crystal Reports Error
    primarykey
    data
    text
    <p>I have created a WinForms application using C# 2010. It contains a report created using Crystal Reports for C# 2010. The target framework is .Net Framework 4 and the target platform is x86.</p> <p>When I run the application on the customer's computer it displays this error:</p> <p><a href="http://img824.imageshack.us/img824/6223/errorro.png" rel="nofollow">http://img824.imageshack.us/img824/6223/errorro.png</a></p> <p>On my computer it works just fine. His OS is Windows Vista x64. My OS is Windows 8 x64. I have tried installing the x86 and the x64 runtimes but none worked. I have installed the x86 framework and tried to clear the temp folder, install all the updates, install the .Net Framework 4 distributable and mostly every suggestion I found on the internet, but this error keeps appearing.</p> <p>The program also has a config file with the following content, without which the Report doesn't work on any computer (I think it is a known bug):</p> <pre><code>&lt;?xml version="1.0"?&gt; &lt;configuration&gt; &lt;configSections&gt; &lt;/configSections&gt; &lt;startup useLegacyV2RuntimeActivationPolicy="true"&gt; &lt;supportedRuntime version="v4.0"/&gt; &lt;/startup&gt; &lt;startup&gt;&lt;supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/&gt;&lt;/startup&gt; &lt;/configuration&gt; </code></pre> <p>It works on another computer running Windows 7 x64 with the x86 CR Runtime and it works on mine but I cannot get it to work on his computer and another one running Windows 7 x64. I have been trying to get it to work for days but to no avail. The program works perfectly, except for the form containing the Crystal Report. Any help is greatly appreciated.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload