vb application deployment

STRESS!!!!!

I have finished my project/app and now would like to put it on disc to distribute. I have created a deployment project and asigned my app to it.

I goto build and get a build error:
Unable to build assembly named 'bookings.exe',HRESULT == '8007064F'

Can anybody explain what this means and what I should do to resolve my problems.

My app is made of various forms with an access db. I have some crystal reports in there as well.

Many Thanks

Scott


Answer this question

vb application deployment

  • TomG72

    VB.net 2003, 
    I can execute the exe in the bin file fine. 

    Thanks for the responce. 

    Scott 

  • silgenfritz

    The only thing I could find that caused this error is if the Assembly Name or Project Name has a single quote in it's name. Your error message makes me think you don't have that scenario, but I would look to see if there is anything else interesting like that about the assembly name, or even the path it's in/on.

    HTH

     



  • Buda56

    Which version of the product are you using

     



  • Earths

    Sorted!

    Going on your name theory I had a look and noticed that I have a "'" in the title so changed the title from Scott's project to Scotts project and now it works.

    Many thanks!!
    Scott

  • crisha

    Good news, thanks for updating me/us!

  • blachmann

    Thanks for the responce. Its a strange 1! I have renamed the project and distribution project but still the same message.

    As a work around I threw it in a cab project and distribued this way. It just means setting up the shortcuts manualy.  Doing this works fine on my pc and the end users pc.

    I will look to find out the answer and if I find it will post it for future reference.

    Regards

    Scott

  • vb application deployment