3,133 questions
0 votes
0 answers
83 views
Installing Visual Studio 2005 on Windows Server 2019
How can I install Visual Studio 2005 on Windows 2019? I need to maintain a Visual C++ 2005 application and it will take months to migrate to VS2019, so I need to use Visual Studio 2005. I have already ...
0 votes
0 answers
16 views
UnauthorizedAccessException when writing to the registry .Net Framework 2.0
I'm playing with Visual Basic .Net 2005. I wanted to create a program that can write to the registry. This gives me an UnauthorizedAccessException: Dim myKey, softwareKey As Microsoft.Win32....
0 votes
1 answer
186 views
Legacy .NET CF download - Post-deploy error 0x00000001
Using a Windows CE 6.0 device to deploy a C# application using Visual Studio 2005. The device is specified as Windows CE 5.0 in Visual Studio. VS2005 does not have a smart device option for Windows CE ...
0 votes
1 answer
487 views
Timeout when starting a Service in Windows
We're currently facing some issues trying to start a Service in Windows, which is an executable file and the output of a compiling process using .NET framework for C++ (Windows\Microsoft.NET\Framework\...
1 vote
0 answers
287 views
Are *.pdb files bound to a specific compilation?
I need my release *.exe to generate *.pdb files in order to be able to analize any dump file the final user might send to me, I've already sorted that part out but I was wondering if it is necessary ...
0 votes
0 answers
509 views
My application is not working on AMD CPUs
I have created a Winforms application in .NET Framework 2.0 in Visual Studio 2005 in C#. The application uses the following references on x64: MS Visual Studio C++ 2005 Redistributable (x64) MS Visual ...
0 votes
1 answer
58 views
Vs 2005 device connection
I 'm developing a windows device. I'm using vs 2005 and when I want to connect the device I get these errors: Can't connect to Rpc server enter image description here and Connection failed the ...
0 votes
4 answers
620 views
how to read .txt file into string windows 6 classic / windows CE, using vs2005?
iam creating an app for a handheld with windows embedded handheld 6.5, iam stuck with reading the content of text file and loading into a string. the file is tab delimeted with 3 columns (barcode, ...
0 votes
0 answers
86 views
Setting proxy in c++ app on visual studio 2005
Can someone help me in setting proxy via C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE devenv.exe.config. I changed </system.net> and added defaultProxy. I closed visual studio ...
2 votes
1 answer
535 views
Is there a way to load .h file for current .cpp file in Visual Studio 2019?
I have been developing in Visual Studio 2005 for ages, finally bit the bullet and moved to Visual Studio 2019. In VS2005 I have a macro that loads .h file for current .cpp file when I press Ctrl+H. I ...
0 votes
0 answers
1k views
"cannot open file 'user32.lib'" when trying to use Visual Studio 2005 on Windows 10
I'm attempting to match output with a C++ Win32 executable compiled with Visual Studio 2005, so I'm trying to use that MSVC to do so. I have a project defined in CMake. I open "Visual Studio 2005 ...
0 votes
1 answer
98 views
Can TFS 2012 express be used with Visual Studio 2005?
We are using VS2005 Professional edition and looking at source control options. Can TFS 2012 express be used with VS2005?
0 votes
0 answers
70 views
Running C++ CLR Visual Studio 2005 application as administrator
Is there a way to get Administrator rigths on a C++ CLR project in Microsoft Visual Studio 2005 Professional edition? Thanks a lot for your help!
0 votes
1 answer
677 views
Task failed because "LC.exe" was not found, or the .NET Framework SDK v2.0 is not installed
Anyone have the same problem with me? With visual studio 2005. Task failed because "LC.exe" was not found, or the .NET Framework SDK v2.0 is not installed. The task is looking for "LC.exe" in the "...
0 votes
1 answer
7k views
Visual C++ 2005 Redistributable
I have a software application called appTranslator that I have used for many years to manage language translations. It comes with a appTranslatorTESetup (Translator Edition) that i give our ...