| Thread | Last Post | Replies |
|
| myapp.exe.config -- required for XCOPY deployment? | 31 Jul 2006 19:13 GMT | 3 |
Just trying to figure out if I need to include myApp.exe.config when I XCOPY the files to another PC? Rob.
|
| Single or multiple assemblies in big apps? | 31 Jul 2006 18:16 GMT | 3 |
I have a question about .NET code sharing and reuse, and also about application design best practices / guidelines. Currently, we have many different .NET projects in source depot. Although they are different, in some of them we share C# code by referencing source
|
| Automatically Check POP Email and populate database | 31 Jul 2006 18:01 GMT | 1 |
Im looking to create a class to automatically check a pop address and populate a database with the messages it collects. The problem Im having is that most of the code I have found doesnt show any way of splitting out the text only from the body of the mail message. Does
|
| Setup | 31 Jul 2006 17:48 GMT | 1 |
Is it possible to create a SQL SERVER database and an ODBC connection during setup? If yes, could you tell me how or tell me where can I read information about? Thanks, Massimo
|
| HttpModule error event doesn't fire!!! | 31 Jul 2006 16:57 GMT | 2 |
I have implemented global exception handler using http module by intercepting the Error event. The code works fine on my machine but the error event fails to fire when deployed on the test servers.
|
| How to create sub-domain from a .NET application? | 31 Jul 2006 16:26 GMT | 2 |
Is it possible to programmatically create a sub-domain in the MS DNS server?
|
| Good OO design (lack of friend modifier) | 31 Jul 2006 15:07 GMT | 10 |
I have a class Customer which contains Contacts in a ContactsCollection. class Customer { ...
|
| The CLR has been unable to transition...for 60 seconds.... | 31 Jul 2006 15:07 GMT | 7 |
I get this A LOT while I'm stepping thru my code in Debug mode. "The CLR has been unable to transition from COM context 0x1a0348 to COM context 0x1a04b8 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait or
|
| XML Serialization, collection with parental links | 31 Jul 2006 13:15 GMT | 3 |
I'm writing a custom collection, which will be referened within a class. Each item within the collection needs to have a link to the parent container class, e.g. Item x;
|
| Log4Next vs Enterprise Library Log AppBlock | 31 Jul 2006 12:18 GMT | 7 |
I am coupling an object for logging in our app... Ive seen Log4Next is indeed a good choice, besides being free... On the other hand, there seems to be a proven platform for log avaliable in EntLibrary App Block.
|
| Install Printer Drivers using VB6 | 31 Jul 2006 09:12 GMT | 1 |
Is there a way from visual basic code that I can install a printer driver for a new printer that being added to the system? Thanks in advance for help with this!
|
| Problem registering a component. | 31 Jul 2006 07:56 GMT | 3 |
I am having a problem registering a component using regasm. The following error appears C:\Windows\microsoft.NET\Framework\v2.0.50727\RegAsm.exe is not a valid Win32 application.
|
| VS2005 toolbox icons are wrong | 31 Jul 2006 06:00 GMT | 3 |
The icons next to the text description in the toolbox for all MSFT controls are the same. Right now for instance the pointer icon is beside every control(labels, buttons, etc). Which icon is displayed is different at different times that I open VS, but they are always the same ...
|
| How to get My Project Assembly GUID? | 30 Jul 2006 19:20 GMT | 2 |
I tried the following and it does provide a GUID, but not the GUID listed in the My Project ... Assembly Info button. Dim myAss As [Assembly] myAss = [Assembly].GetEntryAssembly
|
| Book to program stock chart | 30 Jul 2006 16:05 GMT | 3 |
I search a book on how to program stock chart in vb net thank you.
|