c# error

  1. StolasTheOwl

    Movement script error

    Im new to coding and I copied this script to get a general idea of it, but my unity client is saying that it has an error. The Error specifically is CS1002: expected. How do I fix this? using System.Collections; using System.Collections.Generic; using UnityEngine; public class...
  2. H

    Question Method Overriding Error

    Hi There. i am learning C# programing. when i was practicing method overriding concept i got below error. please any body can help me to address this issue i would be grateful. My Code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using...
  3. M

    How to solve IOException ?

    I have a Vantage Pro2 which is weather instruments system. My communication with it is by serial port. When I command to it, it gives back me an acknowledgment character and 99 bytes array of data. But after some minutes I get the following error: IO Exception was unhandled An...
Back
Top Bottom