I have provided entire GYMONE project to download with SQL server Script that contains tables and stored procedures.
Please read text file ReadMe_First.txt first.
In this application there are 2 types of users one will be Admin and other will be System User.
Project System User Process
This project aims completely on GYM process. The process starts with Membership, when Member newly joins the GYM he is registered in the GYM Software by System User. While registering he will ask the Member that which type of Scheme he would like to take (GYM+CARDIO OR GYM) and for how much period he will be joining the GYM (Quarterly, Half Yearly, Yearly). According to this the fees of GYM will be decided. After registering, the member is given a receipt and declaration form. The receipt is signed by the system user and the declaration form is signed by the Member who is joining the GYM. Along with this, the Member is told to provide legal document proof of address and photo identity. Now the Member can use GYM facilities till the Period for which he paid for Services. After completion of service he needs to renew Membership from System User for the next Period (Quarterly, Half Yearly, Yearly) and pay fee to System User for that Period.
The system user also has a right to check how much amount has been collected this month by seeing Month wise (Month wise Report Download) Report and if he want to check how much amount has been collected this year then he can view Year wise Report (Year wise Report Download) and Finally, he can also check which user renewal is coming to notify him about the renewal of Membership by viewing renewal Report.
Admin System User Process
The role of Admin is to create and delete System User and also assign roles (Admin , System User ) to them. He also has rights for Adding Scheme ( GYM+CARDIO OR GYM etc ) and Plan ( Quarterly , Half Yearly , Yearly). He can view All Reports: Month wise collection Report and Year wise collection Report, Renewal Report . Accordingly, he can plan scheme for getting more Member to his GYM.
Platform Used
About Platform Used
I had developed this Application using Microsoft Visual Studio Ultimate 2012 with Microsoft SQL server 2008 and Reporting is done using Crystal Report Version (13.0.2000.0).
Project is created using ASP.NET MVC 4 and language used is C# and ORM Dapper with Repository Pattern.
Microsoft Visual Studio Ultimate 2012
Link to download Trial Microsoft Visual Studio Ultimate 2012.

Microsoft SQL Server 2008
Link to download Trial Microsoft Visual Microsoft SQL server 2008.

SAP Crystal Report Version (13.0.2000.0)

Download Trial Crystal report Viewer 2011.
Database Details
Finally after understanding the process let's check out which are the tables we had used in this Application.
Please read text files ReadMe_First.txt first. In this file entire process of database creation and login details of file exists.
I have created database with name GYMONEDBMVC, inside this all the tables are present.
Let’s start with ASP.NET Membership tables. Firsty, we have the following five tables:
- Users
- webpages_Membership
- webpages_OAuthMembership
- webpages_Roles
- webpages_UsersInRoles
User Table
This table contains User Details with UserID.

webpages_Membership
This table contains User Password Details.

webpages_OAuthMembership

webpages_Roles
This table contains roles.

webpages_UsersInRoles
This table contains roles assigned to User.

After completing with all the Membership Tables now let's start with other tables.
- SchemeMaster
- PlanMaster
- MemberRegistration
- PaymentDetails
- RecepitTB
- Fiscalyear
SchemeMaster
Table contains all Scheme Details in it. For example, GYM+CARDIO or GYM

Plan Master
Table contains all Plan Name in it also a Foreign key SchemeID.
E.g. ( Quarterly , Half Yearly , Yearly)

MemberRegistration
Table contains all the details of members and it is a Master table.

PaymentDetails
Table contains all the payment details of Member in it. MemberID is Foreign key in this table.

ReceiptDetails
Table contains details of who and how many Receipts have been downloaded

Fiscal year
Table contains all Fiscal year details.

After completing database details now let’s have a look on Project structure in Visual Studio.
The Project Name is GYMONE.
You can see the basic folder structure provided by MVC.

