app.config

  1. J Trahair

    Could not find schema information for the element 'uri'

    Hi. I have to use the function Uri.EscapeUriString to prepare a url, and I have to use <?xml version="1.0" encoding="utf-8" ?> <configuration> <uri> <schemeSettings> <add name="http" genericUriParserOptions="DontUnescapePathDotsAndSlashes" /> </schemeSettings> </uri>...
  2. V

    Question String in My.Settings.[name] is being returned as an Integer

    Hello all! Just getting started with vb.net and Visual Studio in general. Could someone point me in the right direction please? So I've got a form with a textbox. In the textbox I'd like to display a setting string from the app.config file and be able to change it's value. Pretty...
  3. S

    Question Please can someone help me build a pretty simple program

    Hi there, just annother newb asking for help. I have created a system for my college workshop. the idea is to borrow the tools durin the lesson you need to sign them out. Obv to prevent people pocketing expensive equipment and tools. I have built a webpage version at...
  4. G

    Help with Connection String

    I been working on a Printer INK Management Program for my Company. We have many different districts we deal with. Each district has a different Server. I am trying to create the application where they can place the database file anywhere they would like on the server and when they first run the...
Back
Top