Questions tagged [visual-studio-2008]
4 questions
10
votes
5 answers
Is it possible for two DLLs to conflict , preventing solution to build
Though I have a specific case, but I was wondering about the general situation.
Can two DLLs, when added as Reference to a Visual C# project collide with each other to prevent the solution from building? If this is the case, what are the possible…

Shamim Hafiz - MSFT
- 4,123
- 7
- 38
- 46
5
votes
5 answers
Overwhelmed by complex C#/ASP.NET project in Visual Studio 2008
I have been hired as a junior programmer to work on projects that extend existing functionality in a very large, complex solution. The code base consists of C#, ASP.NET, jQuery, javascript, html and xml.
I have some knowledge of all these in…

Darren
- 221
- 3
- 6
0
votes
4 answers
Software development project inception phase
Currently our team develops Web Applications and now we are going to Windows Forms applications.
I have created the inception phase for our Windows Forms project structure.
eg:
ApplicationSolution
--> Security Project(Login Authentication)
…

john ryan
- 373
- 2
- 9
-2
votes
1 answer
visual studio convert from lib files to source files
I downloaded one of the projects using vc++ and using visual studio 2008. The problem is some of the files are in .lib format, to understand the project completely i want to know the contents of this lib files. Is it possible to extract this .lib…

rajesh
- 121
- 2