| Thread | Last Post | Replies |
|
| VS2005 + Safe handle has been closed | 15 Oct 2005 04:17 GMT | 3 |
I have a C# program developped with VS2003 and Enterprise Library June 2005. I converted it to VS2005B2, recompiled Enterprise Library to VS2005 and now I'm stuck with a bug when my program closes. The error messsage says :
|
| Regarding componet architecture in VB.NET | 14 Oct 2005 23:34 GMT | 1 |
I need a help regarding writing an application which has two components which are inherited by a base component and depending on which object is associated during the calling the methods in the derived components should get called.
|
| VB.Net question | 14 Oct 2005 23:28 GMT | 6 |
I'm trying to figure which version of vb.net 2003 that I need. I am a dba that usually develops scripts to talk to all of my SQL servers and do things such as back them up, etc. I want to start using vb.net 2003 to do this.
|
| SelectSingleNode not working | 14 Oct 2005 22:56 GMT | 1 |
I'm trying to invoke the "selectsinglenode" method on an XmlDocument object, but it doesn't seem able to find the node I want. I'm able to access the document root but when I try to parse an invividual node, I get an "System.NullReferenceException: Object reference not set to an ...
|
| Visual Studio 2003 & 2005 Side-By-Side | 14 Oct 2005 21:26 GMT | 2 |
Can someone tell me if I could use Visual Studio 2005 (RTM) alongside Visual Studio .NET 2003? Also, can VS 2005 generate output targeting 1.1? I have code written for .NET 1.1 and therefore need to either A, have VS 2005 target 1.1 as well as 2.0, or B, keep 2003 for 1.1 and use ...
|
| Does Monitor.Exit yield to waiting threads? | 14 Oct 2005 21:18 GMT | 5 |
Consider this code: ---- Monitor.Pulse(oLock); Monitor.Exit(oLock);
|
| ASP .NET 2.0 how to change menu programetically | 14 Oct 2005 21:04 GMT | 2 |
Hi, I am using VS 2005 BETA 2 . Having problem as under. Q2. Is it possible to add more than one sitemap file in website ? I want to build menu that changes programatically.
|
| MP3 file properties | 14 Oct 2005 18:37 GMT | 1 |
Does anybody know if it is possible to read in the properties of an MP3 file in VB.NET, or any VB.NET add-ins? I want to display a list of MP3 files, and display information such as the bitrate, sample freq etc?
|
| Lost Control in VS.NET | 14 Oct 2005 16:18 GMT | 1 |
Ok, don't laugh, but I have a panel control on a form and it has lots of other controls on it. I can't find it in the designer in VS.NET! I can go to the properties window and select it. All the controls it houses are there too. Yes, I did move all the controls on the form ...
|
| IIS is sending everything as octet-stream | 14 Oct 2005 16:08 GMT | 2 |
Today I got my new XP machine (upgraded from 2k). After spending a day reinstalling all my apps and backups, I almost have things set up. I have put all my files back into wwwroot, but when trying to access localhost, my browser wants to download an octet stream instead. It seems ...
|
| Datagrid to Excel: Retain leading zeros? | 14 Oct 2005 15:19 GMT | 5 |
I need to export a datagrid to Excel. I could did this. But, also need to keep the leading zeros in the data. How can I acheive this?
|
| Server.MapPath question | 14 Oct 2005 12:50 GMT | 1 |
In my code I have this line of code.... CrystalReportViewer1.ReportSource = Server.MapPath("CrystalReportSummary.rpt") I moved the file, CrystalReportSummary.rpt, and I get an error.
|
| Visual basic.net using rows in sql server tables | 14 Oct 2005 11:44 GMT | 2 |
In a visual basic.net 1.1 windows application, I need to pass required and optional values from a sql server 2000 table for a windows application to process. Each of the 250 columns in the sql server 2000 database table are options on how a windows application with process. The ...
|
| Multiple pages during a registration process | 14 Oct 2005 09:30 GMT | 1 |
I have multiple screens during a registration process. I have noticed that most BIG registration websites are not using "hidden text input objects" to carry the information from one page to another. what would you suggest?
|
| .NET certification group? | 14 Oct 2005 07:55 GMT | 1 |
I have specific questions about Microsoft's self-paced training kit. Can anyone point me toward a group where people routinely deal with questions specific to these lesson plans?
|