hot questions tagged vs2008 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-24T06:32:05Z http://stackoverflow.com/feeds/tag?tagnames=vs2008&sort=hot http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1952991/vs2008-navigation-bar-not-showing-page-controls 0 VS2008 navigation bar not showing page controls alexander2116 2009-12-23T14:04:11Z 2009-12-23T22:04:36Z <p>In my old job I used to use the navigation bar in visual studio 2008 to select a control and then the event from the members drop-down to automatically create the event in the code for me to implement. Now at my new job, in my visual studio 2008 I no longer see page controls in the navigation bar. I only see the page class and associated members. Does anyone know why it no longer is showing the page controls?</p> http://stackoverflow.com/questions/1950906/asp-net-controls-are-not-coming-in-codebehind-intellisense 0 ASP.NET Controls are not coming in codebehind intellisense Shyju 2009-12-23T05:53:13Z 2009-12-23T06:07:08Z <p>I am having an aspx page where i have added one asp.net text box control with ID and RUNAT attribute. But In codehehind i am not seeing this control's name in the intellisense. My page directive in aspx is as follows</p> <pre><code> &lt;%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="MyProject_UI._Default" %&gt; </code></pre> <p>I Am using VS 2008 . Any Idea how to get rid of this ? Appreciate your support</p> http://stackoverflow.com/questions/1945987/cant-run-vs-2008-or-2010-on-windows-7 0 can't run vs 2008 or 2010 on windows 7 dole doug 2009-12-22T12:05:26Z 2009-12-23T06:04:54Z <p>Hi there</p> <p>I just installed windows 7 and because I wish to learn more C/C++ I've tried to install VS 2008 or VS2010 beta. On both of them I get the same message error. I had only one version of each one installed at one time. </p> <p>this is my code:</p> <pre><code>#include &lt;stdio.h&gt; int main(){ printf("hello world"); return 0; } </code></pre> <p>but when I hit debug, I get the following message:</p> <blockquote> <p>Unable to start program 'c:\users....\Debug\helloworld.exe'.<br> The system cannot find the file specified.</p> </blockquote> http://stackoverflow.com/questions/1947252/how-to-create-a-button-in-a-outlook-window-for-a-mail-from-a-inbox-double-click 0 How to create a button in a outlook window for a mail from a inbox (double click on mail) ???? Mishko 2009-12-22T15:54:20Z 2009-12-24T00:13:34Z <p>I am programmer rookie, and I have to create outlook 2007 add-in. I should create a button on the ribbon or taskbar but on the window for the single mail from the inbox. You know, when you double click on mail in inbox, the new window appears. And in that window I need a button which opens a new form with some treeview. Main problem for me is how to create that button. This is all new for me so I'll be very thankful for the help. </p> http://stackoverflow.com/questions/1943846/vs2008-cannot-read-include-file-xxx-h-not-enough-space 0 vs2008 Cannot read include file xxx.h Not enough space r9r9r9 2009-12-22T02:20:06Z 2009-12-22T02:45:55Z <p>when I build a big solution, about 110 c++ projects, i got 200 errors like:</p> <p>fatal error C1084: Cannot read include file: 'c:\program files\microsoft visual studio 9.0\vc\include\xxcallpmf': Not enough space Line 4237: 69>m:\main\3rdparty\boost_1_37_0\boost\detail\workaround.hpp : fatal error C1084: Cannot read include file: 'm:\main\3rdparty\boost_1_37_0\boost\detail\workaround.hpp': Not enough space .... .... ......</p> <p>what's going on?</p> <p>Windows 7 + 4G memory.</p> http://stackoverflow.com/questions/1935562/reason-for-asp-net-website-error-in-one-server-and-not-in-other-server 0 Reason for asp.net website error in one server and not in other server SmartestVEGA 2009-12-20T11:27:17Z 2009-12-20T20:43:21Z <p>I have a asp.net website which is deployed in a server A and same code has been deployed in server B.</p> <p>The website in server A has problems while in website in Server B doesn't have any problems.</p> <p>The problem is the sequence of order that the page is navigating is wrong while clicking on next button.</p> <p>Its obvious that there is no problem with the code. So whats wrong with server ?</p> <p>Posted next button code below :</p> <pre><code> Try Dim currentView As Int16 currentView = mvRequestorForm.ActiveViewIndex If currentView = 1 And isStoreSelected = 1 Then mvRequestorForm.ActiveViewIndex = (currentView + 2) rfv_view2_managersEmail.Enabled = True rev_view2_managersEmail.Enabled = True Else mvRequestorForm.ActiveViewIndex = (currentView + 1) End If If mvRequestorForm.ActiveViewIndex = 1 Then Sub_ActivateView1() End If Catch ex As Exception End Try </code></pre> <p>My doubt now is ..i could see code for btn_View0_Next_Click but there is no btn_View1_Next_Click</p> <p>The issue is happening when i click view1_next</p> <p>and i checked the event of view1_next and found that it is calling same btn_View0_Next_Click</p> <p>Does it causing any issue ?</p> <p>This is the code line :</p> <pre><code>Protected Sub btn_View0_Next_Click(ByVal sender As Object, ByVal e As EventArgs) Handles btn_View0_Next.Click, btn_View1_Next.Click, btn_view2_Next.Click </code></pre> http://stackoverflow.com/questions/1936030/how-do-i-create-an-uninstall-file-for-my-windows-application 2 how do I create an uninstall file for my windows application Brad 2009-12-20T14:47:01Z 2009-12-20T14:54:24Z <p>I would like to create an uninstall file for my windows application but I am having a difficult time finding information on them. Could sombody breifly explain the workings of a uninstall file and/or provide me with a link to a walkthrough.</p> <p>vs2008,c#, .net</p> http://stackoverflow.com/questions/1935653/migrant-from-vs-2003-net1-1-to-vs-2008-net-2-0 -1 Migrant from VS 2003 .Net1.1 to VS 2008 .Net 2.0 alibm 2009-12-20T12:11:00Z 2009-12-20T12:18:23Z <p>Hi I converted my app that was implemented in VS 2003 to .net 2.0 VS 2008 afterward my app became slow about 4 times than previous version!</p> <p>is it normal or not ? Best regards</p> http://stackoverflow.com/questions/1933628/install-order-for-sql-server-2005-developer-and-vs-2008-on-windows-7 0 Install order for SQL Server 2005 developer and VS 2008 on Windows 7 Rob Nicholson 2009-12-19T17:46:13Z 2009-12-19T19:03:17Z <p>I always seem to battle with this so on my new Windows 7 dev PC build, I thought I'd try and get it right!</p> <p>Do you install VS 2008 first and then SQL Server 2005 developer or the other way around? And for either way, are there any special options/settings that have to be enabled/disabled?</p> <p>I've just take an Acronis image of my PC, configured IIS for use with SQL Server 2005 (see below) and proceed to install SQL Server 2005 developer. It's warned about SQL Server 2005 needing SP3 (no problem) but it's also warned about VS 2005 not been compatible. Can I ignore this and go ahead and install VS 2008?</p> <p>Cheers, Rob.</p> <p>PS. The page to configure IIS features for use with SQL Server 2005 is <a href="http://support.microsoft.com/default.aspx/kb/920201" rel="nofollow">http://support.microsoft.com/default.aspx/kb/920201</a></p> http://stackoverflow.com/questions/1928957/debugging-asp-net-with-iis 1 Debugging ASP.NET with IIS Ariel 2009-12-18T15:45:15Z 2009-12-18T16:33:55Z <p>I've set up debugging in Visual Studio 2008 to IIS instead of the built in server so I can run url rewriting while developing (using IIRF).</p> <p>It took a while to get to work (changing permissions, reinstalling the .NET framework) but it was working. </p> <p>I turned off my machine, and now that it's back on the debugger won't start. I'm using Parallels with WinXP on an iMac.</p> <blockquote> <p>"Unable to start debugging on the web server. Could not start ASP.NET debugging. More information may be available by starting the project without debugging"</p> </blockquote> <p>I read a whole bunch of posts on SO as well as googled the subject but none seem to provide a working answer.</p> <p>Has anyone encountered this and knows how to get it to work?</p> <p>Thanks. </p> http://stackoverflow.com/questions/1928871/can-i-see-what-is-referencing-an-object-while-debugging 1 Can I see what is referencing an object while debugging? Andrew Garrison 2009-12-18T15:28:09Z 2009-12-18T17:15:01Z <p>Is it possible, while debugging a Silverlight app, to view all current references to an object? </p> <p>I know that WPF developers have the ability to use the SOS.dll, but that cannot be loaded in the VS2008 IDE while debugging a Silverlight app. I've tried it, but the load command gives me the error:</p> <blockquote> <p>.load C:\Program Files\Microsoft Silverlight\3.0.40818.0\sos.dll</p> <p>SOS not available while Managed only debugging. To load SOS, enable unmanaged debugging in your project properties.</p> </blockquote> <p>Unfortunately, there is no way to enable unmanaged debugging for a Silverlight app through the VS2008 IDE. I've also tried to the 'Attach To' the process, but still, no dice.</p>