User Profile

Collapse

Profile Sidebar

Collapse
hemendravyas
hemendravyas
Last Activity: Dec 14 '07, 10:29 AM
Joined: Aug 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • no not able to track


    and why will it show error only when we access from India or US and not from UK???
    it might be time serailization.. ...
    See more | Go to post

    Leave a comment:


  • Code:
    [NonSerialized()]
    protected DataView m_dataView;
    
    
    
    public virtual DateTime GetN(IFNAccessor p_ifNReq)
    		{
    			//initialise
    			DateTime dRet = GlobalUtils.NODATE;
    
    			if(p_ifNReq != null)
    			{
    				p_ifNReq.N = Double.NaN;
    
    				if(m_dataView == null)
    					CreateView( );
    				
    								bool bContinue = true;
    				DateTime
    ...
    See more | Go to post

    Leave a comment:


  • hemendravyas
    replied to Kill process on remote server
    in .NET
    you can use Win32 API after getting a list of processes from
    Process.GetProc esses

    You need to have a PId and on passing of which to a Kill() witll kill the given process.

    You should have permissions on ther emote machine to do it.
    I'm able to do this same thing on my local machine........

    you can get back for any help at hvyas at irevna.com
    See more | Go to post

    Leave a comment:


  • Do we need to take care of any castinf when we are passing data from one timezonre to another?


    By Middle component i mean components (variouscsharp files compiled into dll) lying in UK...which are called by a GUI in India or US or UK....
    See more | Go to post

    Leave a comment:


  • Time zones are different:

    India: GMT+530
    UK: GMT

    will it cause this error?

    It is also causing when the same application is accessed from US to UK.....

    but in UK it's perfectly running fine.....
    See more | Go to post

    Leave a comment:


  • It's caused in middle tier:

    Unhandled Exception: System.Argument OutOfRangeExcep tion: Ticks must be between DateTime.MinVal ue.Ticks and DateTime.MaxVal ue.Ticks. Parameter name: ticks


    the application reaches to middle tier by a web service. From web service there are calls to different files making complex calculations... ...

    First i thought it's due to transfer of data between framework 1.1 and...
    See more | Go to post

    Leave a comment:


  • Gloablization issue "Tick Error" converting datetime

    i m located in India (working as software developer) and working on application that was not used in India (used in UK) but when used outside UK used to give "Tick Error"

    Interface: It's Win Forms of .NET2003 (using framework 1.1)
    Middle Tier: web services using globalization part settings as :
    a) requestEncoding ="UTF-8"
    b) responseEncodin g="UTF-8"
    c) culture="en-GB"...
    See more | Go to post

  • This is a part of code that inserts a sub-node inside a node.If i try for the first time after rebuilding the code this error is received. If i try again, I won't receive this message.


    The Inner message is :
    Could not find file"c:\Local\. .\.\.\Structure Linkage.xsd"

    Details
    Message:
    Failure to ad schema to enable nodal linkage validation-check xsd location.
    Could not find...
    See more | Go to post

    Leave a comment:


  • Facing problem in Reading XmlSchema in C#..... please help

    Please help out in following code snippet:

    For the first time it gives prompt while XmlSchema.Read( ). Second time schema_collecti on_object is not null and so does not enter into this block of code.

    Please help........... .



    private static XmlSchemaCollec tion schema_collecti on_object;
    private static XmlSchema m_ifschema;
    -------
    -------
    -------

    if...
    See more | Go to post
No activity results to display
Show More
Working...