Visual Studio .NET 2003 and Visual Studio .NET 2002 (RETIRED)http://forums.asp.net/33.aspx/1?Visual+Studio+NET+2003+and+Visual+Studio+NET+2002+RETIRED+Discuss using Visual Studio .NET 2003 and/or Visual Studio .NET 2002 for building ASP.NET solutions. Note : This forum was retired on Monday July 12, 2010, and is now read-only. More InformationMon, 14 May 2012 02:04:30 -0400urn:uuid:00000000-0000-0000-0000-000000000033urn:uuid:00000000-0000-0000-0000-000001350762http://forums.asp.net/p/1011365/1350762.aspx/1?Error+Visual+Studio+NET+cannot+create+or+open+the+application+The+likeliest+problem+is+that+required+components+are+not+installed+on+the+local+Web+server+Run+Visual+Studio+NET+setup+and+add+the+Web+Development+component+Error:Visual Studio .NET cannot create or open the application. The likeliest problem is that required components are not installed on the local Web server. Run Visual Studio .NET setup and add the Web Development component. <p>Hi,</p> <p>I installed the IIS 5.0 after VS.Net 2003 (1.1). after that I did run the aspnet_regiis -i at the visual studio command prompt.</p> <p>I am able to run local web application created on my PC. </p> <p>But when I tried to copy an web application created at shared PC into the wwwroot folder, I get the following error while trying to open the project in VS.Net. I've created the virtual directory for the project and also set the integrated windows authentication under the directory&nbsp;security tab in the IIS.</p> <p>Please help me resolving the problem.</p> <p>Thank You.</p> <p>&nbsp;</p> 2006-07-25T15:07:38-04:002006-07-25T15:07:38.587-04:00urn:uuid:00000000-0000-0000-0000-000001276604http://forums.asp.net/p/987858/1276604.aspx/1?I+cannot+drag+web+custom+controls+from+toolbox+to+web+formI cannot drag web custom controls from toolbox to web form <p>I have created some web custom controls (both composite controls or derived/inherited controls).&nbsp; I successfully added them to the toolbox.</p> <p>However, when I try to drag them onto the form, the cursor changes into a black circle with a diagonal line, and cannot drag them.&nbsp; I also tried double-clicking them from the toolbox but it still won't work.</p> <p>I sent the Control Library (DLL) to a friend, and he managed to use it properly.&nbsp; I am assuming this is a problem with my Visual Studio.</p> <p>Has anyone encountered such a problem?&nbsp; Any suggestions or solutions?</p> <p>&nbsp;</p> <p>Thanks.</p> 2006-05-04T20:51:19-04:002006-05-04T20:51:19.153-04:00urn:uuid:00000000-0000-0000-0000-000003967860http://forums.asp.net/p/1577914/3967860.aspx/1?an+unknown+error+occuran unknown error occur <p>hi, I meet an error here. When I was run my project, it can be build, but after that an error occur. I have attach link for the error occur. Please have a look. The error show as below: http://i978.photobucket.com/albums/ae263/jazztan829/errorwithdebugging.jpg</p> <p>If I run without debugging, it also show me an error. The error show as below: http://i978.photobucket.com/albums/ae263/jazztan829/errorwithoutdebugging.jpg</p> 2010-07-12T03:41:54-04:002010-07-12T03:41:54.32-04:00urn:uuid:00000000-0000-0000-0000-000003952237http://forums.asp.net/p/1574087/3952237.aspx/1?Visual+Studio+2003+Debug+mode+vs+Run+mode+DiferenceVisual Studio 2003: Debug mode vs. Run mode Diference <p>Hi,</p> <p>I'm have the following situation with a Visual Studio 2003 app. &nbsp;When I execute it via web browser it behaves in a wrong &quot;logical&quot; mode (no error screen). &nbsp;<br> When I execute it in debug mode (step by step) it behaves fine (all variables gets values according to expectations), and expected final result is ok.</p> <p>The directory files is the same for both execution escenarios (Only one IIS virtual directory)</p> <p>It has happened to anyone? Any ideas to attain the solution?</p> <p>Write to j u a n m a d i a z AT h o t m a i l . c o m</p> 2010-06-30T14:37:18-04:002010-06-30T14:37:18.55-04:00urn:uuid:00000000-0000-0000-0000-000003930133http://forums.asp.net/p/1569519/3930133.aspx/1?Cannot+Access+hash+webCannot Access hash.web <p>I had using VS2003 for debugging program for some times already. But suddenly error message shown &quot;cannot access hash.web&quot;. I had tried certain solutions eg:</p> <p>1. Indexing Service set to manual.</p> <p>2. Uninstall and reinstall VS2003.</p> <p>3. reset IIS</p> <p>Any other methods? Hope someone can help me because it quite urgent.</p> <p>Thanks in advance.</p> <p>Regards,</p> <p>Ling</p> 2010-06-16T13:08:35-04:002010-06-16T13:08:35.383-04:00urn:uuid:00000000-0000-0000-0000-000001917663http://forums.asp.net/p/1160665/1917663.aspx/1?how+to+show+current+time+ticking+how to show current time(ticking). <p>hi all, may i know how to show current time which is ticking when browser is loaded, and saved the time when a button is hitted?</p> <p>i have tried on displaying the time which is stagnant on the time it loads. </p> <font size="2"> <p>Label7.Text = DateTime.Now.ToString(&quot;HH:MM:ss&quot;)</p> <p>how to make it more real time.? please help!</p> </font> 2007-09-20T03:55:39-04:002007-09-20T03:55:39.077-04:00urn:uuid:00000000-0000-0000-0000-000000735373http://forums.asp.net/p/735373/735373.aspx/1?Default+DirectivesDefault Directives Is there a way to set the default directives that VS.NET 2002/2003/2005 will use for an initial code-behind? For instance, now it sets the following by default: <pre class="prettyprint">using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls;</pre> I always need the following extras and would like them to be included by default: <pre class="prettyprint"> using System.Text; using System.Text.RegularExpressions; using System.Data.SqlClient; // also some other custom ones... </pre> Thanks for any info you may provide! cjmaxey 2004-11-02T00:32:03-05:002004-11-02T00:32:03.513-05:00urn:uuid:00000000-0000-0000-0000-000003819469http://forums.asp.net/p/1554621/3819469.aspx/1?Page+handler+issuePage handler issue <p>Hi,</p> <p>In my web application whenever the user clicks on page link,it shows nothing not&nbsp;even a browser&nbsp;processing bar.</p> <p>The&nbsp;page gets load after 10-15 seconds due to&nbsp;bulk data operation&nbsp;through SP's.</p> <p>This&nbsp;scenario varies time to time.i.e.&nbsp;Sometimes the page gets loaded very normally&nbsp;or it shows nothing for 15 seconds.</p> <p>I think that either there might be issue of&nbsp;page handler.</p> <p>&nbsp;</p> <p>Thanks in advance.&nbsp;</p> 2010-05-05T11:00:47-04:002010-05-05T11:00:47.183-04:00urn:uuid:00000000-0000-0000-0000-000000763911http://forums.asp.net/p/763911/763911.aspx/1?Pulling+out+my+HAIR+Set+project+location+Pulling out my HAIR (Set project location) OK, here's what's happening (Visual Studio.NET 2003, Windows 2000 workstation): I have a project that's in a subdirectory off the main project. Was working, but now when I start up VisualStudio.net, it comes up with a dialog box to &quot;Set Project Location - nav&quot; and &quot;Select the location for the working copy of your Web projects. You can either accept the default location or change it by clicking in the cell and editing it.&quot; In the cell, it has the path to my sub project &quot;c:\inetpub\wwwroot\siteroot\nav&quot; with an extention on it (so it is &quot;c:\inetpub\wwwroot\siteroot\nav_1&quot;. When I take off the &quot;_1&quot; I get an error that says &quot;One or more of the project's destination paths are invalid. To open this solution, you must specify valid paths for each project. The error returned was &quot;The Web at http://url/nav&quot; already contains a project. You need to choose another location for your Web project.&quot; OF COURSE THERE'S A FRIGGIN WEB PROJECT THERE!!!! I'm trying to EDIT it, not CREATE it!!!! What in blazes is going on here? Anyone have any ideas? TIA, 2004-12-03T18:18:38-05:002004-12-03T18:18:38.44-05:00urn:uuid:00000000-0000-0000-0000-000003877752http://forums.asp.net/p/1562885/3877752.aspx/1?Error+when+I+try+to+run+a+projectError when I try to run a project <p>I'm getting the following errors when I try to run a project in the Visual Studio 2003:</p> <p>--------------------------------------------------------------------------------------------------------</p> <p>MessageBox: <b>Error while trying to run project: Unable to start debugging on the web server</b></p> <p>--------------------------------------------------------------------------------------------------------</p> <p>Output window: <b>Auto-attach to process '[1660] w3wp.exe' on machine '&lt;my_machine&gt;' failed. Error code 0x8013134b.</b></p> <p>--------------------------------------------------------------------------------------------------------<br> </p> <p><br> </p> <p>I'm trying to run an empty project(asp.net web application project).</p> <p>Could anyone help me please?<br> </p> <p><br> </p> 2010-05-27T19:18:44-04:002010-05-27T19:18:44.273-04:00urn:uuid:00000000-0000-0000-0000-000003876991http://forums.asp.net/p/1562716/3876991.aspx/1?How+does+one+create+a+datagrid+VS+2003+that+will+expand+and+collapse+nested+child+rows+How does one create a datagrid (VS 2003) that will expand and collapse nested(child) rows <p>Ah yes.&nbsp; The million dollar question.&nbsp; How does one create a datagrid (VS 2003) that will expand and collapse nested(child) rows when a user clicks something? That &quot;something&quot; could be a link, button, &#43; sign, etc. on each row of the GridView.&nbsp; Preferably in&nbsp;C#&nbsp; Any suggestions?&nbsp;</p> 2010-05-27T12:45:50-04:002010-05-27T12:45:50.287-04:00urn:uuid:00000000-0000-0000-0000-000000372106http://forums.asp.net/p/372106/372106.aspx/1?Breakpoints+are+not+working+in+Visual+Studio+netBreakpoints are not working in Visual Studio .net The breakpoints are not working. The project in Visual Studio .Net does not stop when breakpoint reach. It was working before but not anymore. Please help me in this regard 2003-10-21T13:49:51-04:002003-10-21T13:49:51.403-04:00urn:uuid:00000000-0000-0000-0000-000003819109http://forums.asp.net/p/1554553/3819109.aspx/1?Check+in+option+not+coming+in+Visual+Studio+2003Check in option not coming in Visual Studio 2003 <p>Hello...</p> <p>I am working in Visual Studio 2003 using VSS 6.0.</p> <p>We have a file where the check in option is not coming on right clicking that file.</p> <p>There is a red tick mark beside that file. Please tell me what steps I should take so that I can check in this file to the VSS.</p> <p>Note: Check in option is coming for other files.</p> <p>Thanks</p> <p><br> </p> <p><br> </p> <p><br> </p> <p><br> </p> <p><br> </p> <p><br> </p> 2010-05-05T07:16:27-04:002010-05-05T07:16:27.05-04:00urn:uuid:00000000-0000-0000-0000-000001310688http://forums.asp.net/p/998267/1310688.aspx/1?VS+Developers+Group+accountVS Developers Group account <p>I reinstall the VS ... but now the &quot;VS Devlopers group&quot; has not privileges on IIS wwwroot directory. The installation is clear ... a I don't know why &quot;VS Developers group&quot; is not corretly configured.</p> <p>We need this group account for develop on nonAdministrator account. </p> <p>The privileges on&nbsp;wwwroot directory is the only especial configuration of &quot;VS Developers group&quot; or in VS default installation creates specials privileges on&nbsp;services or hidden procedures.???</p> <p>I can include the &quot;VS Developers group&quot; and privileges by hand ... wiht the same results that VS installation procedure ???</p> <p>Grrrrrr!!! always lossing time in this nonsense ... ... ...</p> <p>&nbsp;</p> 2006-06-09T23:06:18-04:002006-06-09T23:06:18.693-04:00urn:uuid:00000000-0000-0000-0000-000003781600http://forums.asp.net/p/1546566/3781600.aspx/1?A+reference+to+assemblyname+exe+could+not+be+added+This+is+not+a+valid+assembly+or+COM+component+Only+assemblies+with+extension+dll+and+COM+components+can+be+referenced+Please+make+sure+that+the+file+is+accessible+and+that+it+is+a+valid+assembly+orA reference to 'assemblyname.exe' could not be added. This is not a valid assembly or COM component. Only assemblies with extension 'dll' and COM components can be referenced. Please make sure that the file is accessible, and that it is a valid assembly or <p>Hi,</p> <p>I got a DLL from the client and when I try to add the dll through Add reference in my visual studio, I got the error message as given below:<br> </p> <p>A reference to '<var>assemblyname</var>.exe' could not be added. This is not a valid assembly or COM component. Only assemblies with extension 'dll' and COM components can be referenced. Please make sure that the file is accessible, and that it is a valid assembly or COM component.</p> <p><br> </p> <p>I am using ASP.Net with C# 1.1 version.<br> </p> <p>Could anyone help on this.<br> </p> 2010-04-13T06:15:16-04:002010-04-13T06:15:16.393-04:00urn:uuid:00000000-0000-0000-0000-000001411160http://forums.asp.net/p/1029926/1411160.aspx/1?ASP+net+problem+style+background+image+url+imagename+background+repeat+ASP.net problem style="background-image:url(imagename); background-repeat:" I've found a problem in Visal Studio.net. I've code my program using ASP.net there I need to call a background Image in tag-HTML EXAMPLE CODE: . But when ever I'm going to open this file/code in a Visual Studio &quot;View Code&quot; mode, it removes [style='background-image:url(images/V2/red_bar_middle.gif); background-repeat:'] code from page where ever it used. I've tried to fix this but unable to solve as everytime I open it in 'View Code' mode it removes it. Kindly help me out how to fix this problem. One more thing is When I used (TM) Trade Mark tag on page eg: ('super script' tag TM, or '™') it convert it into capital T everytime the page is open and where ever it uses on that page. Kindly update me with your answer on above ASAP! 2006-09-27T05:47:11-04:002006-09-27T05:47:11.367-04:00urn:uuid:00000000-0000-0000-0000-000003698007http://forums.asp.net/p/1529300/3698007.aspx/1?Visual+Studio+2003+Installation+on+Windows+7Visual Studio 2003 Installation on Windows 7 <p>Hi Guys,</p> <p>We are planning to move our dev server &quot;Windows 2003 Server&quot; to Windows 7.</p> <p>In that we need to install Visual Studio 2003. Is this feasible ?</p> <p>Please give your suggetions..</p> <p><br> </p> 2010-02-24T11:51:43-05:002010-02-24T11:51:43.86-05:00urn:uuid:00000000-0000-0000-0000-000003703156http://forums.asp.net/p/1530443/3703156.aspx/1?Create+a+new+web+application+from+existing+classic+asp+site+vs2003Create a new web application from existing classic asp site vs2003 <p>I am trying to create a new web application from existing classic asp site.&nbsp; I can't seem to get it working, so I must be missing something.&nbsp; How do I create a new web application or web project from an existing one?&nbsp; I know you have to create a new virtual directory in iis to debug a website in vs2003.&nbsp; I would prefer creating a new instance of a website.&nbsp; Any ideas or links that can point me in theright direction woudl be greatly appreciated. &nbsp;&nbsp; <br> </p> 2010-02-26T17:03:38-05:002010-02-26T17:03:38.903-05:00urn:uuid:00000000-0000-0000-0000-000003695792http://forums.asp.net/p/1528790/3695792.aspx/1?Ide+is+closing+suddenlyIde is closing suddenly <p><font color="black" face="Arial">Hi,<br> <br> I've a big problem.. My solution is closing suddenly when i'm in middle of the my work which is causing a lot of havoc to me.<br> I'm using .net1.1 and visual studio 2003 and vss2005 and sql server 2000.<br> Everytime when i launch my application I delete the temp files in asp.net folder and clear the webcache.<br> My solution consists of 89 projects in it.<br> Our application is a huge one.<br> <br> I'm using 2gb ram and 1.83GHzs p4 processor and machine is IBM NetVista..<br> <br> Pls help me......</font>&nbsp;</p> 2010-02-23T11:20:57-05:002010-02-23T11:20:57.3-05:00urn:uuid:00000000-0000-0000-0000-000000959469http://forums.asp.net/p/894274/959469.aspx/1?VC+Package+not+available+or+not+registered+VC Package not available or not registered >> Anyone help me ? What's error ? and how can i fix it..when i open a new Asp.Net Web Application..?<br> Thanks... 2005-06-16T18:10:30-04:002005-06-16T18:10:30.347-04:00