External packages which are used in this Project
I have also added some packages from NuGet, here is the list:
- Bootstrap
- Dapper dot net
- Grid.MVC
- PagedList.MVC
- JQuery UI
Let’s have a look at folder and the details
Bootstrap folder contains all files of .js and .css.

Controller Folder contains all Controllers created in this application.

Model Folder contains all Models created in this application.
View Folder contains all Views created in this application.

Repository Folder
This folder contains Interface and there implementation.
E.g. IPlanMaster (Interface) and PlanMaster Implementation.

Reports Folder
This folder contains Crystal report which have been developed in this application.

The above shows how the directory and folder structure looks, now let’s check out our screens.
Starting with Login Screen.
Login Screen

After login screen now let’s check System User Screen.
System User Section
User Dashboard
After login, the user will see this User Dashboard screen in which he will be able to see all the pages which he can access.

Now let’s open first link of User Dashboard Register Member Master.
Register Member Master [Create]

Register Member Master [Listing]

Register Member Master [Edit / Update]

Receipt Download
In this page we can download Candidate Receipt.
Candidate Form Download
In this page we can download Candidate Declaration Form.

Payment Listing
In this page we can check out details of Member Payment and Renewal according to Member No or Member Name.

Renewal Details
In this page we can renew All Members Membership.


All Member List
In this page we can see All Member List which are Registered.

Year wise Report Download
In this page we can download Year wise Report of Fee Collection.

Month wise Report Download
In this page we can download Month wise Report of Fee Collection.

Detailed Renewal Report Download
In this page we can download Detailed Renewal Report of all Members.

Detailed Date wise Renewal Report Download [Exact Date]
In this page we can download Detailed Renewal Report of all Members according to Date.

Detailed Date wise Renewal Report Download [Between Dates]
In this page we can download Detailed Renewal Report of all the Members according to Date.

After completing with viewing System User Page now let’s move forward to have a look on Admin
Dashboard and Pages.
It is coded in a simpler way, just have a look on it and learn.
Account Section
The first thing we are going to look is Admin dashboard.
Reports here will be similar to what System User Reports.

After seeing dashboard now we are going to see how a role is created.
Create Role [Create]
Under admin section, create role and it is a one time entry.
In this system I have created only 2 roles [Admin , SystemUser], if any one wants to add another role then he need to add ([Authorize(Roles = "NewRoleName")]) attribute to controller in system.

Role Listing [Listing / Delete Role]
In this page I am displaying all roles which admin has added.

After adding roles now let's move towards creating System User Account.
Create User Account
In this page I am going to Register “SystemUser or Admin" which are going to use system.
And here are the details which are entered for creating an Account.

After Creating Account, first we are going to do is assign role to a user which we have created.
Assign Role to User
In this page I am going to show how to assign role to User which are created.

After assigning a role, now move towards Listing of Roles assigned to the User.
Display All SystemUser Assign Roles
In this page I am displaying all roles with Username to whom it is assigned.

Remove Role from User
In this page I am showing how to delete a User from a role whom we have already assigned a role.

All Registered User Details
In this page I am displaying all the registered user details.

After viewing all the registered User Details now lets Add Scheme to Member from Scheme Master.
Create Scheme Master [Create]
In this page I am going to show how to create a Scheme.

Scheme Master [Listing]
In this page I am going to display all the Scheme details.

Scheme Master [Edit]
In this page I am going to show how to Edit Scheme.

Create Plan Master [Create]
In this page I am going to show how to create a plan.

Plan Master [Listing]
In this page I am going to display all the entered Plans.

Plan Master [Edit]
In this page I am going to show how to Edit Plan.

Finally after completing View, now let’s move towards report to have a look on it.
Month wise Report
The first report which we are going to see is Month wise Report. In this report we are going to display all the fees collected in a particular month.

Year wise Report
The second report which we are going to see is Year wise Report. In this report we are going to display the fee collected in a particular year.

Details Report
The Third report which we are going to see is Details Member Report in this report we are going to display all Members which are registered in the GYM.

