TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
yokzu
NA
306
0
"Object reference not set to an instance of an object." problem
Feb 26 2012 2:11 PM
Hi,
I am working on a Web Service project. Actually it is a simple web service. I add .wsd page to my project and want to acll it but when I compile, I get "Object reference not set to an instance of an object." error. I dont know what cause this error because I use "new" keyword.
ServiceReference1.firstservisRequest req = new ServiceReference1.firstservisRequest();
req.Body.name = "ali"; -----> I am getting error here.
req.Body.surname = "veli";
Reply
Answers (
1
)
C# Language
IComparable.CompareTo