Opening VS 2010 projects to VS 2019 - visual-studio-2010

After opening vs2010(4.0 framework client) project in vs2019(4.72 framework) I got these error. The form designers cannot open as form designer window. Please help me. Im new with VS2019 thank you.
ERROR: Could not resolve COM reference "6ae44ff1-eccf-4a72-96ce-95bcd1ea2097" version 13.0. The type library importer encountered an error during type verification. Try importing without class members. MAFDC

go to solution explorer and open reference and then look for REPORTLIB "or something close to this " it will be highlighted with yellow color and remove it from your project reference.
I hope this work for you.

Related

Visual Studio - An exception was encountered while constructing the content of this frame

I am trying to open a solution on VIsual Studio 2017. (The project was originally developped in VS 2012). I managed to open the project and to work on it before. But this morning I get :
An exception was encountered while constructing the content of this frame. This information is also logged in "C:\Users\myName\AppData\Roaming\Microsoft\VisualStudio\15.0_fa6f4449\ActivityLog.xml
The project loads in VS, but it does not recognized the Entity Framework Models correctly. Any idea on what is happening?
For further reference (maybe it'll help someone in the future), I have solved this error by updating Visual Studio. It was apparently an IDE bug. (More info here)

Visual Studio 2010 modeling project error

I have serious problem with my modeling project, created in Visual Studio 2010. Today I was renaming my project and solution name and path's. And now it throws me some kind of error, when I wish to open any diagram. And then i role everything back to the first settings, but still the same.
Error:
Cannot load
'C:\Users\Klemen\Trgovina\Knjiznica\UMLUseCaseDiagram1.
usecasediagram': You must open this UML diagram inside the Visual
Studio modeling project that was used to create it.
Does anyone know, how to make my project work again?
Thanks
Do you have any Add-On/Plugin ? I had a conflicting add-on and after removing it, it is working again.

Script Error occur in VS 2012 Help Viewer

I am using Sandcastle Help file builder (1.9.4.0), Sandcastle (2.7.0.0) and .NET Framework 4.0 assemblies to generate the Class reference for Visual Studio.
I have used Framework version is .NET 4.0.30319 and Help File Format is MSHelpViewer and Presentation Style is vs2005 in Sandcastle Help file builder. It is working fine in VS 2010 (Help viewer 1.1). It shows Script error in VS 2012 (Help Viewer 2.0).
Shall I need to change any settings to solve this issue?
I randomly get this error. There's a lot of stuff online that requires you to mess with the registry and such. A much easier solution I found somewhere is to go to select Manage Content icon, and then make some change to the Help contents that you have selected, for example Add in some help topic that is currently not in, or Remove some topic. Then click Update, and its usually fine after that!

Visual Studio: Service Reference dialog will not open

Even without selecting a WSDL, if I click on the Advanced button on the Add Service Reference dialog in Visual Studio 2008 on a specific project, I get the following error:
An error occured while parsing EntityName. Line 2, position 47.
Anyone run into this before?
this must be problem of your webservice class, there might be some errors in that.
The WSDL published from the server may be broken, you may try the command line tool (svcutil) to test it, though the VS uses the same tool indeed.

VS 2010 Error: ...csproj Cannot Be Opened

I'm trying to launch a project created by someone else in my local environment. I'm currently using the following products:
Visual Studio 2010 Ultimate version 10.0.40219.1 SP1 Rel
MVC 2
Windows 7 Ultimate
But when I double click on the .sln file I get the following error:
C:\Users...\Desktop\ContactManager\ContactManager\ContactManager.csproj : error : The project file 'C:\Users...\Desktop\ContactManager\ContactManager\ContactManager.csproj' cannot be opened.
The project type is not supported by this installation.
Please help me load my project. :)
Thank you,
Aaron
Turns out that I just needed to install MVC version 3. I guess the project that I was trying to open is using MVC3 and my machine only had 2 as you can see in my environment list above. I'm glad I was able to fix this BUT give me a better error message for crying out loud. Sheesh. ;)
Aaron
I've come across this before. In my case, I had installed Microsoft SQL Server and, more importantly, BIDS. Whenever I would open a project that was created in VS2008, the VS version selector would identify this as a 2008 project and BIDS would try to open it (and this error would occur). What I did as a work-around is I would right-click on the .sln file and use the "Open With" to select VS2010. If that also works for you, you can change your defaults for what opens .sln files.
Another way to test this is to open VS2010 and then use the "Open Solution" menu option to open your solution. If this method works, you know the issue is the default program that is opening your .sln files.
In my case project needs to have MVC3 so at first i checked i have MVC3 template in Visual Studio 2010 (service pack 1 installed). I downloaded MVC3 installer frowm following link:
https://www.microsoft.com/en-pk/download/details.aspx?id=4211
After installing my issue get resolved.

Resources