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
cdog
NA
37
0
Method problem
Apr 4 2007 9:46 PM
thisis the error Iam getting
Compiler Error Message:
CS1502: The best overloaded method match for 'BPOCompSalesListings.SaveSale1(ref string)' has some invalid arguments
Source Error:
Line 117:string Source; Line 118:
Line 119:if (!SaveSale1(Result))
Line 120:{ Line 121:Source = "Save Sale 1: ";
Source File:
d:\Websites\TitaniumValuations\BPOCompSalesListings.aspx.cs
Line:
119
here is a code snippet
string
Result;
string
Source;
if
(!SaveSale1(Result))
{
Source = "Save Sale 1: ";
DisplayError(Source, Result);
}
Reply
Answers (
1
)
vb.net to c# translator?
CS0117: 'string' does not contain a definition for 'PropertyInfo'