| Thread | Last Post | Replies |
|
| Data Access Application Block error | 23 Apr 2004 22:39 GMT | 1 |
I have installed ver 2.0 of the Microsody DAAB and I am getting an error when I call the SqlHelper.ExecuteDataset method: "Object reference not set to an instance of an object." Here is the code that is giving the error: dgrdHistory.DataSource = SqlHelper.ExecuteDataset(con, _ ...
|
| Working with Windows Service and SQL 2000 | 23 Apr 2004 21:47 GMT | 1 |
I have a Windows 2000 Service created in C#.NET that needs to access a remote SQL 2000 Server and run some stored procedures. The problem I am having is that I don't know how to get the service authenticated on the
|
| Socket.BeginReceive() Problem (Asynchronous Socket) | 23 Apr 2004 21:13 GMT | 1 |
Hi every body I wrote a Asynch Server using ManualResetEvent.Reset(), ManualResetEvent.Set(), ManualResetEvent.WaitOne() events I'm receiving a Message (Example: "Hello Word") without Terminator (No Char or String Terminator like <EOF>) So When I Receive my Message ((Example: ...
|
| How To Reference Other Layers in Distribured Application | 23 Apr 2004 10:05 GMT | 1 |
I created a simple c# distributed application using the template provided by VS.NET. Inside each layer the namespace is Test.BussinsessRules, Test.DataAccess ... etc.
|
| Any sample code available? | 23 Apr 2004 09:46 GMT | 3 |
Hi! Guys, I am learning and working on .NET Architecture. I want to develop application with n-Tire Architecture. Is there any sample code which shows which class should be in which tier.
|
| Queued Components and COM+ Partitions | 22 Apr 2004 21:42 GMT | 2 |
I will start describing the environment: ---> Windows 2003 Server ---> MSMQ 3.0 ---> COM+ 1.5
|
| Need Guidelines to aid in deciding b/w FAT Client and Client-Server Architecture | 22 Apr 2004 08:21 GMT | 2 |
I require urgently guidelines to aid in deciding whether to go for a FAT Client Application or a Client-Server Application model. Like Pros and Cons related to the Performance issue in both the above models seeking your help ....... thanx in advance Saurabh
|
| Testing Application Code Blocks | 21 Apr 2004 20:16 GMT | 1 |
I am in the process of writing a document on "How to Test Application Code Blocks" from performance, security perspectives. It would be great if you can share with me the testing process you followed in your projects that involved application code blocks. It
|
| newbie questions about the .Net windows installer | 21 Apr 2004 16:39 GMT | 1 |
what are the purposes of the instmsia.exe and instmsiw.exe files? Can I tell the installer to download them from the internet if the system needs them? If so, how do i do this? I don't want to include them with the product normally because each of them
|
| Smart client (no-touch deployment) on win2k/sp4 | 20 Apr 2004 17:15 GMT | 7 |
I have a smart client that works fine on XP but when I try and run it on win2k the .exe file gets download to IE's temporary internet cache but nothing else seems to happen. I don't see IEExec run and I don't see the exe in the .Net framework download cache. I think its got to
|
| Items added to list box on client side not present on postback | 19 Apr 2004 22:35 GMT | 1 |
In an ASP.NET web application, I am using the standard list box server control and I am adding items to with client side script. When the page posts back, the added items are not available on the server. What do I have to do to make the items available on the server after a ...
|
| How do I Autostart my application after Instalation | 19 Apr 2004 21:00 GMT | 2 |
I developed a windows application in Vb.net and compiled that application. I would like to know that how can i execute my application automatically after installation. I'm using vs.net for setup & deployment. Any Suggestions would be greately appreciated.
|
| deployment woes | 19 Apr 2004 17:50 GMT | 1 |
Ok, Maybe there is an easier way to do what it is im trying to do. Let me explain how I have the solution setup first. Basically, I am having alot of difficulty debugging on my local machine and then deploying
|
| Serialization error with smart client | 19 Apr 2004 09:45 GMT | 7 |
I have a multi-tier smart client that comunicates with a server using remoting. Both the server and the client uses a base-library with my common classes.
|
| Deployment via Internet (Windows Forms Application) | 17 Apr 2004 13:57 GMT | 5 |
I have the same problem that Greg wrote about (First Deployment). I have also read the same book by Halverson. It is great but it leaves a lot of questions about deployment. So do other books (I have quite a library! Here is what I have done I have created a windows forms ...
|