Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet faqs > june 2005

Borland C++ to Visual Studio
Posted by Drikus at 6/30/2005 9:20:03 AM
We are sitting with a bit of a challenge. We are trying to convert a Borland C++ App to either Microsoft Visual Studio C++.net or Visual Studio 6. We cannot find any resources on the net that can explain how and if this can be done. Help Please? ...more >>


Page is not submitted usingclientside validatot
Posted by Sudip at 6/30/2005 4:32:01 AM
Hello I want my .aspx page to have client side validation when using required field/custom validator. It works fine in may http://localhost/... When i uploaded the project in a web server then the validator works fine but page does not submit when the validation is successful. I tried it wit...more >>

How do I: In the Class Name list box, click (Base Class Events)?
Posted by M Skabialka at 6/28/2005 10:55:29 AM
I am starting online classes on Visual Studio .NET. I am using a trial version of VS .NET 2003. One of my first projects says to do the following: Create Forms 1. If Solution Explorer is not open, on the View menu, click Solution Explorer. 2. In Solution Explorer, right-clic...more >>

Native & Web App using .NET
Posted by George P Boutwell at 6/27/2005 9:50:39 AM
What's the best way to develop an Native client and a Web/Intranet 'client' for an application. IE, I want that as I'm developing my Native client for my application, shortly after I'm done with it, I can quickly and easily bring up an web based application that does most if not all the same stu...more >>

Windows 98 SE freezes when shutting down.
Posted by Bossoma at 6/26/2005 8:35:02 AM
I own a Windows 98 SE, which is connected by wireless to a XP. When I go to shut down it freezes. I don't know what the problem is as I shut down all my programs, disconnect from the internet before I shutdown the computer. Any help?! !b!O!s!S!o!M!a! P.S: I didn't know whic...more >>

updating Visual Studio.NET 2003
Posted by rocco at 6/25/2005 11:03:02 AM
Anytime I use the help>check fo update commando from the ttolbar I get an error: VS.NET 2003 setup encountered erros while attemptin to download required files. Check Browser configuration... I setted my browser to allow anything!!!! What's wrong? thanks, Rocco ...more >>

