| Thread | Last Post | Replies |
|
| HOW TO Disable Echo in Console Application | 31 Oct 2003 23:24 GMT | 1 |
I 've built a console application, so in some point i ask the user to prompt me his password to log to the application. My problem is that if i get the password by Console.Readline(); the password is shown to the user...
|
| Help Please --> on UIPAB framework | 31 Oct 2003 20:01 GMT | 1 |
Hi i just recently got introduced to this UIPAB framework. This is like Struts MVC 2 arch like. But i could see this is more advanced and feasible than that in state presistance area, but i could grasp only a very little crisp details about this framework design. From the MSDN site ...
|
| Application Design: ADO Components | 31 Oct 2003 19:12 GMT | 1 |
This is a newcomer's question (So far, I have produced only small applications to run on computers within my reach, using text files instead of "real" databases.) What I want to do:
|
| ServicedComponentException | 31 Oct 2003 12:34 GMT | 2 |
I can't run my .NET application on Windows 2003 but not XP. The error dialog has the title "Microsoft .NET Framework" and the content contain the following detail. "System.EnterpriseServices.ServicedComponentException: The
|
| User Interface Process Application Block | 31 Oct 2003 04:19 GMT | 3 |
Has anyone been able to use the UIPAB for the purpose of creating an Outlook-style interface? It appears that the application block supports views in which each individual view corresponds to a seperate instance of a windows or web form.
|
| Installation of Exception Management Application Block | 31 Oct 2003 03:28 GMT | 2 |
Hello, I am trying to figure out how to get the Exception Management Application Block to Install into the GAC from a Windows Installer Package.
|
| Excel Automation remains open after closing | 30 Oct 2003 18:08 GMT | 2 |
Hello, I have an VB60 app that I converted to .Net. Throughout the app. Excel is opened and manipulated and then shutt down. In order to prevent conflicts w/the user, excel is
|
| Class that implements IEnumerable and IEnumerator | 30 Oct 2003 09:39 GMT | 2 |
Hey All, Dim oCriterionCollection As New CriterionCollection Dim oUserCollection As New UserCollection
|
| Dataset cascade update concurrency conflict. | 28 Oct 2003 12:30 GMT | 9 |
I have a dataset containing several tables, which are related by DataRelations. I have cascading updates for the key fields (i.e. child DataTable has DataRelation linked to primary key of parent DataTable). This works well on
|
| Search architecture proposals for a distributed application | 28 Oct 2003 07:42 GMT | 2 |
The dot.net framework is very powerful. With its largeness, the possibilities of different architectures augment also and make it difficult to choose the right one. I want to implement a distributed application. Each machine disposes
|
| low COM call performance in second thread + remoting = no logical workaround ?? | 27 Oct 2003 23:42 GMT | 1 |
This is a problem which makes mind goes in circles: The application needs to run a remote procedure on other machine which in turn needs to make some millions of COM calls to store a data from DB to the memory.
|
| ASP.NET Shuts Down SQL Server | 27 Oct 2003 20:18 GMT | 1 |
Help!!! After installing an ASP.NET application on the same box as SQL Server, it occasionally locks the SQL Server (CPU usage 99%) and turns the machine unusable.
|
| .NET Com+ and .NET Class Library | 27 Oct 2003 14:47 GMT | 2 |
I have a dotnet class which extends ServicedComponent and is deployed in COM+ and a normal class. Which will give better performance .NET COM+ or .NET Class library?
|
| how to prevent viewing of dll il code | 26 Oct 2003 04:34 GMT | 3 |
our dlls will be deliveried to customer side, how to prevent the il code from viewing by other people? thanks, Jack
|
| Send events to webpage | 26 Oct 2003 04:28 GMT | 1 |
I want to send events from my web server application to web based clients. For example, in an email application I do not want the client to poll for new emails but rather be informed as soon as a new email arrives on the server.
|