Search results for query: *

  1. F

    Deploying DLL with program

    Hello, We have built an application that is deployed via the web using the click once deplyment in VS2005, the problem that we have is one of the DLL files for the project needs to be installed in the "Sytem Root" folder on the target machine, I can find no way of doing this. I am coming to...
  2. F

    Cannot access remote webservice

    Hi Neal, Many thanks for the reply, I have tried those and still no joy. I think it may be down to a permissions problem, I have created the same service on my local webserver (Localhost) and it works just fine, that is what makes me suspect it is down to permissions. Do you have to make...
  3. F

    Cannot access remote webservice

    Hello, I am having what I assume is a problem with IIS6 configuration, I have locally a WIN 2003 server running as a domain controller and webserver, I have created a webservice on the webserver (Using VS2005 from my XP machine , this is not a member of the same domain as the webserver, the...
  4. F

    creating controls programatically

    Hi Don, Many thanks I think this is what I am looking for, it was the passing the key text as a property that was causing me problems. I will give it a try and let you know, i am at present building the database to hold all the control data. Many Thanks again.. Frootmig....
  5. F

    creating controls programatically

    Hello, I am having a small problem with the correct syntax to achieve my goal. I am creating an application that needs to create controls dynamicaly from a hashtable, I have created a #table that conatins key and value pairs with the key being the control parameter and the value being the...
Back
Top