CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2003
    Posts
    70

    Pb of installation

    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

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Pb of installation

    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.

  3. #3
    Join Date
    Jun 2003
    Posts
    70

    Re: Pb of installation

    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

  4. #4
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Pb of installation

    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.

  5. #5
    Join Date
    Jun 2003
    Posts
    70

    Re: Pb of installation

    Hello,

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

    Thanks for your help

    Sanouk

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured