Forum: C# Oct 5th, 2008 |
| Replies: 3 Views: 1,110 Well, anyway I found the solution to my problem at last:
http://adrianvintu.com/blogengine/post/Unloadable-plugins.aspx |
Forum: C# Oct 1st, 2008 |
| Replies: 3 Views: 1,110 Simple code... maybe, something wrong here...:S
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Reflection;
using System.IO;
namespace... |
Forum: C# Oct 1st, 2008 |
| Replies: 3 Views: 1,110 The problem: I have an executable and mylib.dll (C# class library) in the same directory. I have a subdirectory "Patch" in that directory containing another version of that mylib.dll. I need to make... |