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
A Repasky
NA
231
182.8k
Inconsistent accessibility
Apr 9 2013 12:18 PM
I am getting this:
Error 1 Inconsistent accessibility: parameter type 'System.Collections.Generic.List<DetailReport.DetailRecord>' is less accessible than method 'DetailReport.GenExcel.CreateContentRow(int, System.Collections.Generic.List<DetailReport.DetailRecord>, System.Collections.Generic.List<int>)' C:\CLI\CS\DetailReport\GenExcel.cs 1161 25 DetailReport
On this:
public
static
Row
CreateContentRow(
int
index,
DetailRecord
det,
List
<
int
> setNumber)
with the call:
Row
I know I have to make something public, but what?
Thanks,
arep
contentRow =
GenExcel
.CreateContentRow(index, det, setNumber);
Reply
Answers (
1
)
Window Form
INSERT statement conflicted with the FOREIGN KEY contraint