Payment Receipt
The Fourth report which we are going to see is Payment Receipt.

Declaration Form
The Fifth report which we are going to see is Declaration Form.


Finally we have completed the project successfully and I believe that people who are new to MVC have learnt a lot from this project.

alpcanPosted Jan 19, 2023, 12:13 PM
Dear bageri where is the user password? Admin pass wrong i think
ali akkulPosted Feb 14, 2021, 3:34 PM
Hi Saineshwar. I can't login with admin.no problem with user.
supriya mannuruPosted May 15, 2020, 4:55 PM
Hi saineshwa, in my system i have VS2019. i am trying to open the solution but its not open even one file. Help me how to open it.
Guest UserPosted Jan 27, 2020, 1:28 PM
Hi Saineshwa, im not able to create new user. i have issue with my RolebyUserName on store procedure. Controller always hits the login, what could be the reason?
Sumit BanglorkarPosted Jul 30, 2019, 1:45 AM
Hello Saineshwar, i'm facing this issues can you please help me to resolve the same ? 1. The type or namespace name 'ICachedReport' could not be found (are you missing a using directive or an assembly reference?) 2.The name 'CachedReportConstants' does not exist in the current context
Naresh MPosted May 6, 2019, 2:16 AM
Hello Sir Im new to MVC can you make a step by step explaining this project or you tube vedio if possible please.. or if already have or you have any youtube channel please tell us..thank you
Jerome RaytanaPosted Apr 26, 2019, 9:35 PM
Hi Sir Wonderful Morning , How did you fill the username and password on your Login Model from database ? Thank you for reply :)
irfan khanPosted Mar 14, 2019, 4:55 AM
Sir give me username and password
sureshbabu gurijalaPosted Mar 3, 2019, 8:33 AM
App_data folder is not having mdf and ldf files how can I attach database to the gymone project
Hamid KhanPosted Feb 28, 2019, 11:14 PM
Great Work Thanks a lot of...………………….
Atul ChoudhariPosted Feb 9, 2019, 10:38 PM
Unable to download GYMONEY.zip folder. i can download readme_first.zip folder.
Desmond RombleyPosted Jan 23, 2019, 1:20 PM
Hi. I keep getting the error message CrystalDecisions.shared could not be found
Workpack TeamPosted Jan 9, 2019, 6:20 AM
User Name And Password is incorrect
vicky sabPosted Dec 12, 2018, 1:15 AM
System.ArgumentException: 'Unable to find the requested .Net Framework Data Provider. It may not be installed.'
vividh bhartiPosted Sep 30, 2018, 9:12 AM
None of the reports pages are opening along with payment renewal......... solved Jquery error still nothing on screen except header and footer. can you help pls.
Sourav Kumar DasPosted Sep 12, 2018, 7:00 AM
Hi Sir Can you say the exact Username and Password....? Because in ReadMe_First.txt contains wrong username and password......
SK. RiyazPosted Jul 10, 2018, 5:53 AM
Hi this is my error: The type or namespace name 'ICachedReport' could not be found (are you missing a using directive or an assembly reference?)
vikash raiPosted Jul 4, 2018, 2:12 PM
Can Say User Name And Password
Ravi SoniPosted Jun 24, 2018, 1:50 AM
I am getting the error CrystalDecisions Namespace is not found.
praveen jhaPosted Jun 22, 2018, 5:39 AM
@Scripts.Render("~/bundles/jquery") missing
praveen jhaPosted Jun 22, 2018, 5:39 AM
In this project
praveen jhaPosted Jun 22, 2018, 5:24 AM
<configuration> <system.web> <customErrors mode="RemoteOnly"/> </system.web> </configuration>
Vinay SinghPosted Jun 15, 2018, 10:47 AM
Hi sir i am not getting the yearwise report screen when i am clicking on yearwise report button i.e. dropdown screen of years
Karthik MPosted Jun 11, 2018, 8:37 AM
Error.An error occurred while processing your request. I got the above error after logged in
Karthik MPosted Jun 11, 2018, 8:31 AM
Can u plz tell me default user id and password
Shailendra SinghPosted Jun 9, 2018, 8:27 AM
Can u provide pdf file for this project to learn project step by step
Prashant GautamPosted Jun 2, 2018, 11:09 AM
Hi Saineshwar it is throwing build error
koray gencturkPosted May 31, 2018, 1:29 PM
Hello Saineshwar, beforely thanks for sharing. i cant login as Admin. whats to be problem?
Harikesh YadavPosted May 14, 2018, 4:51 AM
Showing this error please let me know how to solve it
Harikesh YadavPosted May 14, 2018, 4:48 AM
An exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll but was not handled in user code.
Antony rajaPosted May 10, 2018, 11:01 AM
Mine working fine. Great sir... i have issue crystal report (The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.) Thanks great sample
madhura lakshmiPosted May 6, 2018, 9:51 AM
This file not be download corectly
Vijay DulamPosted May 1, 2018, 1:21 AM
How do i .sql File has been attached. i have attached 2 or more time and also give the permission but retriew data error show continously i need solution .
ajay srivastavaPosted Apr 26, 2018, 1:57 AM
<add name="MySQLMembershipProvider" type="MySql.Web.Security.MySQLMembershipProvider, MySql.ConnectorInstaller, Version=6.10.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" connectionStringName="LocalMySqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="false" passwordFormat="Clear" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10" passwordStrengthRegularExpression="" />Line 268: </providers> Line 269: </membership>
ajay srivastavaPosted Apr 26, 2018, 1:56 AM
Its show error Could not load file or assembly 'MySql.ConnectorInstaller, Version=6.10.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'
Purav MehtaPosted Apr 8, 2018, 11:12 PM
Great work brother.
dhamodaran mPosted Mar 29, 2018, 6:51 AM
What is the User Name & Password ?
RohitPosted Mar 25, 2018, 4:39 AM
Sir there are lot of issue related CrystalDecisions ..how to solve that
Sumit VishwakarmaPosted Mar 16, 2018, 11:19 AM
Hi Saineshwar, I am getting Invalid operation exception in Global.asax.cs WebSecurity.InitializeDatabaseConnection("Mystring", "Users", "Id", "UserName", autoCreateTables: true); Can you help please?
mitesh vanarasePosted Mar 5, 2018, 1:28 AM
I Run dis project On vs 2017
mitesh vanarasePosted Mar 5, 2018, 1:26 AM
I have getting lots of errors when i have run project..i have follow the instructions of Readme File
Bibhuti Bhusan BalPosted Feb 19, 2018, 1:44 AM
This project is nice
Bibhuti Bhusan BalPosted Feb 19, 2018, 1:43 AM
Hi, Sir please provide any website demo project in MVC with WebAPI,
Bhaskar ReddyPosted Feb 19, 2018, 12:37 AM
Help me urgent basis
Bhaskar ReddyPosted Feb 19, 2018, 12:37 AM
What is the user name and password for login
Wilson NjeruPosted Feb 6, 2018, 8:14 AM
Hi Bageri,I have tried deugging this project but cannot.Is it possible for me to do so?
NandiniPosted Jan 6, 2018, 4:13 AM
Please explain some time about Design Patterns
Tapan ParidaPosted Dec 14, 2017, 2:31 AM
Nice project sir.But i could not understand it. Can you briefly describe it about coding and also share video tutorial .
Ajith JoyPosted Dec 5, 2017, 2:46 AM
How to add crystall report references in to the project
Dorai KumarPosted Nov 27, 2017, 6:35 AM
Hi Sir, Can I use your code for my project?
samu safwanPosted Nov 25, 2017, 5:18 AM
Hai where can i get sql server Script
sean kayPosted Nov 5, 2017, 1:05 AM
Hi sir I am also getting the same exception. What could I do? if my SQL DB without user name and password (WebSecurity.InitializeDatabaseConnection("Mystring", userTableName: "Users", userIdColumn :"Id",userNameColumn: "UserName", autoCreateTables: true); An exception of type 'System.InvalidOperationException' occurred in System.Data.dll but was not handled in user code)
Ali GhaffariPosted Sep 9, 2017, 3:08 PM
Hello sir i am getting runtime exception WebSecurity.InitializeDatabaseConnection("Mystring", userTableName: "Users", userIdColumn :"Id",userNameColumn: "UserName", autoCreateTables: true); An exception of type 'System.InvalidOperationException' occurred in System.Data.dll but was not handled in user code
susilkumar beheraPosted Sep 6, 2017, 1:50 PM
Severity Code Description Project File Line Suppression StateError CS0246 The type or namespace name 'CrystalDecisions' could not be found (are you missing a using directive or an assembly reference?) GYMONE D:\NOTES\C#\GYMONE\GYMONE\GYMONE\GYMONE\GYMONE\Controllers\MonthwiseCollectionController.cs 8 Active
susilkumar beheraPosted Sep 6, 2017, 1:44 PM
How to add crystall report references in to the project
saravanan sundaramPosted Aug 15, 2017, 2:07 AM
I had gone through your project and tried to work on it. But while downloading I am not able to download it can you please provide me the .Zip file of GYMONE.
ramkee gurralaPosted Aug 11, 2017, 2:30 AM
Can you provide admin and system user credentials
Amol PandharpurePosted Aug 1, 2017, 8:54 AM
I m getting error in reportclass initialization An exception of type 'System.TypeInitializationException' occurred in CrystalDecisions.CrystalReports.Engine.dll but was not handled in user code Additional information: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.
Erroz UnidaPosted Jul 25, 2017, 10:57 PM
Hey sir I'm having problem adding new content. I'm getting this error "Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. "
raushanr rajPosted Jul 15, 2017, 11:20 AM
Hi sir, first time user login password ,
raushanr rajPosted Jul 15, 2017, 4:03 AM
I am unable to register employee account... My problem is I am just giving normal password but it is not inserting into the webpages_Membership table and this project was empty project template. Can you please help me sir.... .
Nasir SiddiquiPosted Jul 10, 2017, 4:43 AM
Thank You So Much Sir...Now its working.
Nasir SiddiquiPosted Jul 10, 2017, 3:14 AM
Someone please help me
Nasir SiddiquiPosted Jul 10, 2017, 2:43 AM
Sir,k i am using SQL Server 2012 with Windows Authentication , so can you please make my connection string correct.
Nasir SiddiquiPosted Jul 10, 2017, 2:41 AM
Hello Sir, the errors which i mentioned in my previous comments has been resolved, now i am getting the errors in the connection string. The error is showing HTTP Internal Server Error
Nasir SiddiquiPosted Jul 9, 2017, 3:19 AM
Sir i am using Visual Studio 2013 and SQL Server 2012 and installed SAP Crystal Report 2011 i.e the URL You provided in the pdf.
Nasir SiddiquiPosted Jul 9, 2017, 3:05 AM
Hi sir, after reading the readme.txt , i did the same as suggested but still i am getting errors, i have also installed the sap crystal report viewer Error i am getting : Warning 1 Could not resolve this reference. Could not locate the assembly "CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. GYMONE Error 4 The type or namespace name 'CrystalDecisions' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Nasir\Documents\Visual Studio 2013\Projects\GYMONE\GYMONE\Controllers\YearwiseCollectionController.cs 8 7 GYMONE I am getting many errors.. please help me.. Thanks in Advance
Amol PandharpurePosted Jun 29, 2017, 6:16 AM
I m getting error in reportclass initialization An exception of type 'System.TypeInitializationException' occurred in CrystalDecisions.CrystalReports.Engine.dll but was not handled in user code Additional information: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.
Amol PandharpurePosted Jun 29, 2017, 4:36 AM
I am getting error in report class.. Also report screens not showinng properly. it going in right.. PLz help
Khushpreet KaurPosted Jun 24, 2017, 6:53 AM
I didn't understood about why you used Repository in the project.
MARUTIKALYAN PEDDIBHOTLAPosted Jun 23, 2017, 6:19 AM
I am unable to register employee account... My problem is I am just giving normal password but it is not inserting into the webpages_Membership table and this project was empty project template. Can you please help me sir.... .
babak rezaeiPosted Jun 13, 2017, 1:42 AM
Thank you Mr. Saineshwar Bageri. It was very useful and I wish you all the best in your job and your life
sonu khokerPosted Jun 2, 2017, 9:00 AM
What is password for this project? its urgent please reply. thanks in advance.
Rami ahmadPosted May 22, 2017, 1:52 PM
Error.An error occurred while processing your request.
nirjharini passwordPosted May 14, 2017, 1:04 PM
Where is the GYMONEDBMVC.sql script file?
Bikash MeherPosted May 6, 2017, 8:02 AM
Hi sir could u share the username and password please
Sandip KumarPosted Apr 6, 2017, 4:37 AM
Any report page does not shows in browser. How can I see it?
Devendra loharPosted Apr 4, 2017, 4:36 AM
Hello sir, i download this project but showing error and project not run in browser, showing error Runtime ErrorDescription: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed. Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="On" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>
Sridharan SPosted Apr 4, 2017, 12:06 AM
Hi sir,I have downloaded the GYMONE project if open or extract the ZIP folder means it (folder size itself 1.12kb only) there is no file present please let me know how to download it. Thanks in Advance
Mukesh DubeyPosted Mar 16, 2017, 3:15 AM
Hi sir,how can i see the data coming from sp in repository?
Aamir SohailPosted Mar 8, 2017, 2:29 AM
Is is possible to do this project using entity framework?
Ajeet MishraPosted Mar 1, 2017, 4:58 AM
Nice one. keep it up.
Harshvijay SolankiPosted Feb 20, 2017, 1:55 AM
Sir can you send me the project documentation in all DFD
Anil KumarPosted Feb 4, 2017, 5:40 AM
Saineshwar Bageri sir, All proc is missing of Account section in script file
Ervin BPosted Jan 12, 2017, 5:01 AM
ReportClass is not in the solution!! any idea how to solve this?it shows 162 errors
Nuno RatoPosted Jan 5, 2017, 11:26 AM
Not working! Error in AccountController.cs, after remove WebSecurity.InitializeDatabaseConnection("Mystring", "Users", "Id", "UserName", autoCreateTables: true); ERROR DESC: Additional information: You must call the "WebSecurity.InitializeDatabaseConnection" method before you call any other method of the "WebSecurity" class. This call should be placed in an _AppStart.cshtml file in the root of your site.
R VPosted Dec 28, 2016, 1:21 AM
Dear sir, please tell me the username and pwd
kaushal singhPosted Dec 25, 2016, 9:27 AM
Dear Sir, crystaldecisions.CrystalReports.engine dll not found in in source code . please suggest for this.
biswa nayakPosted Dec 22, 2016, 6:36 AM
This is very use full for the fresher and give full practical knowledge to the developers.thank u.
ROHAN THAKURPosted Dec 15, 2016, 7:04 AM
Thank sir for sharing this demo project, it's very useful to us but unable to open the crystal reports page (.rpt), please solve my problem.
Ankit RastogiPosted Nov 26, 2016, 10:26 AM
All database is upload but it can not solve this error please solve my problem .
Ankit RastogiPosted Nov 26, 2016, 10:25 AM
Unable to load the native components of SQL Server Compact corresponding to the ADO.NET provider of version 8876. Install the correct version of SQL Server Compact. Refer to KB article 974247 for more details.
Ankit RastogiPosted Nov 26, 2016, 10:25 AM
Hi Saineshwar, thanks for sharing, when I run I am getting the error on Global.asax.cs line 29 which is WebSecurity.InitializeDatabaseConnection("Mystring", "Users", "Id", "UserName", autoCreateTables: true);
Siva SankarPosted Nov 9, 2016, 3:36 AM
Thank u so much Mr.Saineshwar ...
erkindunya erkindunyaPosted Sep 28, 2016, 8:10 AM
Hi Saineshwar, thanks for sharing, when I run I am getting the error on Global.asax.cs line 29 which is WebSecurity.InitializeDatabaseConnection("Mystring", "Users", "Id", "UserName", autoCreateTables: true);
sumitha jaganathanPosted Sep 22, 2016, 2:39 PM
Hi Naga babu, i am also facing that issue.now i am sloved that problem.you just add the assembly file in your project.Steps1:Microsoftvisual studio-Tools->Library package manager->nuget manager->popup will be open then install CrystalDecisions.crystallreports.engine,CrystalDecisions.shared and CrystalDecisions.Reportsource assembly.Good Luck!
Delpin Susai RajPosted Aug 28, 2016, 10:29 AM
Nice
Naga BabuPosted Jul 2, 2016, 9:57 AM
This is Naga Babu. i am new for MVC recently i had download this project. when i try to build the project am getting some errors, i.e, The type or namespace name 'RequestContext' could not be found (are you missing a using directive or an assembly reference? ....................., so then i checked References but there is CrystalDecision.CrystalReports.Engine and all CrystelDecision supported files not loaded correctly. here shows Yellow mark so please guide me.
Naga BabuPosted Jul 2, 2016, 9:50 AM
Hi Saineshwar,
amit sharmaPosted May 29, 2016, 7:23 AM
thanks I got it from nuget
amit sharmaPosted May 29, 2016, 7:17 AM
I installed sap crystall report s/w where i can find dll CrystalDecisions.CrystalReports.Engine
amit sharmaPosted May 28, 2016, 1:31 AM
Great Work Keep it up it really help and bound me to write appreciation for you
Vijendra KushwahaPosted May 17, 2016, 11:09 AM
Great work
Amit Kumar SinghPosted May 16, 2016, 12:48 AM
Nice Share
Sainath wadekarPosted Mar 15, 2016, 2:36 AM
Really very nice article sai...
bethwel lagatPosted Dec 9, 2015, 4:07 AM
Thanks alot Saineshwar, excellent work. another issue that i am dealing with is adding ssrs reports to these application. its seems very hard compared to webforms. can you please assist? also the reports should work well with the layout of the MVC: [email protected]
ajay kerePosted Dec 4, 2015, 3:10 AM
Which Archtecture used in this Project ??
Narendra NelluriPosted Nov 28, 2015, 9:15 AM
This is narendra nelluri, i have created the database and all the things,while i am trying to run the application i am getting this error : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
Narendra NelluriPosted Nov 28, 2015, 9:13 AM
Hai Sai,
amol pathePosted Nov 23, 2015, 8:16 AM
error is initial catalog..
Ajay KadamPosted Nov 20, 2015, 5:47 AM
Great work sir..Its Helpful..Thanks...
Anonymous AnonymousPosted Nov 12, 2015, 10:13 PM
VeryGood
Akshay KatolePosted Nov 5, 2015, 1:28 AM
check on fb
Akshay KatolePosted Nov 5, 2015, 1:09 AM
hi saineshwar , i am a beginner, i am trying to run the code on my machine, i created the database and then run the application , it has created a Users table with 2 columns in it ie. Id,Username , but in script you are trying to insert four values in it ie ID,Username, fullname , emailid . so the database script gives an error , and the script below it also gives the errors due to key , Please tell me how to resolve it. Thanx in advance
Sujeet SumanPosted Oct 9, 2015, 8:15 AM
Nice Article..................
Vinodh NarayananPosted Oct 9, 2015, 7:17 AM
awesome
Jaipal ReddyPosted Oct 9, 2015, 7:14 AM
Great work sir.
Sibeesh VenuPosted Oct 9, 2015, 5:17 AM
Nice Share Buddy
Nilesh JadavPosted Oct 9, 2015, 5:12 AM
Really awesome work sir !!
asad NoumanPosted Oct 9, 2015, 3:54 AM
Thats Exactly what i was looking for, superb , many thanks for this.
Mukesh KumarPosted Oct 9, 2015, 3:31 AM
Great
Arjunan SelvamPosted Oct 9, 2015, 2:56 AM
very nice example.Thanks for sharing.
Rahul PathakPosted Oct 1, 2015, 11:30 AM
i am unable to generate the report file can any one help
Sagar hadkarPosted Sep 30, 2015, 2:55 AM
Good one. Nice for Beginners to Learn.........
Pradeep ShetPosted Sep 29, 2015, 1:30 AM
good work
manokaran manivasakanPosted Sep 28, 2015, 5:10 AM
it is very useful for beginners like me.
Sujeet SumanPosted Sep 25, 2015, 1:29 PM
Nice Article.............
Lalit RaghavPosted Sep 25, 2015, 8:47 AM
Nice article
Mohammed IbrahimPosted Sep 15, 2015, 8:02 PM
nice
Hari ShankerPosted Sep 15, 2015, 12:40 PM
superbb..
Debasis SahaPosted Sep 15, 2015, 10:54 AM
Nice One..
Navnath UgalePosted Sep 15, 2015, 8:27 AM
Very Very Nice !!!!!!!!!!!!!!!!!!!!!!!!!
Gowtham RajamanickamPosted Sep 15, 2015, 7:56 AM
Good one..
DarinPosted Sep 15, 2015, 6:36 AM
cool post !!
Sibeesh VenuPosted Sep 15, 2015, 4:44 AM
Nice Share buddy
Ganesh MohitePosted Sep 15, 2015, 4:07 AM
Excellent Article Saineshwar Sir, thank you so much,
Ajeet MishraPosted Sep 15, 2015, 2:40 AM
Very Nice
Harshad PansuriyaPosted Sep 15, 2015, 1:20 AM
Nice One
Jaipal ReddyPosted Sep 15, 2015, 1:12 AM
Great work sir.
Upendra Pratap ShahiPosted Sep 4, 2015, 6:52 AM
nice sir
Mahesh BankarPosted Sep 3, 2015, 11:21 PM
Great work.
Maswood alamPosted Sep 3, 2015, 2:11 AM
Any one can help for user id and pwd for this application
Vaikesh K PPosted Sep 3, 2015, 2:09 AM
Great work
Saineshwar BageriPosted Sep 2, 2015, 11:38 PM
Thanks friends i will keep coming up with new stuff
Shridhar SharmaPosted Sep 2, 2015, 7:24 PM
very nice
Santhakumar MunuswamyPosted Sep 2, 2015, 3:04 PM
Keep it up
Santhakumar MunuswamyPosted Sep 2, 2015, 3:04 PM
Great work .. Thanks for sharing
Kiranteja JallepalliPosted Sep 2, 2015, 2:15 PM
Tons of Hard Work ,really good article
Pankaj Kumar ChoudharyPosted Sep 2, 2015, 12:27 PM
Thanks for such a nice article........
Mohammed IbrahimPosted Sep 2, 2015, 11:24 AM
nice
sreenivasa kPosted Sep 2, 2015, 11:17 AM
nice and thx for sharing
RakeshPosted Sep 2, 2015, 11:04 AM
Good work
Karthikeyan KPosted Sep 2, 2015, 9:04 AM
Awesome one sir...Thanks for sharing