| Thread | Last Post | Replies |
|
| Couldn't install User Interface Process App. Block | 30 Jul 2003 12:00 GMT | 1 |
I can't install QuickStart that comes with User Interface Process Application Block I'm getting the folowing error: "The procedure entry point DoOpenPipeStrem could not be
|
| Proxy question | 29 Jul 2003 21:41 GMT | 2 |
Consider following scenario: I have a host.exe-assembly (host), functionality.dll-assembyly (functionality), and a client.dll-assembly (client). Host and client "imports" statically functionality. (But host doesen't "import" client).
|
| applicationBlocks into GAC | 29 Jul 2003 18:23 GMT | 1 |
Here is what I am doing but received an error message sn -k Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces. snk
|
| InvalidCastException and Exception Management Application Block | 29 Jul 2003 16:18 GMT | 2 |
I'm using the new version of the EMAB and am getting a weird problem. I get an InvalidCastException on the last line of this code: If ConfigurationSettings.GetConfig(EXCEPTIONMANAGEMENT_CONFIG_SECTION) Is Nothing Then ' Publish the exception and additional information to the ...
|
| Detecting .Net Framework | 28 Jul 2003 20:04 GMT | 1 |
Is there a way to detect if a web client has the .Net framework redistributable package installed on his computer? I have a Win Form control embedded in an html page and
|
| Renaming Sql Server | 28 Jul 2003 19:58 GMT | 1 |
I am having MSDE installed on my machine.. I want to change name of Server...can some one tell me how do I change this. TIA. --
|
| Multip Tier App Help | 26 Jul 2003 20:18 GMT | 1 |
I am trying to create a multi tier app, (Biz Layer, Data Layer, Presentation Layer) and i'm having trouble saving data back to SQL 2K. I can return a dataset to my presentation layer through my Biz layer, which uses the data layer to grab data from SQL 2K. My question is, what
|
| MDAC 2.7? Really necessary?? | 26 Jul 2003 13:56 GMT | 4 |
i thought thst the advantage of .NET-projects should be that all requested .dll and files will be found in the installation directory after installing my project-msi on other PCs. But now, I must see, that the MDAC2.7 is
|
| Redistributing VB.Net app with an Excel component | 26 Jul 2003 03:54 GMT | 1 |
My VB.Net app needs to launch Excel. Here is a simple example: Dim X as new Excel.Application x.visible=true
|
| behemoth method to create a record/row edit page using Data Access block executeNonQuery | 25 Jul 2003 00:32 GMT | 1 |
The following sub or method works, and works quickly although I haven't instrumented it...... but it so so long....isn't there a better way? I set up each parameter to fetch from an existing column value in the client table. Then I fetch each value.
|
| HELP - Unix backend and .NET front end - will it work ? (plus Window$ OS requirements questions) | 23 Jul 2003 09:10 GMT | 1 |
Need help on the ff questions, please: 1). if I developed a .NET application, what is the earliest OS required to run the application for end users ? 2). Do I need to bundle any extra support libraries etc to support the
|
| capture a events of Context Menu | 22 Jul 2003 17:54 GMT | 1 |
I need help, in my windows application, how do I capture a events of Context Menu I am adding code here, cont.MenuItems.Add("Cut")
|
| LOST PRODUCT KEY!!! | 22 Jul 2003 14:26 GMT | 3 |
I purchased Microsoft Visual Basic.NET a couple of months ago. I recently, however, threw away the original case which contained the CD's because I put them in a case which stores all of my cd's in a central location. My hard
|
| business objects or dataSet or typed dataset? | 22 Jul 2003 13:40 GMT | 1 |
I wanna implement a small CRM and i don't know which is the better way to represent data to the WinUI. Is it typed datasets or dataset or business objects.
|
| Socket Connect problem in UserControl hosted in IE | 21 Jul 2003 16:38 GMT | 2 |
Got a fun one for you guys. I have a UserControl that contains a socket that connects to our server practically instantly when the UserControl is hosted in an executable residing locally on a client machine. If I attempt to host this control in
|