0
votes
1answer
59 views

How to compile an old version of F# using Microsoft Visual Studio 2010?

I am trying to learn F#, and I was looking into a Suduko Solver program [Link is here] (http://www.ffconsultancy.com/dotnet/fsharp/sudoku/code/1/sudoku.fs)! The original program was developed in ...
1
vote
0answers
23 views

Errors while opening VS 2005 (framework 2.0) solution in visual 2010

we have a 2005 solution running on framework 2.0. I am trying to convert it into 2010. I opened it in 2010 and then kept targeted framework version 2.0 for all projects under my solution. While ...
0
votes
1answer
58 views

Adobe Reader X plugin works in Win7, not XP?

We have a managed C++ Adobe Reader plugin specifically designed for Reader X / XI. It works fine in Windows 7, but on Windows XP it throws a COM error - Class not registered. What's strange is that ...
0
votes
0answers
128 views

VS2005 to VS2010 project convertion shows “The project type is not supported by this installation”

I had a project created with VS2005. I converted the project to VS2008 and found Ok. But when i tried to convert the project to VS2010 it shows me "The project type is not supported by this ...
0
votes
0answers
34 views

Remote Debugging with different versions of visual studio

Is it possible to remote debug from VS2010 to VS2005 ? I've had a quick search around about the error I'm getting: The remote debugger is not an acceptable version. but to me it seems unlikely. ...
0
votes
0answers
38 views

How to set ComClass attribute in Visual Studio 2010?

In VS2005 when I clicked on a VB.NET class I was able to set the ComClass attribute in the Properties pane in the bottom right corner. This doesn't seem to happen in VS2010. Why not, and how can I ...
0
votes
1answer
57 views

Visual Studio how to open files in one instance

I edit files directly inside FTP and like to use Visual Studio, however VS seems to open each file inside new instance of VS and not inside a new tab. I believe this is because it's a file without a ...
0
votes
1answer
50 views

Can i use VS2012 to open older VS Version projecs without changing anything?

Can i use VS2012 to open older VS Version projecs without changing anything? I am just start with VS2012 and on college i always use VS2010, i have just start working with a new company and they use ...
0
votes
2answers
52 views

what will effected if vs2010 install on already contain vs2005 in a system?

I have an issue that I am using Visual Studio 2005 on my system with Windows XP SP1 as an operating system. Now I want to install Visual Studio 2010 with SP3 without uninstalling VS2005. My question ...
0
votes
1answer
89 views

Can we use subsonic version 2.2 with Visual Studio 2010

I extensively make use of Subsonic version 2.2 in my visual studio 2005 projects. I moved one of my projects to visual studio 2010. Upon compiling, it gives me host of errors pertaining to Subsonic. ...
0
votes
1answer
293 views

Contact form issue sending email from local host (IIS) to my hotmail in vb.net

I have designed a simple contact form using Visual studio 2005,the page runs fine but when I hit send button I get error as showing below: error in " mailclient.Send(message).I would like to send it ...
0
votes
0answers
166 views

LNK1104: cannot open file 'rpcndr4.lib'

I was working in VS2005 in WindowsXP 64-bit platform and now I am converting all my projects in to VS2010 in Windows7 64-bit. While building one of my project I am getting a link error "LNK1104: ...
0
votes
0answers
28 views

Error Getting when converting proj from VS 2005 to VS2010

Getting errorlink:2005 : _file already defined in LIBCMTD.lib (MSVCRTD.lib) Can any please help on the above error when building the project in debug mode getting the above error linked all related ...
0
votes
0answers
75 views

How to debug not-triggering callback function when using an external SDK?

I'm trying to implement a project what uses NatNet SDK, an SDK for connecting to an optical tracking camera software. My problem is the following: I'm trying to use the simplest possible example to ...
3
votes
2answers
96 views

How to stop visual studio from changing properties of controls in WPF form when I add a new control to form using Designer?

I'm using visual studio ultimate 2010. In WPF form, I've a grid which contains many controls. Whenever I try to add a new control to the grid using designer, visual studio changes properties of all ...
27
votes
2answers
603 views

Why could COM interop layer be 40 times slower when client is compiled in VS 2010 vs VS 2005?

My team works with the COM API of a large simulation application. Most simulation files run into the hundreds of megabytes and appear to get fully loaded into memory when they are opened. The main ...
0
votes
0answers
248 views

Converting c++ VS2005 to VS2010 error in Regserver code -2147312566

I have a server application that was coded in c++ using VS2005 , now i want to upgrade it to VS2010. but i got the following error: error MSB3073: The command ...
2
votes
3answers
1k views

