| Thread | Last Post | Replies |
|
| Use EnterpriseLibrary.Logging from non-.NET code through interop | 29 Aug 2006 19:02 GMT | 2 |
We are using Microsoft.Practices.EnterpriseLibrary.Logging version 1.1.0.0 successfully with .NET code. There is a problem when we try to log from non-.NET code through interop. We get the following error message: /// Error Type:
|
| Editing App.config at Install Time? | 29 Aug 2006 17:22 GMT | 2 |
My application uses a lot of string values in an app.config file, several of which are file system paths. I'm wondering... is it possible to have the installer for my application (just a standard Setup Project in my solution) edit these path values to match the directory to ...
|
| asp.net projects can be copied to another machine and work? | 29 Aug 2006 16:14 GMT | 2 |
asp.net projects can be copied to another machine and work? Or one has to create a new project and then add existing pages and class lib?
 Signature bic
|
| BeginSend timeout? | 29 Aug 2006 15:57 GMT | 4 |
This question has been brought up before but I have yet to find a reasonable answer. Can someone explain to me how to create a timeout for the BeginSend method? I have seen where people say to create a timer and then have it close the socket when the timer expires but this is ...
|
| About Presenter's Patterns | 29 Aug 2006 15:24 GMT | 1 |
I'm starting a new project based on webservices as mediator for the clients and the servers. I must develop two presentation layers, one in winforms performing a smart client application and another in webforms with much of the functionality in
|
| Building Custom Setup Application | 29 Aug 2006 14:59 GMT | 2 |
I am preparing a Setup Project. I want to give some customised options like installing only 'Server Tools' or 'Client Tools' etc. I am also interested in giving customised messages to the user, while installing. I want to make this Setup more interactive. How can I do this in ...
|
| How can I manually logout upon errors with forms authenticatioN? | 29 Aug 2006 14:52 GMT | 2 |
I want to automatically logout if certain conditions occur in my application. Calling Session.Abandon() does not force a logout. What can I do?
 Signature Tim
|
| Delete Key behavior | 29 Aug 2006 14:33 GMT | 6 |
I've converted my VB6 app to VB.NET 2003. For some strange reason, the delete key will not work in any of my textboxes in the application. The backspace key works just fine. The delete key works in textboxes in VB6. Is there some new event that I need to code for the delete key ...
|
| How to insert images into a Microsoft Word document using VB.NET?? | 29 Aug 2006 13:59 GMT | 1 |
How to insert images into a Microsoft Word document using VB.NET?? my code: Public Function PictureReport() (it doesn't work!!!)
|
| Dial-up connection | 29 Aug 2006 10:24 GMT | 2 |
I have to change the phone number of a dial-up network connection by a C# program. Then the connection should be connected. How can I do this? TIA for any help, Frank
|
| Enterprise Library Forum | 29 Aug 2006 08:25 GMT | 4 |
Please create an Enterprise Library Forum asap. There is no help on gotdotnet for the many people asking questions. My project is stuck without some answers.
|
| overview Lib Com SDK | 29 Aug 2006 07:54 GMT | 1 |
Does anyone know where I can find a complete overview of all Lib's, Com's and SDK's for Visual studio and ASP? (Commercial and non-commercial) thanx
|
| Mousewheel event... | 29 Aug 2006 02:12 GMT | 3 |
I seem to be missing something... I want to use a mousewheel event in my VB.NET app... and there's a lot of example code on the net showing how to use the mousewheel event... and the .NET docs discuss the mousewheel event... but there doesn't seem to BE a mousewheel event. in VS ...
|
| DataAdapter.Update( ) | 28 Aug 2006 23:21 GMT | 4 |
Is there any way to see the final SQL that gets executed by the Update( ) method. I'm getting a syntax error for the SQL, but all looks OK as far as I can see. I need to see the SQL with all the parameters replaced. Connecting to a MS Access database.
|
| Make a Base64 string Url Safe | 28 Aug 2006 19:19 GMT | 5 |
In a asp.net site i need to make a url link like this: http://server.com/test ...
|