| Thread | Last Post | Replies |
|
| password set up | 04 Mar 2006 10:50 GMT | 2 |
how can I set my computer to require a password to get online
|
| NUnit - Looking for a comprehensive (RDBMS) example implementation | 04 Mar 2006 10:31 GMT | 1 |
I work in a .NET environment and I am about to create a development strategy. As part of this I am looking at implementing a testing tool to fit in with an iterative approach and NUnit seems to be the logical choice. Although it works well with very simple classes, it seems to
|
| How to detect Terminal Server in VB.NET | 04 Mar 2006 08:30 GMT | 2 |
I need code in VB.Net to detect if the application is running on Terminal Server. I am using the following code. Please let me know if you see any issues in it or if you have some better code to achieve this functionality:
|
| Storing Formulas - Database | 04 Mar 2006 06:25 GMT | 1 |
All - I have a project that has a bunch of formulas. I would like to store each of the formulas in a SQL and then load them and have my app execute it. The problem I see is that a Dataset would return the formula as a string and not as a result. Anyone have an idea on how I ...
|
| A Question Regarding WebService Test Page | 04 Mar 2006 06:19 GMT | 3 |
I just want to ask one question about the web service test page. The functions which are shown on this test page are not shown in the order in which they are implemented in code. They are not even ordered alphabetically...
|
| Multidimensional array question | 04 Mar 2006 06:13 GMT | 3 |
I am trying to develop a multidimensional array for use of searching a very large database. I understand the concept of one and two dimensional arrays but this project would include up to 12 or 13 criteiras for the search. The engine needs to be user friendly for general public ...
|
| DLL Config Files | 03 Mar 2006 22:06 GMT | 3 |
I've seen some info on this out here but nothing that I could find and try worked for me. I have a DLL that I want to have a config file for. As is probably well known, the application that calls that DLL cannot read my config
|
| Program running in administrator and guest account | 03 Mar 2006 20:56 GMT | 2 |
Someone knows how I can solve it: I've installed my program in administrator account for all users. But i've tried to run in guest account, my program returned fatal error, and it didn't open... In the administrator account works very well!
|
| Ideas or direction needed for approval path | 03 Mar 2006 18:16 GMT | 3 |
I have this .NET web project that I will need to create web forms that will allow employees to request personnel actions (for example, request for vacation time). Depending on what department the employee is in determines who approvals the vacation time and what paths it follows ...
|
| Generics for custom collections | 03 Mar 2006 15:04 GMT | 3 |
I am developing a new management system for my company, and with it have 3 layers of functionality written in VB.NET 2.0. In the business logic layer I have a user class which contains all user information. I also would like to put in a userCollection class for all my users. ...
|
| Windows Service with Timer | 03 Mar 2006 14:59 GMT | 4 |
I have a Windows service, where I want to use a timer.. But it does not Seems work?? It does not catch the Timer1.tick event ??? But the code works on a form??? Can anyone help me, please??
|
| Complex XML transformation in a better performance way? | 03 Mar 2006 14:33 GMT | 2 |
The problem is how to achieve the transformation as below: The source xml contains tons of repeating structure like below, each item node contains a person element and a insurance element that correlate to the Person element with the person id.
|
| Asp Net | 03 Mar 2006 13:46 GMT | 1 |
Everytime after I build my solution , I need to register ASP_NET in order to show the web site , if not IIS faild to look on that site .. what is going wrong actually ? Please help ..
|
| Forms-based authentication | 03 Mar 2006 13:31 GMT | 2 |
I'm trying to use forms-based authentication in my web application and it works quite fine when I put web.config file in the root of my web directory. But this results that all users make to login into the site which is not desired. Obviously there are some parts in the root of ...
|
| enterprise library compatability with asp.net 2.0 | 03 Mar 2006 12:50 GMT | 2 |
hi i have a web page written in asp.net 2.0 that calls an assembly written in vs.2003. the assembly uses the enterpriselibrary configuration block to get config
|