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
Harish Batchu
NA
255
70.2k
Dot net core application
Jun 15 2019 12:16 PM
There is no argument given that corresponds to the required formal parameter context of httpcontext
[Serializable]
abstract public class BOBase
{
protected bool _newItem;
[NonSerialized]
protected HttpContext _ctx;
protected BOBase(HttpContext context)
{
_ctx = context;
}
abstract public void Save();
abstract public void Delete();
abstract internal void Fill(System.Data.DataRow dataRow);
}
Severity Code Description Project File Line Suppression State
Error CS7036 There is no argument given that corresponds to the required formal parameter 'context' of 'BOBase.BOBase(HttpContext)' MilKPosBusinessObjects
Severity Code Description Project File Line Suppression State
Error CS7036 There is no argument given that corresponds to the required formal parameter 'context' of 'BOBase.BOBase(HttpContext)' MilKPosBusinessObjects
Severity Code Description Project File Line Suppression State
Error CS7036 There is no argument given that corresponds to the required formal parameter 'context' of 'BOBaseFactory.BOBaseFactory(HttpContext)' MilKPosBusinessObjects
Can any one fix it
ASAP Thanking You
Reply
Answers (
1
)
Connection Error to Database following SQL Server Database
jquery ajax method