Questions tagged [visual-studio-2005]

Visual Studio 2005 is a version of Microsoft's Visual Studio integrated development environment product line for .NET-based and C++ development. Do not use this tag unless you have a specific question about Visual Studio -- not just a coding issue.

Visual Studio 2005 has been superseded by the 2008, 2010, 2013 and 2015 versions at this time.

More information:

3144 questions
1
vote
4 answers

where is my ActiveX DLL project template in VS 2005?

In VB6, ActiveX DLL is listed as a project template but in VS 2005+ there is no such thing. Where is my good old ActiveX DLL template? Many thanks in advance.
Martin08
  • 20,990
  • 22
  • 84
  • 93
1
vote
1 answer

How to assign dataset values in RDLC report header?

I am using RDLC report with Microsoft visual studio 2005. In my report header, I have a textbox called textbox1 which is referring to a value of another textbox placed in the report body in this way: ="Agency Name: " & ReportItems!textbox2.Value My…
1
vote
1 answer

What are some good options for providing help on a form with minimal controls?

I have a few textboxes that will require user input, and I want to add something that the user can revert to in case they forgot the proper syntax required for input. For example, if in textbox1 the input MUST ALWAYS be something like "bSAMPLE" or…
Gmac
  • 169
  • 2
  • 14
1
vote
0 answers

Clicking on errors does nothing after editing outside of visual studio (VS2005)

I'm editing my C++ source code itself in sublime text 2 and compiling and debugging in Visual Studio 2005. I've noticed that after building, getting some errors, editing the source code in sublime, and reloading the changed text files in VS, that…
Jack Knudson
  • 51
  • 1
  • 2
  • 10
1
vote
1 answer

Notify user when app is closed with no cloud service

Is there any similar way to "Push Notification" but without the need to connect to a cloud service like azure? I want to notify user when countdown in my app is less than a day left but also I want to be able to notify him while app is closed. I'm…
1
vote
1 answer

Where does IE store the ASP.NET_SessionId cookie?

I am a bit baffled here; using IE7, ASP.NET 2.0 and Cassini (the VS built-in web server; although the same thing seems to be true for "real" applications deployed in IIS) I am looking for the session-id-cookie. My test page shows a session id (by…
1
vote
1 answer

Finding Debug or Release mode in C++ through coding

My application saves a few files in specified paths depending on which mode the program is running....that is either debug or release mode...How can I find out through coding that in which mode my program is currently running on? so that I can write…
DeepN
  • 344
  • 2
  • 13
1
vote
0 answers

tips about creating VisualStudio LanguageService (for languages similar to java)

I need to create in very short period of time proof of concept for Visual Studio Language Service supporting "Java-like" languages. I would like to ask you about experience with creating VisualStudio LanguageServices or similar addins. Where I…
noisy
  • 6,495
  • 10
  • 50
  • 92
1
vote
1 answer

Can't Sign In to Azure Subscription Services via Server Explorer in Visual Studio 2013

I am trying to connect to my Azure Subscription (MSDN Premium) through Visual Studio 2013. When I sign in (using the same account that is used for the Management Portal) I get the following error, "An error occurred during the sign in process:…
Karoath
  • 11
  • 2
1
vote
5 answers

OLAP Cubes: Compatibility between Analysis Services 2005 and 2008

I'm working with Analysis Services and I have run into a compatibility issue. Here is my situation. I have 3 machines: Server2005: This machine has SQL Server, Analysis Services and Visual Studio, all in 2005 versions. Client2008: This machine has…
rgargente
  • 1,821
  • 2
  • 19
  • 30
1
vote
3 answers

issues regarding UAC prompt

I want to implement a UAC prompt for an application in visualc++ the operating system is 32bit x7460(2processor) Windowsserver 2008 the exe is myproject.exe through manifest.. Here for testing i wl build the application in Windows XP OS and copy the…
peter
  • 8,158
  • 21
  • 66
  • 119
1
vote
1 answer

.NET application memory usage Visual Studio 2005

I've got a C# application running on Windows CE smart device and I recently added a new graphing option which results in a "OutOfMemory" exception after running for a few hours. How do I find what is going wrong? The code looks fine, its based on…
AlainD
  • 5,413
  • 6
  • 45
  • 99
1
vote
1 answer

How to connect from vs 2008 to sql server 2008

How can I connect from vs2005 to remote Sql Server (Sql Server 2008 ) when I connect I have amessage mean that is not support connecting from VS2005 to Sql Server 2008
KHALID
  • 143
  • 5
  • 16
1
vote
1 answer

C++ Windows Application to include all dlls into an executable file

IDE: VS2005 Say I am using Poco library and the executable needs below dlls. I have to put them in same directory where the executable is. msjava.dll msvcp80.dll msvcr80.dll PocoFoundation.dll PocoNet.dll Is there any way that can build a dll-free…
Stan
  • 37,207
  • 50
  • 124
  • 185
1
vote
2 answers

Visual Studio 2005 Error

Im currently debugging a webservice written in visual studio 2005, however when i build it, it has an error but it did not specify anything Error 1 The specified module could not be found. (Exception from HRESULT: 0x8007007E) error…
xscape
  • 3,318
  • 9
  • 45
  • 86
1 2 3
99
100