Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 21, 2013 10:29 AM by ignatandrei
0 Points
10 Posts
Jan 16, 2013 05:39 AM|LINK
Hello there, I am new to mvc,
I have a project for web development it uses mvc
there is a javascript for each form and each form also have CrsytalReport Viewer.
that is to show the daily sales, user must select first the date range and other criteria such as customer name and department
the after clicking the OK button, the records fetched from the database must show up.
it runs ok with my laptop localhost but when I transferred it to the server,
its not working anymore.
Can somebody help me fix this? Thanks a lot and God Bless..
All-Star
137706 Points
22159 Posts
Moderator
MVP
Jan 16, 2013 07:11 AM|LINK
Nusij it runs ok with my laptop localhost but when I transferred it to the server, its not working anymore
its not working anymore
some error?
Participant
1916 Points
435 Posts
Jan 16, 2013 07:57 AM|LINK
you can include deployable dependencies when right clicking your project not every hosting company had mvc, this way you can run your mvc app on any asp.net host
Jan 17, 2013 10:36 AM|LINK
sp00k deployable dependencies
i published my project and then create a deployment package
then I configured it on the IIS, but when I access the pages, the controls like CalendarExtenders are not working and errors show up.
Jan 17, 2013 10:39 AM|LINK
Date Time error..
Web Service error..
so many things come out.
I cannot understand why this things happen that it works fine in my laptop but when put in the server it becomes erroneous.
1042 Points
190 Posts
Jan 17, 2013 10:44 AM|LINK
Have you deploy the BIN Folder with all the dlls with in it?
Jan 21, 2013 03:39 AM|LINK
Dear pro.shailendra,
yes, I deployed it.
Jan 21, 2013 05:57 AM|LINK
Nusij the controls like CalendarExtenders are not working and errors show up
1 . How did you register the js/css of CalendarExtenders ?
2. Are they MVC?
Jan 21, 2013 06:25 AM|LINK
Dear Mr. ignatandrei,
1. Do you mean this line?
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" @>
<%@ Register src="../Control/ReportViewer.ascx" tagname="ReportViewer" tagprefix="uc1" @>
that is the line of the codes registering the CalendarExtenders,
2. How would I know if these Are MVC?
> I am using MVC to Fetch data from the server and pass it to the controls through js.
Thank you and best regards,
NuSij
Jan 21, 2013 06:54 AM|LINK
Nusij 1. Do you mean this line? <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" @> <%@ Register src="../Control/ReportViewer.ascx" tagname="ReportViewer" tagprefix="uc1" @>
Yes, those lines. And this are not MVC controls - rather WebForms. Are you sure they work in MVC views?
Nusij
0 Points
10 Posts
MVC - server side applications not working
Jan 16, 2013 05:39 AM|LINK
Hello there, I am new to mvc,
I have a project for web development it uses mvc
there is a javascript for each form and each form also have CrsytalReport Viewer.
that is to show the daily sales, user must select first the date range and other criteria such as customer name and department
the after clicking the OK button, the records fetched from the database must show up.
it runs ok with my laptop localhost but when I transferred it to the server,
its not working anymore.
Can somebody help me fix this? Thanks a lot and God Bless..
ignatandrei
All-Star
137706 Points
22159 Posts
Moderator
MVP
Re: MVC - server side applications not working
Jan 16, 2013 07:11 AM|LINK
some error?
sp00k
Participant
1916 Points
435 Posts
Re: MVC - server side applications not working
Jan 16, 2013 07:57 AM|LINK
you can include deployable dependencies when right clicking your project not every hosting company had mvc, this way you can run your mvc app on any asp.net host
Nusij
0 Points
10 Posts
Re: MVC - server side applications not working
Jan 17, 2013 10:36 AM|LINK
i published my project and then create a deployment package
then I configured it on the IIS, but when I access the pages, the controls like CalendarExtenders are not working and errors show up.
Nusij
0 Points
10 Posts
Re: MVC - server side applications not working
Jan 17, 2013 10:39 AM|LINK
Date Time error..
Web Service error..
so many things come out.
I cannot understand why this things happen that it works fine in my laptop but when put in the server it becomes erroneous.
pro.shailend...
Participant
1042 Points
190 Posts
Re: MVC - server side applications not working
Jan 17, 2013 10:44 AM|LINK
Have you deploy the BIN Folder with all the dlls with in it?
Blog: Dot Net Tricks Windows Apps
Please "Mark As Answer" if my suggestions helps you
Nusij
0 Points
10 Posts
Re: MVC - server side applications not working
Jan 21, 2013 03:39 AM|LINK
Dear pro.shailendra,
yes, I deployed it.
ignatandrei
All-Star
137706 Points
22159 Posts
Moderator
MVP
Re: MVC - server side applications not working
Jan 21, 2013 05:57 AM|LINK
1 . How did you register the js/css of CalendarExtenders ?
2. Are they MVC?
Nusij
0 Points
10 Posts
Re: MVC - server side applications not working
Jan 21, 2013 06:25 AM|LINK
Dear Mr. ignatandrei,
1. Do you mean this line?
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" @>
<%@ Register src="../Control/ReportViewer.ascx" tagname="ReportViewer" tagprefix="uc1" @>
that is the line of the codes registering the CalendarExtenders,
2. How would I know if these Are MVC?
> I am using MVC to Fetch data from the server and pass it to the controls through js.
Thank you and best regards,
NuSij
ignatandrei
All-Star
137706 Points
22159 Posts
Moderator
MVP
Re: MVC - server side applications not working
Jan 21, 2013 06:54 AM|LINK
Yes, those lines. And this are not MVC controls - rather WebForms. Are you sure they work in MVC views?