Disabling item in a ComboBox C#

I have found what seems to be an easy solution to disable certain items in a ComboBox in here. It states: You can disable an item in a list box or combo box by adding a single backslash to the ...
0
votes
1answer
124 views

Linkbutton Text From Previouspage

I have a gridview with a linkbutton that is posting crosspage when a value in the ID column is clicked. I want the ID to be posted to the next page so that it cant be seen in the url. (no querystring) ...
1
vote
1answer
431 views

Warning as Error 2008 is not a valid warning number

I converted one of the .net 2.0 (VS2005) solution to work with VS2010 (didn't change the framework). Now when I try to build I keep getting this error message: 'Warning as Error 2008 is not a ...
0
votes
1answer
241 views

MySQL Data Provider for VS 2005 & 2010

I have VS 2005 ( for legacy apps) and VS 2010 (for new development) installed on my machine. To connect mysql through server explorer for typed dataset, I have installed connector 6.5.4 ( recent). It ...
0
votes
1answer
99 views

Windows Service with Visual Studio 2005 solution not opening with Visual Studio 2010

I am unable to open a solution created using visual studio 2005 version. The solution has two windows services within. I recently upgraded to Visual Studio 2010. Now I am unable to open the solution ...
2
votes
6answers
939 views

Is it easy/safe to upgrade from VisualStudio 2005 to 2010 (for WinForms projects)?

my team have built many tools for our project using win forms and Visual Studio 2005. We are thinking about upgrading to VS 2010. Just wanted a heads up on any compatibility issues and also any ...
1
vote
1answer
112 views

Boost Building using visual studio 2005

I am trying to build boost, I have both visual studio 2005 and visual studio 2010 installed on my machine when I ran bootstrap.bat it by default taken visual studio 2010. How do I force this to build ...
-1
votes
1answer
197 views

Can I use MSBuild 4.0 for MSBuild 2.0 XML Files and a mix of VS2010 (.NET 4.0) and VS2005 (.NET 2.0) projects?

I have a build script written for MSBuild 2.0 using .NET Framework 2.0. Now I am migrating some of my projects to use .NET Framework 4.0. So I have a mix of .NET 2.0 (Visual Studio 2005) and .NET 4.0 ...
4
votes
1answer
347 views

Cannot create datasource, "Column 'TABLE_CAT' does not belong to table Tables

I am trying to add a datasource to my visual studio project, however it always gives me an error: Column 'TABLE_CAT' does not belong to table Tables. I get the same error in both vs2005 and ...
-2
votes
3answers
112 views

Same code works on VS 2010 but not on 2005

Right now I'm working on an ASP.NET web application that recquires Ajax. After reading this tutorial I tried running the following code in Visual Studio 2005, after adding the neccessary Controls by ...
0
votes
1answer
133 views

Relying on TFS 2010 Notification Service

I need to fire up a few workflows which are driven by the change in build quality. I can either write up a quick service that subscribes to the correct events in the TFS 2010 Notification model and ...
1
vote
1answer
128 views

Debugging tool to compare parameters for MSVS?

Are there any plugins for MSVS (any version) to compare function parameters? So - I have to call a function with a lots of parameters, which are non-POD types, can be polymorphic objects... anyway, ...
2
votes
1answer
2k views

Is there a tool to convert between VS2005, VS2008 and VS2010 solutions and projects (not only .NET)?

I want to convert projects and solutions between VS2005, VS2008 and VS2010. For Example from VS2010 to Vs2005 or 2008 to VS2010, from VS2008 to Vs2005. Is there that tool exist?
0
votes
5answers
96 views

Visual Studio's useful plugins that can save hours of work, solve big problems [closed]

As .NET developers most of us are using Visual Studio at work Each now and then I found out that there is a very useful plugin just like http://vlh2005.codeplex.com/ that if I had from before could ...
0
votes
1answer
226 views

Migrate Business Intelligence Development Studio 2005 .dtsx files to 2010

I have an old project using SSIS for data integration. I must use Visual studio 2005 with MySQL 2005. It doesn't seems to work if I mix 2010/2005. My question is can I migrate my .dtsx files to Visual ...
0
votes
0answers
281 views

Visual Studio 2005 won't install after Visual Studio 2010 removed

I need to install the Visual Studios 2005 and 2008 in my computer, however I already have the Visual Studio 2010 installed in my computer. From what I've seen on the internet, it is normally better ...
0
votes
1answer
146 views

Including in a Visual Studio 2005 project a DLL built with Visual Studio 2010

I have a dll library built in Visual Studio 2010, but I need to include it in a VS 2005 project. If I do it, I get the error message This assembly is built by a runtime newer than the currently ...
1
vote
1answer
525 views

ComponentArt grid control not working after upgrade to VS 2010

I'm not sure if someone on here will know a reason for this, but I always have good luck with this community. I've recently taken over an old forgotten web site project that was running on .net 2.0 ...
1
vote
3answers
752 views

Visual Studio cannot find *any* Assembly References after opening Solution on new computer

TLDR VERSION: I've tried everything but VS refuses to look for assembly references in the application directory. Cannot even set Copy Local = True.. VS just keeps changing it back to false. Halp. ...
0
votes
1answer
550 views

Problems converting Visual Studio 2005 solution to VS 2010

Convertion fails with the error messages for the projects like the following: VCConvertEngine.dll encountered an error. VCConvertEngine could not convert attribute ConfigurationType = 4 under ...
1
vote
1answer
1k views

Building libs in VS 2010 for use in VS 2005?

I need to use WebRTC in VS 2005. As far as I've found out, I need VS 2005 SP1 for this purpose. Otherwise, two link errors appear all the time: LIBCMTD.lib(stdexcpt.obj) : error LNK2005: "public: ...
0
votes
1answer
81 views

Change the startup file to be executed in visual studio 2010

In Visual Studio 2010 I created a test C++ project, with precompiled headers. So, Test1.cpp got created. When ever I hit run the code present in this file gets executed by default. Suppose I manually ...
0
votes
0answers
143 views

What's a good resource to help me create client-side reports in VS10?

I've been trying to use this book but all of the examples are for VS 2005, and the report designer has changed so much in VS10 that this book is practically unusable. Would I be better off trying to ...
1
vote
3answers
615 views

Can I install two different versions of Visual Studio on the same computer?

Can I install Visual Studio 2005 and 2010 on the same computer? Would it cause any problems?
5
votes
2answers
613 views

Visual Studio (C++)- what is the best practice regarding directories configurations?

(I'm using VS 2010 but most of the info is relevant at least down to VS 2003, perhaps with slight differences in the organization/layout of the build configuration menus\GUI) When configuring a ...
0
votes
2answers
332 views

Overriding PreMessageLoop, when should I call CAtlServiceModuleT::PreMessageLoop

I've got a service project in Visual Studio 2005 that was converted to a Visual Studio 2010 project. And I've noticed a problem with the PreMessageLoop function, which looks like this: HRESULT ...
1
vote
1answer
268 views

Opening Window mobile 6 professional emulator

I make a window mobile application using ms visual studio 2005 professional. Could I run this application in emulator without installing Visual Studio? If I run this in visual studio 2008 or 2010, ...
2
votes
1answer
354 views

Type cant be resolve in UnitTest after migrating Project from vs2005 to vs2010 (MSTest)

We are actually analyzing what we have to do if we migrate our application from VS2005 up to VS2010. What i have done: I opened all solutions in VS2010 and let convert vs the projects. At the ...
1
vote
2answers
184 views

Visual Studio 2010 target framework 2.0 vs working on Visual Studio 2005 pros and cons

I'm new to Visual Studio 2010 and have both Visual Studio 2005 and 2010 installed on my PC. I need to work on a windows application that needs to run under the 2.0 .net framework, but I'm not sure ...
1
vote
0answers
2k views

Visual Studio 2010: Metadata file “…/Debug/Graph.dll” could not be found

I took a solution developed in visual studio 2005 and attempted to build the solution in visual studio 2010 express. The files not being found are .dll files. The project is written in C#. I've seen a ...
1
vote
1answer
94 views

In VS2010: keyboard shortcut schema “Default” vs “Visual C# 2005”

In VS2010, would it be better to use the Default keyboard shortcut schema instead of the Visual C# 2005 one? Is the "Visual C# 2005" keyboard shortcut schema deprecated ? Why is it called Visual C# ...
1
vote
2answers
199 views

Boost in an MFC app on NT4

I am trying to modify a current MFC application running on Windows NT4 to use boost libraries for ethernet communcications (originally, it used CommX for serial) and general increased performance, ...
0
votes
1answer
868 views

migration problem VS2005 -> VS2010 - missing assembly reference error

I recently migrated a solution from VS2005 to VS2010. The solution is composed by about 20 project. One of them is in VB.net, the others are C#. In VS2005 everything was fine, that is I was able to ...

1 2