Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

[Imported] Trying to upgrade an external program to work with 2017

EcoStruxure Geo SCADA Expert Forum

Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • Remote Operations
  • EcoStruxure Geo SCADA Expert Forum
  • [Imported] Trying to upgrade an external program to work with 2017
Options
  • Subscribe to RSS Feed
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
sbeadle
Kirk sbeadle Kirk
308
AndrewScott
Admiral AndrewScott
96
BevanWeiss
Spock BevanWeiss
91
AdamWoodlandToo
Lt. Commander AdamWoodlandToo
37
View All
Related Products
product field
Schneider Electric
EcoStruxure™ Geo SCADA Expert

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to EcoStruxure Geo SCADA Expert Forum
Solved
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2019-11-06 12:34 PM . Last Modified: ‎2023-05-03 12:27 AM

0 Likes
1
747
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2019-11-06 12:34 PM . Last Modified: ‎2023-05-03 12:27 AM

[Imported] Trying to upgrade an external program to work with 2017

>>Message imported from previous forum - Category:ClearSCADA Software<<
User: geoffpatton, originally posted: 2019-02-28 23:13:29 Id:373
Ok guys again our loss of our head programmer is haunting us again. Our new programmer is also busy on other stuff.
My boss asked me to get a program working with 2017 R3 and something has changed.
We thought it would really be a quick recompile against the new version of ClearSCADA, since the program works with 2015 R2

In Visual Studios C#
The code is referencing SE.Scada.ViewX.exe
here is the section of code.
SchneiderElectric.Scada.ViewX._Application_ xView = new SchneiderElectric.Scada.ViewX._Application_();
xView_.Logon("MAIN", textBox_User.Text, textBox_Password.Text);
xView_.Visible = true;
SchneiderElectric.Scada.ViewX._Mimic _TemplateGraphic = (SchneiderElectric.Scada.ViewX._Mimic_)xView.Mimics.OpenFromServer(true, "MAIN", DM.FullName);

Application and Mimic are showing underlined in red, don't exist. I tried changing Application to App but that made other things show underlined in red.

Anyone have any advise?

Labels
  • Labels:
  • SCADA
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2019-11-06 12:34 PM

0 Likes
0
746
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2019-11-06 12:34 PM

>>Responses imported from previous forum


Reply From User: adamwoodland, posted: 2019-03-01 00:47:51
Have you added the relevant import statements?


Reply From User: JesseChamberlain, posted: 2019-03-01 01:31:20
Also make sure you use an Update newer than October.


Reply From User: geoffpatton, posted: 2019-03-01 14:22:14
Adam this is from a working program for 2015 R2.
The only change I made was to set the program to use dot net 4.5.2 it was on 4.5.1


Reply From User: BevanWeiss, posted: 2019-03-02 01:00:14
Does your current development machine have ClearSCADA ViewX installed so that the references are correct?
It's possible the original developer didn't include the referenced DLL (and I'm surprised that it's an EXE in your 'code is referencing' statement) in the project files, so you'd need to use your version from your ClearSCADA install.


Reply From User: tfranklin, posted: 2019-03-04 13:40:11
we ran into a string of issues with 2017R2 releases prior to october where .OpenFromServer would throw an error. That was eventually fixed but then the save command would throw an error. Everything seemed to be working fine in Nov-Jan of 2017R2. I'll try recompiling in a 2017R3 environment and see if the issue has cropped back up.

Out of curiosity -- what version of 2017R3 are you using? Release notes for the latest Feb 19 suggested something about all DLLs and plugins being renamed or relocated.

--ViewX dlls now all build and install into the same directory as the ViewX executable, plugins are differentiated with the naming convention of *.Plugin.dll

Not sure if that has anything to do with it. /shrug.


Reply From User: geoffpatton, posted: 2019-03-05 15:26:52
Yes ViewX is installed.
The initial release of 2017R3 is what I used, I already had it installed on a VM.


Reply From User: geoffpatton, posted: 2019-06-03 21:52:16
Just to wrap this thread up. We figured out the dll was one that our late programmer created. Once we got and used that it worked. So for the moment we are good. Our current programmer remembered seeing him create a dll for another application. So he started looking through all the saved files for the program and found the dll. We are not sure how he made the dll but that is a different problem for another time.

See Answer In Context

Reply

Link copied. Please paste this link to share this article on your social media post.

Reply 1
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2019-11-06 12:34 PM

0 Likes
0
747
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2019-11-06 12:34 PM

>>Responses imported from previous forum


Reply From User: adamwoodland, posted: 2019-03-01 00:47:51
Have you added the relevant import statements?


Reply From User: JesseChamberlain, posted: 2019-03-01 01:31:20
Also make sure you use an Update newer than October.


Reply From User: geoffpatton, posted: 2019-03-01 14:22:14
Adam this is from a working program for 2015 R2.
The only change I made was to set the program to use dot net 4.5.2 it was on 4.5.1


Reply From User: BevanWeiss, posted: 2019-03-02 01:00:14
Does your current development machine have ClearSCADA ViewX installed so that the references are correct?
It's possible the original developer didn't include the referenced DLL (and I'm surprised that it's an EXE in your 'code is referencing' statement) in the project files, so you'd need to use your version from your ClearSCADA install.


Reply From User: tfranklin, posted: 2019-03-04 13:40:11
we ran into a string of issues with 2017R2 releases prior to october where .OpenFromServer would throw an error. That was eventually fixed but then the save command would throw an error. Everything seemed to be working fine in Nov-Jan of 2017R2. I'll try recompiling in a 2017R3 environment and see if the issue has cropped back up.

Out of curiosity -- what version of 2017R3 are you using? Release notes for the latest Feb 19 suggested something about all DLLs and plugins being renamed or relocated.

--ViewX dlls now all build and install into the same directory as the ViewX executable, plugins are differentiated with the naming convention of *.Plugin.dll

Not sure if that has anything to do with it. /shrug.


Reply From User: geoffpatton, posted: 2019-03-05 15:26:52
Yes ViewX is installed.
The initial release of 2017R3 is what I used, I already had it installed on a VM.


Reply From User: geoffpatton, posted: 2019-06-03 21:52:16
Just to wrap this thread up. We figured out the dll was one that our late programmer created. Once we got and used that it worked. So for the moment we are good. Our current programmer remembered seeing him create a dll for another application. So he started looking through all the saved files for the program and found the dll. We are not sure how he made the dll but that is a different problem for another time.

Reply

Link copied. Please paste this link to share this article on your social media post.

Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of