Search results for query: *

  1. D

    Catching (and fixing) type related errors

    Hello, this is a complicated issue, so hopefully I can get my point across...: My application allows for runtime compiled VB.NET code. Users enter a String representing some code, I compile it into a memory-assembly and use InvokeMember() to call methods on the classes inside this assembly. A...
  2. D

    Accessing files on a webspace

    Hello, I'm writing a small share program (a plugin for a CAD application) where users can up- and download files to use in the Cad-app. I need to be able to read the contents of textfiles on the webspace (this works), I need to be able to upload new files and to add texts to existing files...
Back
Top