Report Error When Running Exe In Other Computers

Jul 8, 2010

I developed a Windows application within which I embedded a couple of reports (produced using Crystal Reports 12 version). The application project running fine on my development machine (Windows XP,visual studio 2008, crystal report 2008). i tried this exe into another machine but all manner of problems arose. The main problem is at report loading time, it shows the following error -"could not load file or assembly Crystal decission.windows.forms version 10.5.3700.0 ,culture=neutral,public key token =692fbea5521e1304 or one of its dependencies s assembly the system can not find the file specified."

View 1 Replies


ADVERTISEMENT

C# - Crystal Reports 2011 .Net 4.0 OS Installed On E: Gives Error When Running Report

May 4, 2012

I have one PC whereby the OS has been installed on E: and it has no C: drive. Onto this I have installed my .Net 4.0 WPF Application which runs fine.

However, when I try to access a crystal report it gives the exception below. This user is able to access the report from its network location in windows explorer so I assume the act of asking Crystal to copy it locally is causing a problem?

Therefore, can anyone advise where the local copy will be created and/or how I can control this.

[Code]....

View 1 Replies

Errors At Running VB Programs On Other Computers?

Jun 24, 2010

When I made a program and tested it on the machine I have compiled it , all works well. I tested them even on my other computer works fine. Every time though when I passed the program to my friends computer or such , I got that common error message "A problem has encountered . tell Microsoft about this problem [Send Error Report] [Don't Send]. I checked my computer here is on XP SP3 with Microsoft .NET Framework 3.5 SP1 installed , same thing on my other computer. My friends computer is on an XP SP2 with Microsoft .NET Framework 3.5 (no SP1).

View 3 Replies

VS 2010 Program Not Running On Other Computers?

Oct 23, 2010

I've just created a program in Visual Basic.NET 2010 Express Edition, and the program works great on my computer. Unfortunately, when I try running it on other computers, the process on the Task Manager for it comes up for literally 2 seconds and then goes away, and the program does not run. Basically, the program doesn't open. I'm not sure why this is happening, and I'm not getting any errors.

I am running Windows 7 Ultimate 64-Bit, and I've tried getting it to work on two other computers, with no luck. The first one had Windows 7 Home Premium 64-Bit, and the second one had the same operating system as my computer. All computers have the .NET Framework 4 Client Profile installed, which is what my application is compiled to work with. I also tried compiling it to use .NET Framework 4 (without the Client Profile), and that didn't help.

If it helps, my References are as follows (which I believe are the defaults):

- Microsoft.VisualBasic.PowerPacks.Vs
- System
- System.Core

[Code]....

View 5 Replies

Crystal Report - Dosn't Shows Any Report Instead Of It Gives An Error

Jun 21, 2010

I had created 5-6 crystal report in my vb.net project with back end sql server 2005 and i had given my path for crystal report. after this i had creted setup and deployed at customer machine but there it dosn't shows any report instead of it gives an error. for viewing report so how to come up with this probelm.

View 7 Replies

C# - Crystal Report - Running Through .NET?

Jul 17, 2009

I created a crystal report using test a DB. I run the report using .NET ReportDocument class. Everything works fine until I connect to the test DB.When same report is pointed to UAT DB (all required DB objects are available in UAT too), I am getting error. To fix this, I have to change the server name to UAT DB manually in the RPT file

View 3 Replies

Running Access Report From VB?

Nov 20, 2009

i need it to run/open a report that i have made in access. I have no idea how to go about this or if i need a connection code ( i have only had experience with connecting to an access database and filling a dataset with the information etc) I dont think id need an SQL for it? The report name is bookingrep and the access file name is Booking.mdb its an access 2003 file.

View 3 Replies

System.DivideByZeroException ERROR (just On Some Computers)

Feb 13, 2011

I made a downloader program which allows you to download files from the internet.I made the program using VB 2008 and a pc running windows 7 professional 32-bit. I also tested the program on a pc running windows vista home 32-bit, on another one running windows 7 pro 64bit, and on another one running Windows XP 32 bit. It works fine on all of them.

But today I tried it for the first time on other three different PCs running:

-Windows 7 starter (32-bit)
-Windows 7 Home (64-bit)
-Windows XP (32-bit)

On all three of them it gave me an error right after I click the download button:

"System.DivideByZeroException"

this is the exact error (sorry it is in italian):

************** Testo dell'eccezione **************
System.DivideByZeroException: Tentativo di divisione per zero.
in WindowsApplication1.Form1.Download_DownloadProgressChanged(Object sender, DownloadProgressChangedEventArgs e) in C:Documents and SettingsAdministratorDesktopdownloaderForm1.vb:riga 221

[code]....

