Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Nitro x Plus Emulator.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Morohara" data-source="post: 467620" data-attributes="member: 93970"><p>The warnings that you've posted are easily fixed.</p><p>Try posting the correct tab if you require help. also try not to just willy nilly copy and paste without reading the code to avoid errors.</p><p>Those warnings can be fixed by adding the namespaces at the top of your file simply type at the top of the file using system.linq. you want it to look like this <a href="https://prnt.sc/zje5el" target="_blank">https://prnt.sc/zje5el</a>.</p><p></p><p>Thought I'd do something abit more helpful down the line for you as well <a href="https://prnt.sc/zjiu3e" target="_blank">https://prnt.sc/zjiu3e</a>. At the top of the file you'll see "string Devbest = "hello";</p><p>then at the bottom you'll see Console.WriteLine(devbest); The reason for the errors is because the d in the second line isn't called correctly and the string "devbest" doesn't exist. This can result in errors which I'm going to suspect are will probably be "assembly reference missing blah blah blah" normally clicking the error and clicking the lightbulb on the left next to the line number will provide a fix but normally a character error.</p></blockquote><p></p>
[QUOTE="Morohara, post: 467620, member: 93970"] The warnings that you've posted are easily fixed. Try posting the correct tab if you require help. also try not to just willy nilly copy and paste without reading the code to avoid errors. Those warnings can be fixed by adding the namespaces at the top of your file simply type at the top of the file using system.linq. you want it to look like this [URL]https://prnt.sc/zje5el[/URL]. Thought I'd do something abit more helpful down the line for you as well [URL]https://prnt.sc/zjiu3e[/URL]. At the top of the file you'll see "string Devbest = "hello"; then at the bottom you'll see Console.WriteLine(devbest); The reason for the errors is because the d in the second line isn't called correctly and the string "devbest" doesn't exist. This can result in errors which I'm going to suspect are will probably be "assembly reference missing blah blah blah" normally clicking the error and clicking the lightbulb on the left next to the line number will provide a fix but normally a character error. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Nitro x Plus Emulator.
Top