VB.NET: Unhandle exception

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LMzizi
    New Member
    • Nov 2006
    • 8

    VB.NET: Unhandle exception

    Hi,

    I greated a application using vb.net 2005, my problem is that when i run it in the machine that have no vb.net it shows a message reading like this, (System InvalidOperatio nException: An error occurred creating the form .The error is Could not load file or assembly 'CrystalDecisio ns.CrystalRepor ts.Engine,Versi on = 10.2.3600.0,Cul ture = neutral,)
  • LMzizi
    New Member
    • Nov 2006
    • 8

    #2
    Unhandle exception

    Hi,
    I can't run application that i created using vb.net 2005, to other machine that have only .Net Framework,this is the message I get (An error occurred creating the form. See Exception.Inner Execption for details.The error is :Could not load file or assembly 'CrystalDecisio ns.CrystalRepor ts.Engine,Versi on = 10.2.3600.0,Cul ture=neutral,

    please email the respont to my E-mail address

    Thanks

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Originally posted by LMzizi
      Hi,
      I can't run application that i created using vb.net 2005, to other machine that have only .Net Framework,this is the message I get (An error occurred creating the form. See Exception.Inner Execption for details.The error is :Could not load file or assembly 'CrystalDecisio ns.CrystalRepor ts.Engine,Versi on = 10.2.3600.0,Cul ture=neutral,

      please email the respont to my E-mail address

      Thanks
      This might sound obvious, but it seems as though you need Crystal Reports installed on that PC.

      Comment

      • sashi
        Recognized Expert Top Contributor
        • Jun 2006
        • 1749

        #4
        Originally posted by LMzizi
        Hi,
        I can't run application that i created using vb.net 2005, to other machine that have only .Net Framework,this is the message I get (An error occurred creating the form. See Exception.Inner Execption for details.The error is :Could not load file or assembly 'CrystalDecisio ns.CrystalRepor ts.Engine,Versi on = 10.2.3600.0,Cul ture=neutral,

        please email the respont to my E-mail address

        Thanks
        Hi there,

        You need Crystal Report Runtime files to be installed in the particular machine in order to be able run the .NET application without any error. Good luck & Take care.

        Comment

        Working...