| Thread | Last Post | Replies |
|
| Multi-Platform Component Development | 31 Jul 2009 14:05 GMT | 3 |
Can I develop a single component (aka widget) which is capable of being hosted across the following application platforms? .NET Winforms .NET ASP
|
| WCF and com | 30 Jul 2009 21:32 GMT | 1 |
I have an vb6 application that uses a vb6 data object for database access that has been live for many years. I have just written a web service using WCF that also uses the vb6 data object and all works ok. However sometimes the error 'object variable or with
|
| Problem with an IF argument | 30 Jul 2009 21:21 GMT | 2 |
How do I show this formula? If (Column S85=24) + (Column U85=33.00) then column U85*AE2), OR If (Column S85=24) + (column U85=34.67) then column U85*AE3), OR IF(Column S85=24) + (column U85=39.50) then (column U85*AE4), OR
|
| What's wrong with the SqlParameter? | 30 Jul 2009 08:54 GMT | 5 |
I have the following C#.NET code that executes a stored procedure and returns an integer value from the stored procedure: //insert to algo_executions IDbCommand command = mConn.CreateCommand();
|
| Unable to install agent | 29 Jul 2009 20:40 GMT | 1 |
I am unable to install the DPM agent on 1 of my servers. This server hosts MOM and WSUS. I get the following errors in my AgentBootstrapperCurr.errlog: 0B30 0B34 06/15 20:03:48.745 07 bootstrappatch_expanded.cpp(1117) Failed: Protection Agent is already installed: 0x80990a1
|
| CPU / Memory Profilers | 28 Jul 2009 23:39 GMT | 1 |
What are your recommendations for a reliable products (CPU and Memory) Currently evaluating - dotTrace and Ants Any other products that you think are worth trying out. Pro's / Con's that you think would be useful.
|
| Typed datasets and table table adapters components not showing in Toolbox | 28 Jul 2009 08:28 GMT | 4 |
Typed datasets and table table adapters components not showing in Toolbox Hi, I have a solution with several projects. One project contains datasets
|
| Microsoft Office Professional | 28 Jul 2009 02:16 GMT | 4 |
I have installed Microsoft Office Professional 2003 and like that version of Microsoft Word. I have also installed Microsoft Office Professional 2007 and use that version of access. Is there a way to uninstall only Microsoft Word 2007? When I look at the uninstall program it ...
|
| microsoft access | 28 Jul 2009 00:07 GMT | 2 |
I am a fairly new user to access. I made some correction in a query. Now whenever I save a query I can open it back up but cannot get into the design view. When I try to open the query in design view it gives me the message - invalid use of null.
|
| Option Strict Disallows Late Binding | 25 Jul 2009 23:32 GMT | 2 |
The code below Fails to compile with option strict on... with off it is fine. Where is the problem? Function Find_In_List(ByVal alIn As ArrayList, ByVal iIndex As Integer, ByVal sFindVal As String) As String
|
| Twitter .NET support resource? | 25 Jul 2009 17:41 GMT | 2 |
Anybody know an active forum or some resource where .NET coding for Twitter is discussed?
|
| Countif | 25 Jul 2009 15:36 GMT | 1 |
I am trying to get a formula to work without success I want a count for each month (Colum H) where the value is CANC (Column L) The date is formatted as e.g. Mar-09 =SUMPRODUCT(($H$11:$H$1000=3-9)*($L$11:$L$1000=canc)) I get the result
|
| CMS(ContentManagementSystem) | 24 Jul 2009 21:33 GMT | 2 |
I am looking for a good content management system in ASP.Net using MySQL database or any open source database .
|
| QoS and C# | 21 Jul 2009 04:42 GMT | 1 |
Does anyone have links to implementing QoS in C#? According to MSDN, QoS API was intended only for c++ developers. I think that is kinda sepratist if you ask me. Anyway, I did find a link where someone provided a VB version of the Winsock
|
| Difference between delegate and event handler | 20 Jul 2009 17:06 GMT | 2 |
I've added a button (button1) on my form. I click on the button, and automatically a new method is created called, "button1_Click". I also see that the following line of code is added as well: button1.Click += new EventHandler(button1_Click);
|