| Thread | Last Post | Replies |
|
| .NET 2.0 Beta 2 | 07 Apr 2005 12:17 GMT | 6 |
Several of the people who should know, kept saying that Beta 2 would be out by the end of March. Seems that they weren't right, but does anyone know the currect status ofr beta 2? Can't wait to get my hands on it... :-) /Morten
|
| database | 07 Apr 2005 08:01 GMT | 1 |
Ihave developed a dot net base software,i would like to download some support file for updating the existing database,that means if my software give problem,taht time i have to uninstalled the database, freshly i need to install that software but i dont want to loose my data so ...
|
| vb.net Class library project | 07 Apr 2005 05:26 GMT | 1 |
Building classes for an OOP project and went to add a property that for one of my objects that is an Image. I went to include System.Drawing and to my surprise it did not exist. Does any one know why the drawing name space is not available in a class library project and is ...
|
| Moves Files Using Wildcard? | 07 Apr 2005 04:22 GMT | 3 |
Is there any method of moving files within the .NET framework? Something along the lines of System.IO.File.Move() ? I need the ability to move between volumes and/or servers using wildcards. Hoping that I don't have to write my own.
|
| Datarepeater | 07 Apr 2005 03:28 GMT | 4 |
Hi, NG! Is there any updated version (.Net) of the Datarepeater control or do I have to use the old (VS6.0) version? Thanks.
|
| .NET Reactor | 06 Apr 2005 23:12 GMT | 2 |
Has anyone any experiences of using .NET Reactor, in order to protect their assemblies?? http://www.eziriz.com/ Any opinions / experiences appreciated.
|
| Math Error in the .NET Framework 1.1.4322 SP1 | 06 Apr 2005 22:16 GMT | 8 |
I posted this message to dotnet.general, but thought it would be applicable here as well: I have discovered a math error in the .NET framework's Log function. It returns incorrect results for varying powers of 2 that depend on whether the
|
| What is Place of Managed C++ in .NET? | 06 Apr 2005 20:54 GMT | 14 |
Hello Esteemed Developers and Experts, I have been using Microsoft Visual C++ .NET for 1 year. During this time, I have searhed some topics over internets. Most of the topics about .NET is related to C# and Visual Basic .NET. There are less documents about Visual
|
| XmlTextReader - practical application | 06 Apr 2005 18:26 GMT | 2 |
I have a very small XML file I am using to hold data for my app, and want the fastest, easiest way to grab my data from it. On the surface it seems the XmlTextReader is the best object for this, but I am having several issues with it. All of the examples I can find simply ...
|
| Calling Events | 06 Apr 2005 17:25 GMT | 1 |
I have a vb form with a list view control. The list view is populated in the form_load event. When user clicks on an item in the list, it fires the listview_click event, which populates text fields on the form with listitem attributes.
|
| XPATH- Find Nearest Node | 06 Apr 2005 13:49 GMT | 3 |
Is there a way in XPATH to find the nearest node of the node in context with a certain attribute value. Here is my problem. I have the following XML and I am trying to add all the nodes with attribute value LNum=1 as child nodes of the nearest node above it with attribute
|
| list control bind source - best practice | 06 Apr 2005 12:47 GMT | 1 |
For the following scenario: "I am populating a drop down list control with 5-10 items of static data. This list control will appear in several ASP.NET pages." What is the best practice? Should I,
|
| can not load the dll | 06 Apr 2005 09:43 GMT | 1 |
I created a C++ code. COmpiled it to get a DLL. When I run dumpbin /exports oss.dll i get all my exports to a sreen lke _function@4.
|
| This can't be true | 06 Apr 2005 09:38 GMT | 12 |
try running this C# code in VS.NET 2003: using System; namespace ExitCode {
|
| .net active directory | 06 Apr 2005 08:52 GMT | 1 |
I have an ASP.net page and I am querying active directory. I have a list of of users and for each users I executed a method DirectorySearcher ds = new DirectorySearcher("LDAP://ABC"); ds.Filter = @"samaccountname=someaccount;
|