Daklu Posted January 29, 2010 Report Share Posted January 29, 2010 Recently I found myself making identical changes to all of my class accessor methods, so I modified the WriteTemplate.vit found in <LVx\resource\Framework\Providers\LVClassLibrary\NewAccessors\BaseAccessorScripter>. When I attempted to create an accessor method LV couldn't find WriteTemplate.vit, even though it was clearly searching in the correct folder. Even after selecting the correct file LV wouldn't create the accessor VI for me. Any ideas? Quote Link to comment
Aristos Queue Posted January 29, 2010 Report Share Posted January 29, 2010 Did you modify the VI or did you overwrite the VI? If you modified the VI, it should work. If you overwrote the VI, the VI isn't going to think of itself as part of the library and thus will have the wrong qualified name and so when LV goes looking for a template by the fully qualified name, this one won't match. Is that possible? The only other scenario I can think of is that the file on disk is from a future version of LV that the current version cannot load -- happens to me all the time. :-) Other than those, your guess is as good as mine. Quote Link to comment
Daklu Posted January 31, 2010 Author Report Share Posted January 31, 2010 Modified the existing vi. Oh well, I guess I'll chalk it up as Universal Conspiracy against me. *shrug* Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.