Announcement

Collapse
No announcement yet.

Error creating global variable and other startup error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Error creating global variable and other startup error

    I just realized that global variables are lost at restart, so I tried to add them in my startup.vb file, but instead I get these errors:


    Jan-25 2:28:52 PM Error Compiling script Startup.vb: 'CreateVar' is not declared. It may be inaccessible due to its protection level.
    Jan-25 2:28:52 PM Error Compiling script Startup.vb: Namespace or type specified in the Imports 'System.Core' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.

    #2
    Hey look at me....
    add the "hs." and everything works just fine.

    D'oh!

    Comment

    Working...
    X