当我在visual studio中更新数据源时LSML被破坏了 [英] LSML got corrupted when I updated data sources in visual studio

查看:138
本文介绍了当我在visual studio中更新数据源时LSML被破坏了的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

更新了数据源,Visual Studio崩溃,当我重新打开它时,我的项目无法加载。  我注意到LSML文件中缺少大量数据。我有一个备份文件,当我尝试重新加载它时,我在
错误列表中得到大约51个错误,大多数是这些。如果需要,我可以通过电子邮件发送或通过该文件,但不知道可能发生了什么。

Updated data sources, and Visual Studio crashed, when I re-opened it my project failed to load.  I noticed huge chunks of data missing from the LSML file. I had a back up of the file and when I try and re-load it I am getting about 51 errors in the Error List, most are these. I can email or past the file if need be, but any idea what may have happened.

 

错误 26
项目引用的模型格式是不正确的。  在'ChainExpression'类型中找不到属性'NodeType'。
G:\ PersonalProjects \ETLogRunner \ETLogRunner \ Data \ ApplicationDefinition.lsml
381 46

Error 26 The format of model referenced by the project is incorrect.  The property 'NodeType' was not found in type 'ChainExpression'. G:\PersonalProjects\ETLogRunner\ETLogRunner\Data\ApplicationDefinition.lsml 381 46

错误 27
项目引用的模型格式不正确。  在'MemberExpression'类型中找不到属性'NodeType'。
G:\ PersonalProjects\ETLogRunner\ETLogRunner\Data \ ApplicationDefinition.lsml
383 51

Error 27 The format of model referenced by the project is incorrect.  The property 'NodeType' was not found in type 'MemberExpression'. G:\PersonalProjects\ETLogRunner\ETLogRunner\Data\ApplicationDefinition.lsml 383 51

错误 28
项目引用的模型格式不正确。  在'ParameterExpression'类型中找不到属性'NodeType'。
G:\ PersonalProjects \ETLogRunner \ETLogRunner \ Data \ ApplicationDefinition.lsml
387 50

Error 28 The format of model referenced by the project is incorrect.  The property 'NodeType' was not found in type 'ParameterExpression'. G:\PersonalProjects\ETLogRunner\ETLogRunner\Data\ApplicationDefinition.lsml 387 50

错误 29
项目引用的模型格式不正确。  在'MemberExpression'类型中找不到属性'NodeType'。
G:\ PersonalProjects\ETLogRunner\ETLogRunner\Data \ ApplicationDefinition.lsml
396 39

Error 29 The format of model referenced by the project is incorrect.  The property 'NodeType' was not found in type 'MemberExpression'. G:\PersonalProjects\ETLogRunner\ETLogRunner\Data\ApplicationDefinition.lsml 396 39

错误 30
项目引用的模型格式不正确。  在'MemberExpression'类型中找不到属性'NodeType'。
G:\ PersonalProjects\ETLogRunner\ETLogRunner\Data \ ApplicationDefinition.lsml
415 39

Error 30 The format of model referenced by the project is incorrect.  The property 'NodeType' was not found in type 'MemberExpression'. G:\PersonalProjects\ETLogRunner\ETLogRunner\Data\ApplicationDefinition.lsml 415 39

错误 31
项目引用的模型格式不正确。  在'ChainExpression'类型中找不到属性'NodeType'。
G:\ PersonalProjects \ETLogRunner \ETLogRunner \ Data \ ApplicationDefinition.lsml
434 46

Error 31 The format of model referenced by the project is incorrect.  The property 'NodeType' was not found in type 'ChainExpression'. G:\PersonalProjects\ETLogRunner\ETLogRunner\Data\ApplicationDefinition.lsml 434 46

错误 32
项目引用的模型格式不正确。  在'MemberExpression'类型中找不到属性'NodeType'。
G:\ PersonalProjects\ETLogRunner\ETLogRunner\Data \ ApplicationDefinition.lsml
436 51

Error 32 The format of model referenced by the project is incorrect.  The property 'NodeType' was not found in type 'MemberExpression'. G:\PersonalProjects\ETLogRunner\ETLogRunner\Data\ApplicationDefinition.lsml 436 51

错误 33
项目引用的模型格式不正确。  在'ParameterExpression'类型中找不到属性'NodeType'。
G:\ PersonalProjects \ETLogRunner \ETLogRunner \ Data \ ApplicationDefinition.lsml
440 50

Error 33 The format of model referenced by the project is incorrect.  The property 'NodeType' was not found in type 'ParameterExpression'. G:\PersonalProjects\ETLogRunner\ETLogRunner\Data\ApplicationDefinition.lsml 440 50

错误 34
项目引用的模型格式不正确。  在'MemberExpression'类型中找不到属性'NodeType'。
G:\ PersonalProjects\ETLogRunner\ETLogRunner\Data \ ApplicationDefinition.lsml
449 39

Error 34 The format of model referenced by the project is incorrect.  The property 'NodeType' was not found in type 'MemberExpression'. G:\PersonalProjects\ETLogRunner\ETLogRunner\Data\ApplicationDefinition.lsml 449 39

错误 35
项目引用的模型格式不正确。  在'ChainExpression'类型中找不到属性'NodeType'。
G:\ PersonalProjects \ETLogRunner \ETLogRunner \ Data \ ApplicationDefinition.lsml
469 46

Error 35 The format of model referenced by the project is incorrect.  The property 'NodeType' was not found in type 'ChainExpression'. G:\PersonalProjects\ETLogRunner\ETLogRunner\Data\ApplicationDefinition.lsml 469 46

错误 36
项目引用的模型格式不正确。  在'MemberExpression'类型中找不到属性'NodeType'。
G:\ PersonalProjects\ETLogRunner\ETLogRunner\Data \ ApplicationDefinition.lsml
471 51

Error 36 The format of model referenced by the project is incorrect.  The property 'NodeType' was not found in type 'MemberExpression'. G:\PersonalProjects\ETLogRunner\ETLogRunner\Data\ApplicationDefinition.lsml 471 51



推荐答案

嗨克雷格,

当你"恢复"时lsml文件的不同版本(或者即使你对LS的外部进行了更改),你需要设计师"重新加载"。它。在B1中曾经有一个选项可以做到这一点,但在B2中,似乎只有设计师本身可以提出
a重新加载(当然我*可能*在这里是错误的,并且遗漏了一些东西)。

When you "restore" a different version of the lsml file (or even if you make changes to it outside of LS), you need the designer to "reload" it. In B1 there used to be an option to do this, but in B2 it seems like only the designer itself can propose a reload (of course I *may* be wrong here & missing something).

我建议您尝试打开lsml文件,双击它,&希望设计师能够提示您重新加载它。

I suggest that you try to open the lsml file, by double-clicking on it, & hopefully you'll be prompted by the designer to reload it.

一旦实现了这一目标,*重建*项目,&看看你之后到底在哪里。但我几乎可以保证,直到你让LS重新加载你的lsml文件,你就不会再进一步​​了。

Once you achieve that, *rebuild* the project, & see where you end up after that. But I can virtually guarantee that until you get LS to reload your lsml file, you won't get any further.

我们可以在关键步骤完成后解决任何进一步的错误。

We can tackle any further errors AFTER that crucial step is accomplished.

Yann


这篇关于当我在visual studio中更新数据源时LSML被破坏了的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