The thing is that right now it gives me a problem with the download speed! If I stop the download and then restart it (from the beginning) the download speed get crazy and it goes like 1kb/s, 2kb/s, 3kb/s, 4kb/s, 5kb/s, 6kb/s,.. and so on.The program works fine on four different PCs but then it gives that error on three others! I cannot believe that it just random works on some computers and on some other it does not.

One more thing I would like to add is that the versions of windows where the program works are all in English language while the version of windows where the program does not work are all in Italian. Can this make the difference? If so, how can I fix it? I also tried to rebuild the exe on the one pc running windows xp in italian but it did not help! I also tried to rebuild it using visual studio 2010 but no luck?

View 9 Replies

VS 2008 Logged On User Name Error In Some Computers

Jun 9, 2010

I have this code that gives me the user logged on name of a remote computer, but if i run the program in certaing computers, it returns with the error "Not Available Due Restrictions" which is set if the scope cant connect...

why it connects fine in some computers and other not..is there something i have to add to the code for it to run fine in any computer

this is the code

vb.net
Dim connection As New ConnectionOptions
connection.Username = ("ADMIN")
connection.Password = ("something")

[Code]....

View 3 Replies

Run SQL Server - Running A Local Report Using A Rdl File?

Dec 11, 2009

I Need vb.net sample code to run SQL Server Report.

- Would be cool if you could provide:

-vb.net code

- sample showing use of parameters

- switching data sources

- setting credentials

- running a local report using a rdl file ie report file

- running a remote report using reporting services server

View 1 Replies

Running Same Report Multiple Times With Same Query?

Sep 5, 2011

I have a report that displays some sales info. I have a query that takes the data from an SQL Server database and I store it in a dataset. Up to there everything is ok. The problem is that I need to print the same report using Crystal Reports for each row in my query. Is there any way this can be done? I call a form with a ReportViewer tool to display the reports, wich are basic .rdlc reports.

View 1 Replies

Adodb.connection Error 0x80004002 When Trying To Install On Other Computers

May 24, 2011

Just got this error in my vb2008 programs when trying to install on other computers (customers running XP and Vista). I am on a Win7 computer and are using MS Access 2007 databases. Up to now everything was just perfect - but now.... Tried to search the net for solutions, but got a lot of mumbo-jumbo I can not understand. what to do in order to supply a set-up program which works.

View 2 Replies

Winforms - Report Design Editor When Program Is Running

Jan 25, 2012

I'm trying to do a Report Designer for end user. Like the one that adds vb.net when u add to proyect a .rpt file. But i wanted to do it on the run, so the end user can change the desing of the report as they want.

View 2 Replies

VS2005 Error On Execute, Correct In Debug Mode On Some Computers?

Aug 4, 2010

It read some data from a database and put the result into a word document. In this document is a blanc table with a bookmark to indicate the start position.In debugmode this works fine and after distributing thsi is still working fine.A user called me to say that the word document was a complete mess. I ran the application in production mode and yes it is a complete mess. Because the bookmark is not found, the data will be enterd into the wrong column.When i return to debug mode, the apllication is still correct and the result on the word document is good. Behalf of this, there are users who don't have this problem at all.

View 3 Replies

Error : An Error Has Occurred During Report Processing

Feb 22, 2012

I have a .rdlc report I created using vs2010.The report has 2 parameters: location (integer) and dteo(datetime).When I run running the report using vss reportviewer, I get following error:An error has occurred during report processing.is not a valid value for Int32.Index was outside the bounds of the array. The code below is generated from the report ran on vss2010.As you can see, there are 2 parameters, doe and location. Location is integer while doe is of date datatype. location is coming from a lookup table called Locations. Each location (integer) is associated with location_description (nvarchar)

View 1 Replies

Reference A Report Variable In The Report Properties Code Window Of A Local Report?

Apr 19, 2011

how I can reference a report variable in the Report Properties Code Window of a local report? I have tried Variables!Claimant.Value (for a variable called Claimant) but I get an error "Reference to a non-shared member requires an object reference." I have tried qualifying it with Report. and also with the report name in front of it but I get errors with this also.I have the variable CLaimant defined in the Variables section of the Report Properties.

View 3 Replies

C# Report Returns #error?

Feb 15, 2012

I get #Error in reportviewer when I use the following expression:

=IIf(Fields!PaymentNumber.Value>0,
IPmt(Fields!Annual_Interest_Rate.Value/1200,
Fields!Payment.Value,
Fields!No_of_Monthly_Payments.Value,
Fields!Total_Amount_Financed.Value),0)

When I remove the IPmt() function and use some static value instead, it works. Is there a way to find out the exact error ?

View 3 Replies

Error On Report Form

Oct 26, 2010

