Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

Includes .. #216

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Includes ...
I'm new to compile with visual studio and this gives an error.

What is the expected output? What do you see instead?
A project with an Output Type of Class Library cannot be sarted directly

In order to debug project, add executable project to this solution which 
references the library project. Set the executable project as the startup 
project.

What version of the product are you using? On what operating system?
Microsoft Visual Studio 2008
Version 9.0.21022.8 RTM
Microsoft .NET Framework
Version 3.5 SP1

Installed Edition: Professional

Microsoft Visual Basic 2008   91605-270-8340643-60154
Microsoft Visual Basic 2008

Microsoft Visual C# 2008   91605-270-8340643-60154
Microsoft Visual C# 2008

Microsoft Visual C++ 2008   91605-270-8340643-60154
Microsoft Visual C++ 2008

Microsoft Visual Studio 2008 Tools for Office   91605-270-8340643-60154
Microsoft Visual Studio 2008 Tools for Office

Microsoft Visual Web Developer 2008   91605-270-8340643-60154
Microsoft Visual Web Developer 2008

Crystal Reports    AAJ60-G0MSA4K-68000CF
Crystal Reports Basic for Visual Studio 2008

Windowns 7 Ultimate

Please provide any additional information below.
A project with an Output Type of Class Library cannot be sarted directly

In order to debug project, add executable project to this solution which 
references the library project. Set the executable project as the startup 
project.

Original issue reported on code.google.com by comedinh...@hotmail.com on 19 Sep 2010 at 3:38

GoogleCodeExporter commented 9 years ago
You're trying to run the project in debug mode. Which is impossible as this is 
a DLL. To compile go to Build->Build Solution.

Original comment by joebingham07@gmail.com on 19 Sep 2010 at 9:19