solution
c++ visual studio 2008 issue with two projects in one solution
I have a solution created using visual studio 2008 named, \"Solution\", and i have two projects in that solution, project \"A\" and project \"B\". when 开发者_如何学Pythoni do a thing like below it sh[详细]
2022-12-22 11:54 分类:问答Visual Studio Project vs. Solution
Bein开发者_如何学Gog new to VS, how may I think of these two concepts, what is the difference?I find some missing information in the other answers (at least for people who come from other IDEs like, s[详细]
2022-12-22 05:31 分类:问答Visual Studio 2010 (beta 2) solution in Visual Studio 2008
Is there a way to open a solution-file saved in Visual studio 2010 beta 2 in Visual studio 2008? ... or maybe a way to convert it?[详细]
2022-12-18 21:16 分类:问答Convert SharpDevelop 3.1 solution to VS2005
Is there a way to open a solution created in SharpDevelop 3.1 in Visual Studio 2005? Here is the header of the solution file:[详细]
2022-12-18 10:45 分类:问答how do I subscribe to an event in raised in another assembly
I have a solution which contains 3 project.One project handles asynchronous communinications.When it has completed it\'s callback, it raises an event SomethingCompleted.[详细]
2022-12-16 23:28 分类:问答Visual Studio add-in hook on solution load
I\'m trying to write an add-in for Visual Studio that needs to be run every time a solution is loaded. Eventually I hope to make it a solution add-in so that it only runs for solutions that need it, b[详细]
2022-12-15 08:17 分类:问答Deploying two Sharepoint Learning Kit solutions on one sharepoint server
We\'ve installed a sharepoint server at our institute and created to portals one arabic and one english. We installed SLK (using Addsolution, Deploy, etc) and it worked fine. Then we installed the Ara[详细]
2022-12-15 03:41 分类:问答Build problems with Visual C++ project after checking in and checking out from CVS
I am building a cross platform product and one of the requirements is across windows(win32,AMD64 and IA61). The product as is relatively simple CLI but we have a separate build team who checks out the[详细]
2022-12-15 01:47 分类:问答VB.NET - Imports namespace from other projects in Solutions
In my Solutions in Visual Studio, I have 3 projects. - Common (Root namespace: PodcastPlayer.Common) -PodcastPlayer (Root 开发者_运维技巧namespace: PodcastPlayer) This is the Silverlight project.[详细]
2022-12-14 15:34 分类:问答Inter-solution C# refactoring in VS
I have solution A which defines public class Foo, and solution B which references A and uses Foo. I rename Foo to Bar in A and use the \"Update References\" feature, but that only updates the referenc[详细]
2022-12-14 14:45 分类:问答