User Profile

Collapse

Profile Sidebar

Collapse
sujithkrishnan
sujithkrishnan
Last Activity: Mar 20 '08, 08:32 AM
Joined: Sep 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sujithkrishnan
    replied to MapPoint Web Service
    in .NET
    After som R&D , i found out that , so as to consume the wb service, i want a username and password.
    So at this time i would like to ask u, that is there any TRIAL-USE USERNAME or PASSWORD available for above web service?
    See more | Go to post

    Leave a comment:


  • Its a "Memory Out of Bound Exception"....
    See more | Go to post

    Leave a comment:


  • sujithkrishnan
    started a topic MapPoint Web Service
    in .NET

    MapPoint Web Service

    Hi ,

    I executed a sample code which make use of Mappoint web service.

    The web service link is as follows....
    http://staging.mappoin t.net/standard-30/mappoint.wsdl

    But the exception is occuring whenever i try to connect to the web service.
    However i can browse the same thru IE.

    The Exception is...
    Request failed with HTTP status 401 : Unauthorized

    The Line...
    See more | Go to post

  • Its a "Memory Out of Bound Exception"....
    See more | Go to post

    Leave a comment:


  • Memory Management Problem in device

    Im am getting error within try block when i try to deploy in device and run it.
    However in emulator its working fine. In device the error is coming somtimes (when i execute that line second time... fourth time.. etc...)
    Code is as follows...


    MemoryStream ms = new MemoryStream();
    Image image = new Bitmap(mainimag e);

    try
    {
    image.Save(ms, ImageFormat.Jpe g);...
    See more | Go to post

  • sujithkrishnan
    started a topic Adding Web Reference - ERROR
    in .NET

    Adding Web Reference - ERROR

    Hi all...

    Am trying to add a web ref to my c# proj.

    I found that i cant add web reference if i am giving IP addresse/machine name instead of 'localhost' for the services in my system.
    I turned my firewall protection 'OFF'. Still the problem is there.

    Requesting for early reply....
    See more | Go to post

  • The process account used to run ASP.NET must have read access to the IIS metabase

    hi all...

    please help me in resolving this error..
    i created a web service and i am not able to consume it in my app.
    When i browse that page am gettin an ERROR as follows..


    Exception Details: System.Web.Host ing.HostingEnvi ronmentExceptio n: Failed to access IIS metabase.

    The process account used to run ASP.NET must have read access to the IIS metabase (e.g. IIS://servername/W3SVC)....
    See more | Go to post

  • sujithkrishnan
    replied to ERRO WITH IIS when using asmx pages
    in .NET
    hi kenobewan

    Kindly tell me what info is needed..
    being a beginner i was nt able to understand the reason, moreover i think its som prob with the cofiguration as the ERROR is
    "ASP.NET is having no read permission on IIS"
    The article leading me to install a tool , metaaccl.exe (which is a series of commands) to give permission to asp.net.
    i executed that also, Still the error is there...
    ...
    See more | Go to post

    Leave a comment:


  • sujithkrishnan
    started a topic ERRO WITH IIS when using asmx pages
    in .NET

    ERRO WITH IIS when using asmx pages

    hi all...

    please help me in resolving this error..
    i created a web service and i am not able to consume it in my app.
    When i browse that page am gettin an ERRO as follows..


    Exception Details: System.Web.Host ing.HostingEnvi ronmentExceptio n: Failed to access IIS metabase.

    The process account used to run ASP.NET must have read access to the IIS metabase (e.g. IIS://servername/W3SVC).
    ...
    See more | Go to post

  • sujithkrishnan
    replied to Encode string to 2d code....
    in .NET
    Hi Plater..

    Actually i want to know the Class in C# that ease my codings..
    As i am a beginner to the C#, i explored so many snippets, but i failed in finding a helpful one, Moreover i am not at all familiar wt Image class
    My app aims to convert (encode) a given string to a color 2D image....

    Can u gimme some helpful forum links or snippet links ???

    Or if u have any idea, gimme a proper algorithm...
    See more | Go to post

    Leave a comment:


  • sujithkrishnan
    started a topic Encode string to 2d code....
    in .NET

    Encode string to 2d code....

    hi all...
    can anyone tell me how to convert a string to image ( jst lik barcode and QRCode)... i just wanna know about the concept behind the encoding and decoding...

    (Plz gimme a snippet also if pssbl....)

    In my application, am trying to encode the string to an image and decode back..
    See more | Go to post
No activity results to display
Show More
Working...