Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

CrazyCoder26

@CrazyCoder26
About
Posts
117
Topics
58
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ASP.Net MVC3 CustomModelBinding
    C CrazyCoder26

    By default the HtmlHelper renders input elements as e.g, But I overriden the default rendering of HtmlHelper extensions and made it to render input elements like <input type="text" name="Model_Name" id="Model_Name"/> Now I want a custom model binder which binds the form elements to models and still have all the capability the default model binder has. Or can I somehow tell the default model binder to consider Underscore(_) instead on dot(.) while binding models. Can someone help? Thanks in advance.. CC26

    Web Development csharp asp-net wpf wcf help

  • Silverlight and WCF issue
    C CrazyCoder26

    It seems Mr.Abhinav has given up my Issue!!!! CC26

    WPF help wcf csharp database wpf

  • WCF Issue
    C CrazyCoder26

    I developed a silverlight enabled WCF service with basicHttpBinding.While I am checking it with wcfTestClient, for small resultsets it works fine, but for more resultsets (a list objects with 114 members and a count of 4000),wcfTestClient throws an exception saying Failed to invoke the service. Possible causes: The service is offline or inaccessible; the client-side configuration does not match the proxy; the existing proxy is invalid. Refer to the stack trace for more detail. You can try to recover by starting a new proxy, restoring to default configuration, or refreshing the service. The underlying connection was closed: The connection was closed unexpectedly. Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) 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 IOMSService.GetOrderItems(String mill, String ordno, String custno, String citycode) at OMSServiceClient.GetOrderItems(String mill, String ordno, String custno, String citycode) Here is my client configuration**

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
    <system.serviceModel>
    <bindings>
    <basicHttpBinding>
    <binding name="BasicHttpBinding_IOMSService" closeTimeout="10:00:00"
    openTimeout="10:00:00" receiveTimeout="10:

    **

    WCF and WF wcf csharp wpf sysadmin data-structures

  • ASP.Net Experts
    C CrazyCoder26

    Hi ASP.Net experts...Plz visit the Silverlight message board and answer the first question titled "Silverlight WCF Issue"...plz plz plz CC26

    ASP.NET csharp asp-net wcf help question

  • Silverlight and WCF issue
    C CrazyCoder26

    I checked the WCF with Fiddler...for large resultsets it also throws an exception saying "the connection closed unexpectedly". CC26

    WPF help wcf csharp database wpf

  • Silverlight and WCF issue
    C CrazyCoder26

    I am testing using Fiddler...for large results (a table with 114 columns and 3880 rows i need that to return), it says connection closed unexpectedly CC26

    WPF help wcf csharp database wpf

  • Silverlight and WCF issue
    C CrazyCoder26

    Increased the sendTimout to 10:20:00....but still getting error CC26

    WPF help wcf csharp database wpf

  • Silverlight and WCF issue
    C CrazyCoder26

    <pre> <binding name="BasicHttpBinding_IOMSService" closeTimeout="00:50:00" openTimeout="00:50:00" receiveTimeout="00:50:00" sendTimeout="00:50:00" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647"> <security mode="None" /> </binding> </pre> maxbufferSize,maxReceiveSize is set to the maximum integer value. senTimeout,receiveTimeout are given.....do I really need to increase them??plz look at the values for them.... CC26

    WPF help wcf csharp database wpf

  • Silverlight and WCF issue
    C CrazyCoder26

    <binding name="BasicHttpBinding_IOMSService" closeTimeout="00:50:00"
    openTimeout="00:50:00" receiveTimeout="00:50:00" sendTimeout="00:50:00"
    maxBufferSize="2147483647" maxReceivedMessageSize="2147483647">
    <security mode="None" />
    </binding>

    maxbufferSize,maxReceiveSize is set to the maximum integer value. senTimeout,receiveTimeout are given.....do I really need to increase them??plz look at the values for them.... CC26

    WPF help wcf csharp database wpf

  • Developing Remainder Application
    C CrazyCoder26

    you can develop an windows application which shows a messagebox in the form load reminding u of filling up the timesheet.And schedule that application using windows scheduler at your desired time. CC26

    ASP.NET tutorial csharp

  • ASP.Net Experts
    C CrazyCoder26

    Hi Guys,is there any silverlight-wcf expert in this forum?Please visit the silverlight message board and reply to the first message titled "Silverlight WCF issue"...plz plz plz...It seems very few people visit that message board. CC26

    ASP.NET csharp asp-net wcf help question

  • Silverlight and WCF issue
    C CrazyCoder26

    Hi, I have developed an application using Silverlight3 and WCF where I am fetching some data from database and binding to a datagrid.For small resultsets the application is working fine.But for large resultsets it gives an error at EndGet Method. I checked the buffersize,maxReceivedMessageSize,receiveTimeout,closeTimeout, openTimeout,sendTimeout.All are set to suitable values. Can anyone help on this issue? CC26

    WPF help wcf csharp database wpf

  • Silverlight and WCF issue
    C CrazyCoder26

    Hi, I solved the issue myself..I solved it like this.. Since the wcf is hosted inside the application,so in ServiceReferences.ClientConfig file in Silverlight application I modified : <endpoint address="http://localhost:portno/Service1.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IService1" contract="ServiceReference1.IService1" name="BasicHttpBinding_IService1" /> to <endpoint address="http://localhost/applicationName(Virtual directory name)/Service1.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IService1" contract="ServiceReference1.IService1" name="BasicHttpBinding_IService1" /> and in web.config of my application I modified : <endpoint address="" binding="basicHttpBinding" contract="SQLData.Web.IService1"> <identity> <dns value="localhost"/> </identity> </endpoint> to <endpoint address="" binding="basicHttpBinding" contract="SQLData.Web.IService1"> <identity> <dns value="localhost/appName(Virtual directory Name)"/> </identity> </endpoint> CC26

    WPF help wcf workspace csharp database

  • Silverlight and WCF issue
    C CrazyCoder26

    Hi, I am new to Silverlight.I have created a simple silverlight application which uses a WCF dataservice to fetch some data from database.The WCF service is inside the application itself.The application runs fine in my development environment.But when I host the application in IIS,whenever the application tries to communicate with the WCF dataservice, it throws some error saying,"Unhandled error in silverlight application,An Exception occured during the operation,making the result invalid.Check inner exception details at System.ComponentModel.AsyncCompletedEventArgs.RaiseExecptionIfNecessary at SQLData.ServiceReference1.GetCustomerByTerrytoryEventArgs.get_Result() at ................................... The System.ServiceModel configuration is web.config is given below :

    <system.serviceModel>
    <behaviors>
    <serviceBehaviors>
    <behavior name="SQLData.Web.Service1Behavior">
    <serviceMetadata httpGetEnabled="true"/>
    <serviceDebug includeExceptionDetailInFaults="false"/>
    </behavior>
    </serviceBehaviors>
    </behaviors>
    <services>
    <service behaviorConfiguration="SQLData.Web.Service1Behavior" name="SQLData.Web.Service1">
    <endpoint address="" binding="basicHttpBinding" contract="SQLData.Web.IService1">
    <identity>
    <dns value="localhost"/>
    </identity>
    </endpoint>
    <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/>
    </service>
    </services>
    </system.serviceModel>

    I am totally confused....I searched the web...and applied everything they said....but still getting this error......Please help me solve this issue. CC26

    WPF help wcf workspace csharp database

  • ASP.Net and Oracle Problem
    C CrazyCoder26

    Hi in our webserver oftenly we get an error ORA-03113: end-of-file on communication channel, whenever our website tries to connect an Oracle database.This error disappears when we restart the IIS. Can anyone give a permanent solution to this problem? CC26

    ASP.NET help csharp asp-net database oracle

  • Power Point in ASP.Net
    C CrazyCoder26

    Hi, I have to develop an web page, which when called , will execute a PPT , on completion of the PPT the web page will redirect to another web page. Can anyone tell me how to do this?

    CC26

    ASP.NET csharp asp-net tutorial question

  • Problem setting Header Image in GridView Control
    C CrazyCoder26

    THE CSS file is in the root only. The browser page source for gridview header row is given below.it seems ok only. <table cellspacing="0" cellpadding="4" rules="cols" border="1" id="ctl00_ContentPlaceHolder1_grdSoData" style="color:#333333;font-family:Times New Roman,Arial;font-size:Small;border-collapse:collapse;">                      <b><tr class="gridHeader"></b>                              <th scope="col"><a href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$grdSoData','Sort$COLUMN1')" style="color:#333333;">COLUMN1</a></th> <th scope="col"><a href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$grdSoData','Sort$COLUMN2')" style="color:#333333;">COLUMN1</a></th> <tr> I have cleared the browser cache also.But nothing worked.

    CC26

    ASP.NET css design help

  • Problem setting Header Image in GridView Control
    C CrazyCoder26

    THE CSS file is in the root only. The browser page source for gridview header row is given below.it seems ok only. <table cellspacing="0" cellpadding="4" rules="cols" border="1" id="ctl00_ContentPlaceHolder1_grdSoData" style="color:#333333;font-family:Times New Roman,Arial;font-size:Small;border-collapse:collapse;">                <b><tr class="gridHeader"></b>                    <th scope="col"><a href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$grdSoData','Sort$COLUMN1')" style="color:#333333;">COLUMN1</a></th> <th scope="col"><a href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$grdSoData','Sort$COLUMN2')" style="color:#333333;">COLUMN1</a></th> <tr> I have cleared the browser cache also.But nothing worked.

    CC26

    ASP.NET css design help

  • Problem setting Header Image in GridView Control
    C CrazyCoder26

    I tested with various browsers....IE,Mozila,Chrome but the result is the same

    CC26

    ASP.NET css design help

  • Validations in Multiview
    C CrazyCoder26

    Using whatever control you are navigating through the MultiView...just set the following property of that control CausesValidation=false

    CC26

    ASP.NET csharp asp-net
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups