CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2001
    Location
    charlotte,nc
    Posts
    84

    Runtime error 326 - WHY???

    My application was working fine. I added a resource file which appears to be no problem until I try to execute the following line:


    lblAppRev.Caption = "Revision: " & _
    CStr(App.Major) & "." & CStr(App.Minor) & "." & CStr(App.Revision)




    This causes the "runtime error 326 Resource with identifier 'VERSION' not found" to occur and the application ends.

    this only occurs in the executable form not the development environment...???

    CAN ANYONE HELP?

    e

    Elizabeth

  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Runtime error 326 - WHY???

    your sample worked for me both in Design and Execute mode

    John G

  3. #3
    Join Date
    Mar 2001
    Location
    charlotte,nc
    Posts
    84

    Re: Runtime error 326 - WHY???

    thank you. there appears to be no valid reason for this error. i ran across something in my continued search that indicated a hard boot seems to clear it up. sure enough the hard boot cleared it up?! i wish i knew the cause.

    Elizabeth

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