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
K

kendo17

@kendo17
About
Posts
57
Topics
26
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Creating Web Service in C#
    K kendo17

    yes sorted it was had not changed the class details thank you i need to complete this tonight or i am going to struggle at Uni.

    C# csharp help learning

  • Creating Web Service in C#
    K kendo17

    this is the code i am using in the asmx file i have saved it as SimpleStockQuote and it is on my C: <%@ WebService Language="C#" Class="SimpleStockQuote.XPlatformServices" %> -- modified at 13:53 Sunday 4th November, 2007

    C# csharp help learning

  • Creating Web Service in C#
    K kendo17

    i altered the asmx as so i can call the web service from another language platform Java. I understand that this is the code that i need but dont know what is the correct way to use it.

    C# csharp help learning

  • Creating Web Service in C#
    K kendo17

    When i enter the code in the .asmx file it it comes back with error when i build it; could not create type 'StockQuote.XPlatformServices' Any Ideas. Is it that this code does not run from within the program where it is created that it requires to be called from another platform language.:confused:

    C# csharp help learning

  • Creating Web Service in C#
    K kendo17

    in the service.cs file

    C# csharp help learning

  • Creating Web Service in C#
    K kendo17

    typing in <%@ WebService Language="C#" Class="StockQuote.XPlatformServices" %> at top of code page but it does not like this for some reason i am using 2005 web developer, but coding from an old book, can anyone please help The web service will be crossplatform. 1. keyword,identifier, or string expected after verbatim specifier:@ 2. A namespace does not directly contain members such as fields or methods Please HELP Thank You

    C# csharp help learning

  • Web Service in VB.Net created XML doc
    K kendo17

    Hi All I am working on a project at present i have half of it done already in VB.net server side but i require to use another language platform to code the client side to consume the XML and display the XML doc. Can anybody explain what i should be looking for to get started on this. This is a crossplatform web service Client/Server with 2 different languages for instance i have done LoanCalcService in VB.Net server side and created with the use of XML doc and now just require to consume XML, SOAP, WSDL etc with another language platform client side and display. Please Thank You Beforehand

    Visual Basic wcf xml csharp sysadmin

  • DataSets, DataTable, DataRow VB.Net 2005
    K kendo17

    Thank You all for your help

    Visual Basic csharp question

  • DataSets, DataTable, DataRow VB.Net 2005
    K kendo17

    Ok got it working just changed the datasets to data.datasets and so on.:-D

    Visual Basic csharp question

  • DataSets, DataTable, DataRow VB.Net 2005
    K kendo17

    I am working on a web service that is from an old VB.Net book and it uses datasets, dataTables to store the data but i am using express web developer creating a ASP web service and coding in VB.Net. But when i enter the VB.net code with the dataset etc it is throwing up errors sayiny that they are not defined, but they are . Sorry about other message was rather tired.

    Visual Basic csharp question

  • DataSets, DataTable, DataRow VB.Net 2005
    K kendo17

    How can i manipulate my vb.net 2003 code that has datasets , datatables and datarows present into vb.net 2005. Can you please give me a idea. Thank You Beforehand

    Visual Basic csharp question

  • Reference DLL in VB.NET 2003
    K kendo17

    Got it was adding reference to the class and not the client. Thanks Dave you refrehed my memory whne you mentioned class.

    Visual Basic csharp help

  • Reference DLL in VB.NET 2003
    K kendo17

    Trying to add reference to my project by referencing it in References of the project and Right click select add reference/projects tab and selecting the project to reference like Client from Temp but error comes up saying:- A reference to 'ClientApp' could not be added. An assembly must have a 'dll' extension in order to be referenced. Can anyone explain what i require to do.:confused:

    Visual Basic csharp help

  • HELP Create web service step by step tutorial
    K kendo17

    Hi Dave I know it is basic stuff but some time when you are looking on the web some people just put all the crap under the sun on it and just does not help thank you

    Visual Basic wcf xml tutorial csharp java

  • HELP Create web service step by step tutorial
    K kendo17

    :confused:Would like to find a simple tutorial that will use web services to return a simple number to start with client/server must be cross platform different language for instance VB.NET to Java but they must consume the same XML or SOAP etc. I am a beginner and have tried several tutorials but they never seenm to be as you would like. They always have errors that i dont understand at present. Can you point me in the right direction been tring this for 10 days now with no success.

    Visual Basic wcf xml tutorial csharp java

  • WebService with ASP.net ERROR
    K kendo17

    I am trying to begin a simple web service application in ASP.NET. The app is to FlightRight, For this simple example, the service will support a single method, called FlightStatus. Clients call this method, passing it a flight number, and our service will return the expected arrival time of the flight. Simple right. not for me . Keep getting this error. Can somebobody please tell me where i am going wrong. Code here _ Public Function ArrivalTime(ByVal FlightNum As String) As String Dim theTime As String Select Case FlightNum Case 1001 theTime = "12:30 AM EST" Case 2002 theTime = "4:15 PM EST" Case Else theTime = "INVALID FLIGHT NUMBER" End Select Return theTime End Function Error Access to the path "c:\windows\microsoft.net\framework\v1.1.4322\Temporary ASP.NET Files\flyright\1c2b63af\df178987" is denied. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.UnauthorizedAccessException: Access to the path "c:\windows\microsoft.net\framework\v1.1.4322\Temporary ASP.NET Files\flyright\1c2b63af\df178987" is denied. ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via , the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

    ASP.NET asp-net csharp sysadmin windows-admin data-structures

  • Tutorial beginner on Web Services using VB.NET 2003
    K kendo17

    yes done a tutorial on google ap but was only with vb.net. require something else it seems to be that the tutorials are mostly in c sharp or c++ still looking for another to try. I am hoping for the best got 3 weeks to do it.

    Visual Basic wcf csharp java sysadmin

  • Tutorial beginner on Web Services using VB.NET 2003
    K kendo17

    Hi All Require a program using VB.NET 2003 that i can use to consume a web service to soap or wsdl and 1 client server but must be cross platform VB and JAVA for instance. Thank You

    Visual Basic wcf csharp java sysadmin

  • VB.Net 2003 and Access database Web Services Client/Server
    K kendo17

    Thanks again Dave i have done a google ap wich is pretty cool just need to think what i can create on my own or add-on to something else.

    Visual Basic wcf csharp java python php

  • VB.Net 2003 and Access database Web Services Client/Server
    K kendo17

    I have done a little VB.net 2003 front end which retrieves data from access database back end some SQL, i know of JAVA, C# etc but never used them. But looks as if i am going to have to start. I may employ third-party libraries or source code as part of your application, but the essential functionality – especially the Web Service, above – must be my own creation. Any third-party libraries or source code you use must be credited in comments within your source code, and in the report

    Visual Basic wcf csharp java python php
  • Login

  • Don't have an account? Register

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