Click to See Complete Forum and Search --> : Pb of installation


sanouk
June 9th, 2008, 01:47 PM
Hello,

I use System.Data.Sqlserver to manipulate data on my computer (Framework 2.0, visual studio 2005 and SQL Server 2005), all it's ok but I have now a problem when I install my program on another computer. The other computer have FrameWork 2.0 but it misses something because I have a crash when I start my program.

Thanks for your help

Sanouk

Shuja Ali
June 9th, 2008, 03:04 PM
And what is the error message that it shows just before it crashes?

It is always better to provide a detailed brief of the problem before posting. It helps us in giving a proper solution.

sanouk
June 10th, 2008, 02:06 AM
Hello,

The problem is I don't have any informations, only the report of the crash but I think it won't be able to help you:

EventType : clr20r3 P1 : production.exe P2 : 1.0.8.161 P3 : 484d52fd
P4 : system.data P5 : 2.0.0.0 P6 : 4333aea2 P7 : 25c3 P8 : 29
P9 : system.data.sqlclient.sql

Sanouk

Shuja Ali
June 10th, 2008, 07:51 AM
This report won't tell us what exactly is happening in the application. Why don't you include some kind of logging into your application that will log any exceptions that you might get.

sanouk
June 10th, 2008, 07:54 AM
Hello,

I found the error, it was a problem of right acces to the data base.

Thanks for your help

Sanouk