I have installed on my computer Visual Studio 2010 Premium with everything that this software comes when you are paying 5200 EURO.Now I am working to an application in which I have included some Reports with Microsoft Report tool. (not Crystal Report). I have to say that I have created application with .NET Framework 3.5.If I am running this application on my computer everything is ok but if I am running this application on another computer I receive this error:[code]I mention that I runned the application on a computer with NET Framework 3.5 installed. I also have tried on different computer and I have the same error on all the computers. The application is running properly only on my computer (where is installed Visual Studio 2010 Premium)

View 2 Replies

Error Regarding Ajaxcrystal.report

Mar 14, 2010

Recently i developed a small program using VB. The program is complete but when i debug or run it it give the error "ajaxcrystal.report" on all files of the program. How can i eliminate this error?

View 1 Replies

MS Error Report Instead Exception

Jan 6, 2010

I have installed a debug version of my program at a customer for him to test it and therefore have copied the debug .exe and .pdb file instead the release version. So when an error occurs the exception window comes up and I can see in which file and code line the error appeared.

Unfortunately, when an error occures, the Microsoft error report windows comes up. I deactivated error reporting in the control panel, but still it comes up.

View 3 Replies

When Run Report Have Message Error?

Dec 21, 2009

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,

[code].....

View 3 Replies

Error When Running On Another PC

Sep 6, 2009

I'm not sure it it's right subforum, but i'm completly lost and a bit in hurry with that ;/ :

I'm a beginer - i've been learning vb just since few weeks and never have tried to run my project on some other computer

I've copied my project folder (which is running without errors) to another machine and here i get an error :

The file (""path to my database.mdf) is on a netowrk pat that is not supported for database files.An attempt to attach an aut-named database for file "once again that path" failed. A database with the same name exist, or specified file cannot be opened, or it is located on UNC share

View 7 Replies

Crystal Report Error Message

Apr 20, 2010

ive been dealing with a kind of no error message my application is throwing after the setup has been installed on my machine. The application run fine and generate a report exactly the way i want it. The problem is that after compiling it as set up, it throw this message: [code]

View 1 Replies

DB/Reporting :: #Error With Microsoft Report?

Jan 1, 2009

I added a parameter to the rdlc called paramTitleThen I tried this as a demo

Code:
Dim params(0) As Microsoft.Reporting.WinForms.ReportParameter

[code]....

View 1 Replies

Error :The Source Of The Report Is Not Definition Has Be Not Specified

Aug 12, 2011

i have a probleam with my report , i try to display my report using report viewer but it show an error :The source of the report is not definition has be not specified. i am using visual studio 2005 and databse sql 2005.

View 1 Replies

Send Error Report - Inside, Outside (dll) Or Another App?

Sep 15, 2009

VS 2008, .NET 2, Win XP I need to design some kind of Error reporting. I got the Idea for the design and code but before i begin to code it I need to decide where to put it:

--1. Inside my app in Shared Sub- Can I call it from Another App (No), Can I call it if app crash sudenly?

--2. Inside a separate dll- I think that this is the way to go (i can use it inside this and another app, but can I call it if my app crash sudenly?

--3. Create another "app" to do that- Maybe to complicated for what needs to be done

I need to use that also in another apps so I think that 1. is out and 2. is my preferably solution.

View 5 Replies

Error When Running My Application In Other Pc's

Mar 9, 2010

I can't find why my application is working in some pc's. i have install the net framework 1.1 and when i run it i am getting system runtime.interopservices.comexception occurred in system.windows.forms.dll additional information class not registered i understand that something missing because i am usuing also activex controls i does't seems to be register problem because in some other pc's is working.if io install vb6 the problem is solved.what is missing?

View 6 Replies

Error While Running Program

Jun 22, 2010

I got error when i running the program

[code]...

View 1 Replies

Error While Running The Form

Jun 12, 2007

I'm getting the following error while executing my form:

An error occurred creating the form. See Exception.InnerException for details. The error is: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "WindowsApplication1.TravelRequestForm.resources" was correctly embedded or linked into assembly "TravelLog" at compile time, or that all the satellite assemblies required are loadable and fully signed.

In the details section of the error the following message is displayed

[Code]...

View 2 Replies

Error With Running Tic Tac Toe Program?

Jun 7, 2012

So my class was recently given an assignment to make a Tic Tac Toe program with options of playing against the computer, or another person. I was able to 2 player game work, but I have run into a problem with the two player game. Whenever I start debugging and click on one of my buttons (these represent the 9 spaces on a tic tac toe board), the gameplay form freezes, and becomes uncontrollable. The close button on the form doesn't even work, I have to go back to VB and click stop debugging to close the unresponsive form. I checked my original two player game, which has a similar code, but that works just fine. VB does not show any error messages or give any warning.

Option Strict On
Public Class frmGameplayEasy
Dim intTurn As Integer = 1

[code]......

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved