Click to See Complete Forum and Search --> : Runtime error 326 - WHY???


EAK
September 12th, 2001, 09:12 AM
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

John G Duffy
September 12th, 2001, 04:45 PM
your sample worked for me both in Design and Execute mode

John G

EAK
September 13th, 2001, 07:29 AM
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.