cls files could not be loaded inside VB project
I am facing an issue while opening an existing VB project. It says 'c:...\test.cls' could not be loaded even though the file is present in the given location. Similarly it throws the same error for .ctl and frm files as well. I am not an expert user of VB (6.0). Can some one throw some light on this. In which case .vbp will not be able to load .cls files that are present in the given locat开发者_运维百科ions
Thanks
Late answer (7 years later), but had this problem. The reason for this could be due to different line endings depending on your source control provider. I was using Git (hosted by bitbucket) and checkout was done via Teamcity.
Solution was to enable "Convert line-endings to CRLF" in the VCS Root settings for the problematic project.
精彩评论