visual-studio-2005

Visual Studio 2005 Team Foundation Server not working after IP changes

Visual Studio 2005 SP1 My team has change the IP to the TFS servers. For some team projects I never check out before, I can't download it after the IP changed. I got an error message 'Error: the item $/ already exists' when double clicking on Source Control entry in Team Explorer. I looked up online and find some threads saying deleting...

Code not working after conversion from Vs2003 to 2005

Hi, I inherited a VS2003 solution which works fine but on conversion to 2005 this particular line does not give values. I am trying to get the field names of opp object. protected FieldInfo[] oppFields; oppFields = opp.GetType().GetFields(BindingFlags.Instance | BindingFlags.Public); Read from a few posts in 2005 one needs to use pr...

Hwo to build google google-breakpad for windows?

I am trying to build google breakpad for windows. I don't get it. I tried installed autoconf and m4 for Windows which seems to work. But running m4 CXXFLAGS=-m32 CFLAGS=-m32 CPPFLAGS=-m32 ./configure results in func_dirname () { # Extract subdirectory from the argument. func_dirname_result=NONE:0: m4: ERROR: EOF in string aft...

How to get Intellisense to display the meaning of an enum value

I'm wanting to know to get Intellisense in Visual Studio 2005 to display the meaning of individual enum values for a VB.NET project. This already happens for enums that are a part of the .NET library: Is this possible? If so, how would I need to comment my enums to get this to happen? ...

Execute SQL Task on SSIS 2005. ADO.NET connection type and Stored Procedure Input Parameter. Not working. Syntax error

I am Execute SQL Task on SSIS 2005. ADO.NET connection type and Stored Procedure Input Parameter. Not working. Syntax error I read some documentation and blogs but its not working for me. This is what I have on SQL Statement of the Exeute sql task (ADO.NET) EXEC StoredProcedureName @ParameterName = It gives different errors on d...

extract ppt from office word using OpenXml format through c#

Hi, I want to extract a flash object from a word doc using OpenXml.I have done it other way round but it is not working as, if there are many flash objects then the processing time got hampered and henceforth i think openxml is more suitable>please someone help me in doing the same .I am coding in c# ...

Unable to open solution in visual studio 2005

hi, i came across this weird problem and don't seem to find a solution for it. the problem is.... my OS crashed and i had to reinstall XP and VS 2005 again....but when i tried to open my solution (which was created using visual studio 2005) in VS 2005 it gives me the following error: The application for project 'D:\VSS\SomeSolution\So...

C# Custom Control doesn't show up in the toolbox

Hey Everyone, I have created the custom control which is just a panel that I will be using to render my DirectX code. However, I am unable to see the control in my toolbox for when I try to add it into the designer. I right clicked on my project then clicked on add new item. From there I clicked on custom control, renamed it to CustomPa...

vs2005 windows installer project add browse button to dialog

I'm creating an installer for a windows application that I've built. I added a dialog to prompt the user for a folder location needed in my app. Is there a simply way to add a browse button to the dialog for the user to select the folder on his hard drive? ...

Property Sheets in C#

Hi, I'm using VS2005 and I have a property sheet (vsprops file) that I'm adding to all the C++ projects but I can't seem to find out how to add them to the C# projects. How do I go about doing this? ...

vs2005 installer project fails error 2343

I created an installer for my windows app and suddenly it stopped working. After the firat 2 screens, it fails with a message that it encountered an error. error code 2343. Anyone know why this would happen? ...

Using DirectX to save a texture to a file in C#

Hey everyone, I recently got the June 2010 DirectX SDK and I'm trying to make a small WinForm application through it. At the moment I have a texture displaying out to a window which will be replaced by a small animation. What I'm trying to do is to save the texture to a file. I searched around online and found references to a TextureLoa...

After publishing ASPNET web site, identity does not have write access to c:\...\aspnettemp

After publishing my Visual Studio 2005 ASP.NET web site, I get the following error(if I start without debugging I get no error):The current identity (WEBHOSTING\packageid_481898) does not have write access to 'C:\inetpub\tempcompilation\aspnettemp\jeppenicolaisen.dk', when I access the site on the internet. How do I resolve this? ...

Fieldinfo.FieldType.FullName is not giving datatype for datetime and double

Hi, I am using Fieldinfo.FieldType.FullName to get the field datatype. For a string i get System.String but for a Double i get System.Nullable`1[[System.Double, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] similarly for DateTime i get System.Nullable`1[[System.DateTime, mscorlib, Version=2.0.0.0, Cult...

How to determine if a build is from the editor or command line?

I am building a C++ solution with Visual Studio 2005. Sometimes I open the solution in Visual Studio and build it from within the development environment. Other times I build it from the command line using msbuild.exe. I'm wondering if there is a way that I can determine which of these two types of builds I'm using at compile time (f...

Debugging on Windows7 64-bit

Hi, I am trying to debug my app, which was compiled for 32-bit, native code, under VS2005. It crashes on a Windows 7 64-bit machine. I can't figure out how to get a call stack to see where it's crashing. I installed VS2005 on the Windows 7 machine, ran my app, got my crash -- and the dialog had a "Debug" button on it! Yay! I hit th...

DotNetOpenId and Asp.net 2.0 or Visual Studio 2005

I need to upgrade to 2010 Visual Studio, until then.. it is even possible to use the DOTNETOPENID code with Visual Studio 2005 / Asp.net 2.0 or even VS 2005 .net 3.5? http://code.google.com/p/dotnetopenid/ I can not load the sample code included with ASP.net 2.0 and Visual Studio 2005.. can anyone help or make suggestion? It seems to r...

VS2005 Setup project - program asks for installation media when started for the first time by another user

I have a very simple VS2005 deployment project that aims to install for all users on a PC. All the application files are written to %Program Files%\MyProg. A shortcut is created in the start menu and the startup folder. No registry settings or anything else are created. I have set 'InstallAllUsers' to true. The created MSI runs fine ...

mcms 2002 on windows 7

anyone managed to install mcms 2002 on windows 7 ? i tried installing vs.net 2003 n also 2005(using registry trick), but still the setup program cant detect vs.net already install on the system. ...

SQL Server 2005 or Visual Studio 2005 - writing my first procedure, any tips or good starting points?

I'm about to write my first procedure to check if yesterdays data exists in one database, and if it select some of the data, use a count and insert that data into another database. If the data doesn't exist, then send me an email. I'm using SQL Server 2005 and I'd like to ask the community for tips or good starting knowledge on smart pr...