Click here to Skip to main content
15,895,799 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
simpledeveloper16-Nov-18 11:46
simpledeveloper16-Nov-18 11:46 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
Richard Deeming19-Nov-18 2:01
mveRichard Deeming19-Nov-18 2:01 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
simpledeveloper19-Nov-18 6:29
simpledeveloper19-Nov-18 6:29 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
Richard Deeming19-Nov-18 7:50
mveRichard Deeming19-Nov-18 7:50 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
simpledeveloper20-Nov-18 10:18
simpledeveloper20-Nov-18 10:18 
QuestionWhat technique can be used for printing ALL PAGES from crystal report? Pin
Member 1405550514-Nov-18 23:09
Member 1405550514-Nov-18 23:09 
AnswerRe: What technique can be used for printing ALL PAGES from crystal report? Pin
Member 1405668818-Nov-18 17:27
Member 1405668818-Nov-18 17:27 
QuestionWCF Service is giving faulted Exception Pin
simpledeveloper13-Nov-18 7:10
simpledeveloper13-Nov-18 7:10 
Hi friends,

My WCF Service that's deployed is giving me the faulted Exception as below:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Loggedin User: DHSINTRA\AAleemMo
Error Message: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.
Error Source: mscorlib
Error InnerException Message: 
Error TargetSite: Void HandleReturnMessage(System.Runtime.Remoting.Messaging.IMessage, System.Runtime.Remoting.Messaging.IMessage)
Error StackTrace: 
Server stack trace: 
   at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout)

Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at System.ServiceModel.ICommunicationObject.Close(TimeSpan timeout)
   at System.ServiceModel.ClientBase`1.System.ServiceModel.ICommunicationObject.Close(TimeSpan timeout)
   at DHCS.BH.Provider.WebApp.Common.WebAppLogger.LogError(String applicationName, String version, Exception exception, Nullable`1 dateTS, String appUsername, String nameSpace, String class, String method, Int32 enumPriority)
   at DHCS.BH.Provider.WebApp.Filters.BHPRVAuthorizeAttribute.LoadUserAuthorizationDetails(AuthorizationContext filterContext, String userName)
   at DHCS.BH.Provider.WebApp.Filters.BHPRVAuthorizeAttribute.OnAuthorization(AuthorizationContext filterContext)
   at System.Web.Mvc.ControllerActionInvoker.InvokeAuthorizationFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass3_1.<BeginInvokeAction>b__0(AsyncCallback asyncCallback, Object asyncState)
Error Controller: LegalEntity
Error Action: ListLegalEntities


I read online, they are suggesting to implement the WCF Extension class, but I am not in a stage to change the whole process or architecture again, is there any other solution that can help me please or is it really failing because of the timeout, any help a code snippet, a link or even a suggestion helps me a lot - thanks in advance my friends.
AnswerRe: WCF Service is giving faulted Exception Pin
Ali Al Omairi(Abu AlHassan)14-Nov-18 6:05
professionalAli Al Omairi(Abu AlHassan)14-Nov-18 6:05 
GeneralRe: WCF Service is giving faulted Exception Pin
simpledeveloper14-Nov-18 8:56
simpledeveloper14-Nov-18 8:56 
QuestionGenerating Reports using ReportViewerForMVC tool Pin
simpledeveloper6-Nov-18 7:49
simpledeveloper6-Nov-18 7:49 
AnswerRe: Generating Reports using ReportViewerForMVC tool Pin
Richard Deeming6-Nov-18 8:13
mveRichard Deeming6-Nov-18 8:13 
QuestionIs it possible re-cycle an IIS Pool using code ? Pin
Member 140445425-Nov-18 5:13
Member 140445425-Nov-18 5:13 
AnswerRe: Is it possible re-cycle an IIS Pool using code ? Pin
F-ES Sitecore5-Nov-18 6:20
professionalF-ES Sitecore5-Nov-18 6:20 
AnswerRe: Is it possible re-cycle an IIS Pool using code ? Pin
sriyanssharma5-Nov-18 21:56
sriyanssharma5-Nov-18 21:56 
GeneralRe: Is it possible re-cycle an IIS Pool using code ? Pin
Member 140445426-Nov-18 5:05
Member 140445426-Nov-18 5:05 
QuestionHow to Allow/Deny access to Web page using Active Directory credentials Pin
CareConsulting5-Nov-18 4:20
CareConsulting5-Nov-18 4:20 
QuestionCSS for Ajax Tab on disabled TabPanel Pin
lti20003-Nov-18 7:09
lti20003-Nov-18 7:09 
QuestionUnable to read data when it comes as wrapper collection object from API Pin
Member 140403571-Nov-18 4:18
Member 140403571-Nov-18 4:18 
QuestionWant to create a grouped report using rdlc any help would be greatly helpful Pin
simpledeveloper31-Oct-18 11:50
simpledeveloper31-Oct-18 11:50 
QuestionreportViewer.Height is not setting the height of the report Pin
simpledeveloper31-Oct-18 7:31
simpledeveloper31-Oct-18 7:31 
AnswerRe: reportViewer.Height is not setting the height of the report Pin
Richard Deeming31-Oct-18 9:16
mveRichard Deeming31-Oct-18 9:16 
GeneralRe: reportViewer.Height is not setting the height of the report Pin
simpledeveloper31-Oct-18 11:41
simpledeveloper31-Oct-18 11:41 
QuestionWhy my code only read one row? Pin
NerakSeven29-Oct-18 12:02
NerakSeven29-Oct-18 12:02 
AnswerRe: Why my code only read one row? Pin
User 41802541-Nov-18 3:19
User 41802541-Nov-18 3:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.