Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SearchBodyParameters in ARIA 15.6 ? #146

Open
EyckBlank opened this issue Jul 26, 2022 · 3 comments
Open

SearchBodyParameters in ARIA 15.6 ? #146

EyckBlank opened this issue Jul 26, 2022 · 3 comments

Comments

@EyckBlank
Copy link

EyckBlank commented Jul 26, 2022

SearchBodyParameters not recognized in ARIA 15.6 ?

By coding a script for automatic structur drawing by HU limits I got in stock.

The self explaining code lines
var BodyPar = ss.GetDefaultSearchBodyParameters();
and
ss.CreateAndSearchBody(BodyPar);
will not be recognized by IntelliSense coding assistance.

The compiler will throw error messages CS1061 in this lines:

I assume version problems of any libraries.

By the way:
GetDefaultSearchBodyParameters() and CreateAndSearchBody()
will be explained in OnlineHelp_VMS_Eclipse_Scripting_API_15.5,
thats why, they should operate in ARIA 15.6 !

Many thanks for help !
Eyck Blank

@EyckBlank
Copy link
Author

Here I have found anything.
https://codedocu.de/Details_mobile?d=2144&z=1&t=C%23%2C+Winforms%3A+error+CS1061%3A+PropertyStore+enth%C3%A4lt+keine+Definition+f%C3%BCr+Settings
But I havn't understood it.

Regards and thanks
Eyck Blank

@EyckBlank
Copy link
Author

EyckBlank commented Jul 27, 2022

Now, I have solved this problem by my self.
Thank you for patiently listening !
Whats happen - shits happen !
Installing ESAPIX, upgrading .NET4.5.0 to .NET4.5.2 and last and least, installing ESAPI Essentials by Carlos Anderson has fixed it.

I assume, the true reasons should be searched in absent C# extension methods in old .NET. dll, supplying SearchBody methods.
https://docs.microsoft.com/de-de/dotnet/csharp/language-reference/compiler-messages/cs1061

Kindest regards
Eyck Blank

@EyckBlank
Copy link
Author

If I upgrade .NET4.5.2 to .NET4.6.1, I do not need the ESAPIX- and ESAPI Essential NuGets !
Kindest regards
Eyck Blank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant