| Thread | Last Post | Replies |
|
| app.config and assembly config in My.Config | 07 Sep 2006 06:19 GMT | 8 |
What is the best approach to deal with My.config and assemblies. When I compile an application the app.config is generated but not the assembly.config. I tried to add those setting in the application.config but this is not
|
| Loading assemblies dynamically using my own ResolveEventHandler | 06 Sep 2006 23:01 GMT | 1 |
Hey all, so I've noticed that when I load assemblies dynamically in my own custom ResolveEventHandler that their Modules do not get returned when I invoke Process.GetCurrentProcess().Modules
|
| Framework 2.0 and VS.NET 2003 | 06 Sep 2006 22:36 GMT | 3 |
I would like to know the compatibility of .NET Framework 2.0 and VS.NET 2003. Will everything work fine in this combination? What might be the framework factors, which would not be available, as we are using a 2003 IDE version?
|
| Synchronous / Asynchronous Multithreading Question | 06 Sep 2006 22:26 GMT | 1 |
I really hope someone can give me some ideas. Sorry for the long post. Problem (Using .Net 1.1): We have a current asp.net application that a user uses to submit work and when it is finished view the results. It is implemented using .net
|
| TLB using problem | 06 Sep 2006 18:47 GMT | 7 |
I created very simple Class Library in VB 2005 (let's call it COMInterop). I set Register For COM Interop property to true to make it accessible by VB6 program. After I compiled it, I got COMInterop.dll and COMInterop.tlb files, I have
|
| Using reflection to get parameters and values at runtime | 06 Sep 2006 18:22 GMT | 2 |
I would like to obtain a list of a function's parameter's and their values dynamically at runtime from within the function itself. Currently, I record these when starting a function by 'hardcoding' them into a collection. Please see my code snippet below. I use the collection in ...
|
| How to use gacutil? | 06 Sep 2006 18:17 GMT | 1 |
I use "gacutil /i myComponent.dll" to install my component. But I can't find it in the "Add Reference" of IDE. What's wrong? Enosh
|
| Strong naming Shdocvw, (cannot locate CSP) | 06 Sep 2006 17:51 GMT | 2 |
I have added a MS WebBrowser control to my winform. This adds references to Shdocvw.dll and Axshdocvw.dll . However I am using strong named assemblies in my application and hence these also need to signed with my public key.
|
| ReaderWriterLock | 06 Sep 2006 16:24 GMT | 1 |
I use ReaderWriterLock to protect the internal state of a class instance from multi-threaded access, should it be declared as private member or static member of the class?
|
| set a mark on a line so we can later come back quit quick access k | 06 Sep 2006 14:06 GMT | 2 |
In visual studio, is there a facility that allows you to mark a line of code in the IDE so that you can come back later to that line later if you have to look at the source code somewhere else. Normlaly i notice the line number then Ctrl+G to jump to the line, but there are ...
|
| Splitting a 31gb text file | 06 Sep 2006 14:02 GMT | 2 |
I have a 31gb file that was exported from a unix box. I was trying to bulkinsert it into sql but there seems to be something wrong with the file. In order to isolate the issue I have tried splitting it into smaller files. I get an out of memory on the 7th chunk of 10,000,000 ...
|
| Non-Technical question | 06 Sep 2006 13:01 GMT | 1 |
I need information to convince the faculty at our school that we should invest some time and energy looking at the new Microsoft products coming out late 2006/early 2007. Most of the stuff I find online is directed at IT personnel or developers.
|
| My.User.Name returns blank in Console App | 06 Sep 2006 09:56 GMT | 1 |
I made aninteresting discovery today in regards to the Visual Basic .NET 2.0 The My namespace My.User.Name returns the username in a Windows form application but does not work in a Windows Console Application. Not sure why. I suspect for security reasons. However I can use most of ...
|
| How to know if .Net framework is installed on the machine? | 06 Sep 2006 06:38 GMT | 6 |
I am a newbie to .Net environment. I am writing a small network program in C#. How can I make sure that the end user machine has .Net framework? Because if it doesn't my program probably won't even run. Thanks
|
| WebException, SSL, System.ComponentModel.Win32Exception | 05 Sep 2006 21:58 GMT | 1 |
Just for information, might help someone: One of our partners installed a new SSL certificate, and suddenly our HTTPS connections to them using C# .NET 1.1, started failing with this exception:
|