Advertisement

1 - 10 of 111 containing alltags:(".NET 1.1") (0 seconds)
Experts, i am battling with this problem of No Symbols loaded. When i start debugging , i have the modules window open and i am trying to F11 my way deep into the code and i am not able to do so, b...
Zones: Visual StudioDate Answered: 05/16/2008 Grade: A Views: 0
I have heard that Java allows a CheckStyle plugin in Eclipse where in we can specify all the styles that our code should adhere to (like the variable names should start with "_" etc etc). Is there ...
Zones: .Net Editors & IDEsDate Answered: 08/11/2008 Grade: A Views: 4
I have a project that requires Microsoft .net 1.1 framework on my building's PCs. I just discovered that I have about 150 XP Pro SP2 PCs that for some reason don't have .net 1.1 I usually push o...
Zones: .Net Compact Framework, Web Ser...Date Answered: 08/14/2008 Grade: A Views: 17
I have a number of services that are accessing a SQL 2005 Express database through SQL Logins. Seemingly at random the services were failing in their access of the database with the following messa...
Zones: C#, SQL Server 2005Date Answered: 11/12/2007 Grade: B Views: 0
Hi, I need to provide a page with links to download files from the server.  However, I am not sure what would be an ideal control to use for this scenario?  Would it be Hyperlink or LinkButton?   ...
Zones: ASP.Net ProgrammingDate Answered: 11/15/2007 Grade: B Views: 0
Hi, My C# form has a ContextMenu.  I could not find a way to define the MenuItems at Design time, so I added them dynamically.  But there a couple of problems.  I defined and used them as follow...
Zones: C#Date Answered: 01/01/2008 Grade: A Views: 0
I'm trying to define a brand new class within an existing NameSpace as: using System; using System.IO; namespace TeleCS {       /// <summary>       /// Summary description for PalmDatFile.       /// </...
Zones: C#Date Answered: 01/01/2008 Grade: A Views: 25
How do I display (is a ListBox) all of the items in a NameValueCollection?  Specifically, for Debugging purposes.  Would be nice in the Watch list. Things are defined as:       public class PalmDa...
Zones: MS Visual C#Date Answered: 01/04/2008 Grade: A Views: 0
In the file, TelMain.cs, I have: namespace TeleCS { ...             public fmTele()             {                 ...             }             public  MenuItem miSearchPalmNotes = null;                   ... } In the fi...
Zones: MS Visual C#Date Answered: 01/06/2008 Grade: A Views: 0
Hi, I have a binary stream file that was created on my Treo by the PalmOS. After syncing to my PC, I search the file for a specified string and show the results in a ListBox. Fine.  Except...
Zones: C#Date Answered: 01/07/2008 Grade: A Views: 4