| Thread | Last Post | Replies |
|
| LoadAssembly, GetType - can't find reference | 30 Jul 2007 16:14 GMT | 15 |
Hi; I am trying to create an object from a dynamically loaded assembly. This dynamically loaded assembly has a reference to a dll that the loading program also has.
|
| broken codebase | 24 Jul 2007 23:31 GMT | 1 |
Hi - I was wondering if anyone had any ideas on why a bunch of code which has broken and while I realise that this is not necessarily a .Net issue, it seems that the versions that are buggy are the post- upgrade from VS 2003 to VS2005 which was around 3 months ago for us.
|
| Bandwidth monitor by port | 23 Jul 2007 18:34 GMT | 1 |
I am looking for an answer to this and haven't had any luck so far. I need to write a tool that will monitor how much data is going through a network port. Can this be done in .net preferable or otherwise? Can someone pointme in the right direction.
|
| Do I need to close a stream passed to XamlReader.Load(Stream strea | 13 Jul 2007 00:44 GMT | 1 |
Seems like XamlReader.Load(Stream stream) closes the stream internally. Question is, does it always do that, regardless of whether there were any exceptions? or simply put, do I need a 'using' statement below?
|
| use library.dll.config | 11 Jul 2007 12:58 GMT | 4 |
Hi; I need to use a config file that is mapped to our dll instead of the exe (it's for a Word AddIn and MS says do NOT create a winword.exe.config). I have tried this:
|
| app.exe.config - how do I add N keys of the same type? | 09 Jul 2007 13:58 GMT | 2 |
Hi; I need to do something like this: <configuration> <configSections>
|
| instantiate in a user set dll at runtime | 07 Jul 2007 00:34 GMT | 2 |
Hi; We want to give our users an interface and they then create a class from it and build it in a DLL. We would then have the user put the name of the DLL and class in their app.config file.
|
| DataGridView DragOver Scrolling | 04 Jul 2007 18:48 GMT | 1 |
I'm trying to figure out how to scroll the screen on a drag/drop DragOver event for a DataGridView. I've got it scrolling down. I need some help in figuring out how to scroll up. private void DataGridDragOver(object sender,DragEventArgs e)
|
| MS Build | 03 Jul 2007 16:20 GMT | 2 |
We are planning to isolate editor/debuger from build process. However we are still using VS 2003. Before any thorough investigation, I would like to ask if it is possible to build with Msbuild/MsBee against 1.1 Framework , code written in VS2003. In other words: Do I need Vs 2005 ...
|