CorNokZ
Currently a stay at home dad
- Joined
- Jan 24, 2004
- Messages
- 19,779
Hey guys
I am not great at programming, at all, and I am totally new to this sort of thing. I made a very very simple program that can store different data in a database, search the database and delete items in the database. It worked fine when I left my school, but when I came home and got a connection to my school's server and opened up the files in my Visual C# 2010, which is the same that I use at campus, I got these errors:
Invalid URI: The hostname could not be parsed.
System.ArguementNullException was thrown on "": Key cannot be null.
Parameter name: key
What am I doing wrong?
I am not great at programming, at all, and I am totally new to this sort of thing. I made a very very simple program that can store different data in a database, search the database and delete items in the database. It worked fine when I left my school, but when I came home and got a connection to my school's server and opened up the files in my Visual C# 2010, which is the same that I use at campus, I got these errors:
Invalid URI: The hostname could not be parsed.
System.ArguementNullException was thrown on "": Key cannot be null.
Parameter name: key
What am I doing wrong?