Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. andyUK

    Question Title: ADODB causing a Object not set to a reference

    I have a webservice installed on are test server when we run it it works fine. When i put it on the clients server it fails throwing an error from ADODB - Object reference not set to an instance of an object. I tracked it down to a line in the code that trys to change a field rs.fields...
  2. andyUK

    Perl calling a .net webservice

    Hi I am trying to call a .net webservice from perl. I have got simply examples working but i am not trying to get more complicated ones working. I noticed on the trace wheni rn my script (using soaplite) that the soap message generated is different from what i expected: Expected : <?xml...
  3. andyUK

    Running legacy cobol programs from within c#

    obislavu Thanks for your response, the cobol program does not have any interface simply runs itself and closes. I check the permission for the aspnet user and the folders that are needto access. After a few tweaks I managed to get the program to work correctly.
  4. andyUK

    Running legacy cobol programs from within c#

    I have cobol programs we use all the time, i am trying to wrap these into a web service. When i run the code using a Process method. All seems fine when i execute the code in a windwos app but when i use the same code in my c# webservice it hangs until the timeout period? Any idead how this...
  5. andyUK

    Soap and webservices

    I have a soap document(XML) for a specific webservice. how do i send the xml document to the webservice using c#? thanks in advance Andrew
  6. andyUK

    Ie 6 not displaying certain parts of websites

    Having problems displaying some pages mainly easyjet.com. Only seems to happen when i go through quotation process then before it quotes it displays an error. works on other machines fine? Tried a windows update and this fixed the problem but 15 mins later the same thing was back again any idea?
  7. andyUK

    displaying 10 records at a time

    try this url http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=4&txtCodeId=6252
  8. andyUK

    IIS and smtp not accessing the internet

    I have a server that has iis installed and working, i can access the pages from it over the internet and i can access the internet using ie on the server itself. The problem is when i try to access a webpage from within a piece of code to to a http post out on the web it fails. I also have mail...
  9. andyUK

    WebDeploy - not ftping files to server

    I am trying to set up a web deploy install and ftp to a local test ftp server. All seems fine until i distribute the files over ftp, it brings a message up saying the files are being send no progress bar just the message. I can see the conenction is established on the ftp server locally but no...
  10. andyUK

    Multilingual website

    I know the character set was controlled from within each language xml file so this might work. I think i would have had problems using chinese etc because of these characters. Andrew
  11. andyUK

    Session variables getting trashed for no reason

    I know there is an issue with session variable / frames and ie6 they dont work in combination. Not sure if this helps? Andrew
  12. andyUK

    Multilingual website

    hi sudhi I have developed a multilingual site with english/US/French/ spanish/ german. Basically i used an xml to store the language files then the asp page fed of these. Iw will have a look and see if i can find the characterset used etc. Andrew
  13. andyUK

    trying to make a download server

    seems to be the same on 2 servers in here, but on my own personal webhost externally its fine. Confusing! Andrew
  14. andyUK

    trying to make a download server

    yeah can see the files under the shared folder using iis :( seems very strange. I tried it on a different remote server it it handled it fine just this server :S Andrew
  15. andyUK

    trying to make a download server

    Thanks for your help Mark I tried this script on my local machine and it was great, but when i put it live on the server it displays the files okay but when you click on them it says the file cannot be found. Do you think there is some setting on the server that I might need to add or change...
  16. andyUK

    parsing an xml file...

    this piece of asp might help? Set xml = Server.CreateObject("Microsoft.XMLDOM") xml.load("c:\yourxml.xml") Set Root = xml.documentElement If Root.parsed Then set ObjField = xml.selectnode("//To" if objfield.length > 0 then ' Mkdir objfield(0).getattribute("value") else...
  17. andyUK

    trying to make a download server

    Having problems when i try to download files form a set locaation on our webserver, ie www.xyz.co.uk/pg/pg1.exe when i run i on my local host is it grand but when i do it live on the productions server it says it can find the file, but the files are definitly there :S
  18. andyUK

    Dynamic controls with asp table

    I am writing a simple application to dynamically generate a form. I have created a user control to handle the date options i need. But when i try to call this in the code it seems fine until runtime. It seems to have problems with the events inside the custome control. Does anyone know away...
  19. andyUK

    asp tables and custom controls

    I have been working on a control that dynamically builds a table based on the curretn session. If the user isnt logged in it creates a log in box with username and password plus a submit button. Now when i try to access the txtusername.text value it says its not declared. I have tried various...
  20. andyUK

    Reading the Registry

    I have been trying to access the registry in visual c++. Would you be able to send me the code you used to a do it? Hope you can help Andrew Gibson Andy@relay.ie

Part and Inventory Search

Back
Top