AdvancedHMI Software

General Category => Support Questions => Topic started by: TSLJon on September 11, 2013, 03:37:13 AM

Title: Strange Error this Morning
Post by: TSLJon on September 11, 2013, 03:37:13 AM
Haven't changed anything since yesterday (To my knowledge!) and getting this strange error now. Cannot view the designer though it builds and I can see it fine?
Title: Re: Strange Error this Morning
Post by: Archie on September 11, 2013, 07:45:05 AM
This is fairly common with Visual Studio, but nothing critical. It's just something it does when working with source code components.

Sometimes you can clear it up by simply closing the design view of the form, rebuilding the project, then reopening the form from the Solution Explorer. If that doesn't fix it, try this:

1) Close the form designer window
2) Save the project and close Visual Studio
3) Browse to your project with Windows Explorer to the \AdvancedHMI directory
4) Delete both \bin and \obj directories (these are built from source code, so you won't lose anything)
5) Open the Solution and Rebuild
6) Open the form in design view
Title: Re: Strange Error this Morning
Post by: TSLJon on September 25, 2013, 02:27:49 AM
Hi Archie, this worked perfectly thank you. Sorry for the delayed thanks.