To Know bat file, execution is completed using VB.NET
Posted by Mustaq at 6/22/2005 11:33:01 PM
Hi My requirement is. I am running a batch file (test.bat) from my application using VB.NET I need to know when test.bat gets completed using VB.NET or with any tools I got an example using VB it works fine, but I am looking in .NET (If you can convert from VB 6 to VB.NET fine let me know...more >>

IIS worker process is killed when I run my asp.net app
Posted by Ray5531 at 6/20/2005 6:31:03 PM
Hi All, I got the following Error when I try to run my ASP.NET app ,hosted by IIS 5.1 in windows xp. Event Type: Error Event Source: ASP.NET 1.1.4322.0 Event Category: None Event ID: 1000 Date: 6/20/2005 Time: 5:21:02 PM User: N/A Computer: MYBENQ Description: aspnet_wp.exe (PID:...more >>



Resources assemblys and csc.exe
Posted by dgauchet at 6/16/2005 12:00:00 AM
Hi all, I would build a resources assembly using csc.exe. I launched : csc.exe /out:MyDll.dll /target:library /res:.\..\Main.resx >> it works. But now, I'm trying to include some namespaces in my assembly to hierarchize my resources. So I tried a lot of combination as : csc.exe /out:MyD...more >>

trojans
Posted by sdowling at 6/15/2005 12:00:00 AM
last night I was sent an IM that was called LOSER with a cartoon attachment. It supposedly came from the person I was talking to - but it didn't. At the same time he got the same one, as with my other friend. I've had nothing but problems since and it seems to have gone through my msn address b...more >>

Debugging Newbie Question
Posted by John Carron at 6/14/2005 9:04:36 PM
Hi All, Can anyone please explain the relationship between the source files, debug symbols (pdb) and the compiled files please? I'm a little confused as to what should be where? For example if I wanted to remotely debug an application should the target machine have the debug symbols...more >>

When will .NET 2 be released?
Posted by Richard at 6/11/2005 2:03:31 PM
Subject says it all ...more >>

leaks unloading AppDomain
Posted by greg at 6/11/2005 12:00:00 AM
Hi all, Can anyone tell me why the code below leaks? Here is what I do: 1) create new AppDomain 2) create an instance of AppDomain2Class in it, 3) call a AppDomain2Class.Run() method 4) unload AppDomain No additional assemblies are involved ( even if they were, unloading AppDomain supposed...more >>

.NET Memory Problems
Posted by Prasad Dannani at 6/7/2005 9:16:16 PM
HI, I am a C#.NET Developer. I created a windows application which is taking too much memory. But my code is calling dispose methods of all objects and assigning null them. I don't know why is it happening After that i tried the GC methods it worked for me in the first instance but from the n...more >>

Customizing the Data Grid Control
Posted by vsssandeep boggavarapu via .NET 247 at 6/6/2005 10:08:46 PM
hi I am willing to know how to customize the data grid control i.e to add or delete a row or column at the run-time of the program i.e dynamically From: vsssandeep boggavarapu ----------------------- Posted by a user from .NET 247 (http://www.dotnet247.com/) <Id>8jga52xGUUWrY2/tobN8...more >>

VB.NET or VC++ ?
Posted by Beatrice Rutger at 6/6/2005 12:00:00 AM
Hi, I'm finding it hard to choose between these two languages for a client (desktop) application. VB pros: 1). very easy language, easy to support going forward 2). Very easy to create GUIs VB cons: 1). Not truly OO, I don't know if I can generate code for VB using UML designs/design...more >>

.NET frontend + J2EE backend (how?)
Posted by Beatrice Rutger at 6/5/2005 11:30:07 PM
I have a J2EE backend and I want to develop a frontend using .NET (simply because SWING sucks so much), any ideas of how to do this? tkx ...more >>

.Net and Excel with multi-Sheets
Posted by raymond chiu at 6/3/2005 3:11:33 PM
Dear all, Is it possible to create excel file in .Net and edit or update in multiple-sheets? What the Code Should Be? Moreover, If I am using Crystal Reports and Crystal Enterprise, Is the above mentioned possible? If there is only one sheet, I can export the crystal report to the excel ...more >>

Upgrading to .NET 2.0
Posted by Nitin Singh at 6/3/2005 10:26:47 AM
Well We have Visual Studio 2003 Professional Edition, with .NET 1.1 We want to upgrade to newer .NET 2.0. Do we have to get VS 2005 to use it. Also, how can we go to get new features like debugger visualisers with our scenario. What is the upgrade path for us. Can use just install the beta o...more >>

.NET 1.1 created unwanted logon screen
Posted by BobLeavitt at 6/2/2005 8:54:17 PM
Upgraded .NET 1.0 to 1.1 to accommodate a program I wished to use. =20 Since upgrading, whenever I boot up PC, during the boot process I get a = pretty blue screen with a vertical line down the middle. On the left = side is a Windows logo and a msg saying To begin, click your user name. = On...more >>

asp.net page load twice problem
Posted by Tony Dong at 6/2/2005 1:18:35 PM
Hi there I have one application use C# for asp.net, when I debug and write code inside the page_load, it is loading twice, also I put IsNotPostBack, it still load two times, any one have the same problem, and how to solve it? by the way, I am using asp.net 1.1 version. Thanks Tony ...more >>

How to install database using SQL script from .net deployment project in VS
Posted by Nitin Singh at 6/1/2005 12:00:00 AM
We are using a VS Deployment Project to distribute an ASP.NET app. Presently we take script files to client and run them in Query Analyser of SQL Server. But we want to automate running of SQL scripts along with the application installer. We tried using a project which reads script files and r...more >>


DevelopmentNow Blog