Archived Months
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
all groups > dotnet academic > january 2005

Problem experimenting asp.net on local computer
Posted by Xero at 1/29/2005 5:27:01 PM
Hello. I am using Win XP Pro with .NET Framework 1.1 and VS 2003 installed. I want to experiment ASP.NET on my local computer. So I installed IIS from the Windows CD. However, I still can't execute asp or aspx pages on my computer. Is there anything left to be done? Thanks. -- Xero ...more >>


Need to use the Console.Write But
Posted by jaime at 1/28/2005 9:13:11 PM
I have a console application and would like to show progress on the same line "overriding the previous output" is this possible Thanks in advance ...more >>

Word Viewer Refrence
Posted by Ashok at 1/27/2005 11:47:03 PM
Hi, ihow can i call the refrence of Word when on my system Microsoft Word Viewer is Installed . I am using .net and want to add a refrence of word, so that i can perform all the action which word provides. Thanks in advance Ashok...more >>

Help
Posted by Alan at 1/27/2005 11:40:11 PM
hi guyz..im fairly new to .net.. i have a windows form which hosts an IE web control,as the page loads it fires certain events like download begin,progress change... which is fine.. -the thing is i have a calender control on one of the pages which is loaded(the pages which are loaded are...more >>

selecting item in dropdown list
Posted by shweta_1511 NO[at]SPAM yahoo.com at 1/27/2005 11:20:30 PM
hi all i have bounded a table to dropdown list it is perfactly working but as soon i select any item from that dropdown and click any button for event, the first item in the table will come in the dropdown list. i want to uue that selected item in my next query but if i do Label6.Text = DropDo...more >>

MSMQ problem
Posted by Laszlo Csabi at 1/25/2005 1:05:14 PM
Hi Folks, I got a problem with message queue. I want to put a row of a dataset into the message body and when I send it to the Q I throws an Exception. Error message is : YNOTCALLME.MULTISOFT.ENTITY.dsDistributor.DistributorRow cannot be serialized because it does not have a default publi...more >>

Installing .NET Academic
Posted by tonyblum at 1/24/2005 12:56:27 PM
Hi, I just installed VS .NET Academic and when I try to run (CTRL+F5) a program I get, "Error while trying to run project: Unable to start debugging. The debugger is not properly installed. Run setup to install or repair the debugger." I have installed this product twice now, as well as ...more >>

Students locating server though firewall
Posted by Madeline Baugher at 1/24/2005 8:35:04 AM
I have managed to install a Win2003 server running SQL Server2000 and IIS 6.0. The server has a DNS name and is accessible to students from campus labs. These students need to do the following actions from their home computers(all these actions work great on campus network). 1. Using Visual...more >>



asp.net
Posted by CarterM at 1/23/2005 9:47:02 AM
I am running Windows XP Pro with IIS 5.1 and VB Studio.NET Academic 2003. The ..NET Framework 1.1 SP1 is installed. When I created a very simple "HelloWorld.aspx" file with Notepad page and try to run it, a configuration error page displayed: "Description: An error occurred during the pr...more >>

com componets not working .net framework
Posted by kavitha reddy via .NET 247 at 1/23/2005 9:36:55 AM
my application which worked fine till few days back ,but today its giving me error saying "com object with CLSID {the no} is either not valid ot not registered". can any one tell me solution to this. thanks -------------------------------- From: soni ----------------------- Posted by a user ...more >>

inline changes
Posted by coolcat118 at 1/20/2005 8:41:03 AM
how to make inline changes in c# and not have to recompile code...more >>

.net technologies
Posted by harry at 1/19/2005 3:07:02 AM
which .net languages is more efficient, what i mean to say is, compared on, capability, usability, advanced features, job oppurtunities, which is best, ...more >>

Dynamically load a .NET assembly from config file
Posted by Nelson Xu at 1/17/2005 5:28:13 AM
Hi All, I try to load a .NET assembly at run time from machine.config file for my Windows Service application. Here is my VB.NET code: Dim MyAssembly As [Assembly] MyAssembly = [Assembly].LoadFrom(AppSettings("PayoffInfo")) Dim MyTypea As Type = Type.GetType(MyAssembly.FullName) 'Obtain a...more >>

Advanced Grid Usage
Posted by IMRAN SAROIA at 1/14/2005 8:30:54 PM
Hi! I am from Visual FoxPro Community and used to develope data entry forms on many sides on Data Grid. But the Grid in Dot Net is quite different than in VFP as long as interfaces are concerned. Please advise resources for using Grid for data entry in Windows Forms Applications. Than...more >>

Debugging Users Group
Posted by James Robertson at 1/12/2005 2:37:02 PM
Managing many Students is not always a simple process. Is there a way to add the Domain logged on user to the Local Debugging Users Group through a script preferably Group Policty? The students may not always use the same computer so I need this to folow their roaming profiles....more >>

May I install the professional VB over the academic?
Posted by Mark T.. at 1/12/2005 11:25:57 AM
I am planning to install the Professional VB .NET 1.1 over the Academic Visual Studio .NET 1.1 Will it work? MT ...more >>

Grading System
Posted by PolarBears at 1/7/2005 10:03:05 AM
I have a question, I'll be impressed if somebody remembers. ;-) Remember when .NET first was released and Microsoft had several videos released on how it can be used, and there was a school in California (I think) where the class developed a grading system that the parents could check the g...more >>

.NET Framework Class Library Design Question - ISite, IComponent, IContainer
Posted by jamal NO[at]SPAM docUSA.com at 1/7/2005 9:48:14 AM
I have copied the associated interfaces from MSDN below. The problem is that I do not completely understand why it is designed in that way? What is ISite for and is it really useful? And finally does anybody know new enhancements in this design on Whidbey? Copied from MSDN for your convenience...more >>

Anyone Using Visual Web Developer 2005 Express?
Posted by Greg Dunn at 1/6/2005 11:36:53 AM
I'm preparing to teach a group of high school kids web application development using Microsoft technologies. Although doing anything even halfway serious with a beta product normally gives me pause, I'm very interested in the Visual Web Developer 2005 Express product. Have any of you used it...more >>

VS.NET Installation Problem
Posted by dwest419 at 1/6/2005 8:31:09 AM
I am trying to install Visual Studio.NET 2003 Academic on XP Pro with SP2. I start the VS setup launcher from CD#1, it checks system requirements then displays 4-step dialog box with step #1 highlighted (Prerequisites). I click on that, it displays "insert disk - prerequites" dialog box, "OK...more >>

Programming with Dual Monitors
Posted by Ben Dunn at 1/3/2005 2:04:17 PM
Is there a way to control which monitor a form is displayed in with VB .NET? We are running on Windows XP with a Matrox Dual Monitor card. ...more >>

Dot Net Application Setup
Posted by IMRAN SAROIA at 1/1/2005 11:06:53 PM
I want to distribute all the Dot Net Framework and related data components with my Dot Net Application. I tried to include the Dot Net Framework with setup wizard but it does not seem to work. I donot want thes users to wait to download the Dot Net Framework. Please adivse necessary steps!...more >>

Custom Controls
Posted by R2D2 at 1/1/2005 9:27:04 AM
Hello, I was wondering if anybody knows of a book showing how to create custom controls, I have a few books on windows programming at the moment, but they only briefly touch the surface of control programming, are there any better books out there? Thanks...more >>


DevelopmentNow Blog