Dll version in 2010 - visual-studio-2010

Im doing a project that needs to be converted from 2001 solution to 2010. I'm having problems with these dll's as this does not work anymore in 2010. Does anyone know what is the equaivalent of these dll's in vs 2010?
1) Microsoft.ApplicationBlocks.ExceptionManagement
2) Microsoft.Web.Services2
Thanks in advance for your help.

go through these links
http://msdn.microsoft.com/en-us/library/e74a18c4.aspxhttp://msdn.microsoft.com/en-us/library/e74a18c4.aspx
http://support.microsoft.com/kb/829026
http://msdn.microsoft.com/en-us/library/ms730294.aspx
This might be useful for you

Related

TFS working folder

we are moving from visual studio 2013 to visual studio 2015, and it is necessery for us to work with both studio in the same folders. Is there a way to use that and how can I set the tfs to work with both visual studios
Kind regards and thank you in advance
Assuming you install both VS2013 and VS2015 on your machine. When you map a project from TFS to local path in VS2013, if you open VS2015, and select the workspace you create in VS2013, then you'll see the same local path in VS2015, you don't need to map it again (make sure your project can work in both VS2013 and VS2015):
I would highly recommend to not do that as you might end up seriously corrupting the workspaces. Can you explain a bit more on why is this so necessary? I have helped organizations migrate between various instances of TFS over the few years now and we have not faced a situation like this. If you explain your particular use case a bit more I can perhaps suggest an alternative way to do this.
Also if you are working with TFS you might find this tool useful
https://visualstudiogallery.msdn.microsoft.com/a6b04ebd-e025-4c90-b238-72b48f0dfbd2

Cannot create Spritefont Visual Studio 2013

I have a question about SpriteFont in XNA 4.0 with VS 2013.
I installed XNA 4.0 from this link: https://msxna.codeplex.com/releases/view/117230
I also installed Monogames 3.2. So, the problem is, I don't have the SpriteFont in my VS :s
There is a screenshot (Yes, sorry, my VS is in french ^^):
http://snag.gy/yROn3.jpg
I probably missed something...
If someone has an idea to help me ?
In addition to that, I see the SpriteFont in my extensions of Visual Studio 2013 in "C:\Users\name\AppData\Local\Microsoft\VisualStudio\12.0\Extensions\bkxnrhqx.q30\ItemTemplates\CSharp"
Thank you very much for any answer :)
Finally I found the problem, I just made a mistake, I choose XNA Content project, but it was Monogames Content ^^
Sorry for the mistake :)

Write VS 2010 plugin/addin/extension

For my project I was need localization plugin. I dont find it and instead of write own console localiztion utility. I think this will be useful for community.
I want to wrap it into plugin for VS.
May be already exisists VS addings project templates?
Can anybody help me from what I should start?
Many thanks.
Download and install the Visual Studio 2010 SDK. It comes with plenty of sample code.

LinqToEntitiesMetadataProvider for RIA Services in Visual Studio 2010 RC

I'm having trouble moving from Visual Studio 2010 Beta 2 to Visual Studio 2010RC.
Did all the adjustments regarding assemblies and namespaces but i cannot figure out how to get the following decorator resolved (for DomainService):
[LinqToEntitiesMetadataProvider(typeof(myEntities))]
Does anyone know how this must be adjusted?
Thanks in advance
It is no longer called this way. The new name is:
LinqToEntitiesDomainServiceDescriptionProvider
Pretty confusing, if one expects the names to be the same!!
Hope it helps someone in the future!

Opening a VS 2003 C++ project in VS 2008

Found some old code, circa VS 2003. Now I have just VS 2008 (SP1) installed. When I try opening the *.sln file, it tries converting the projects. The report notifies me it was done successfully, but the solution is empty, marked with "project file was unloaded".
VS 2008 doesn't even include opening a *.vcproj file.
Does anyone have any idea how I can convert my solution?
PS: I found several conversion tools that convert from VS 2005 to 2008 and vice versa - no one looks back to 2003 :(
As always, thanks for your assistance and time!
I suggest manually converting the project by creating a new proj. If you are having trouble now then there will be no way that you can be certain later by trying some other import method.
On a side note- I am on vs2005 and I often get 2008 projects handed to me. I go into the sln and proj files and rename the version numbers and it works perfectly. Hope that works for you!
Maybe you could first convert your solution from VS2003 to VS2005 and then do one more conversion from VS2005 to VS2008 ???
Seconding Klathzazts "manually changing the version numbers." this is often the best solution for dealing with VSC++ when something goes wrong in the upgrade process.

Resources