Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8587213
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T22:30:58+00:00 2026-06-11T22:30:58+00:00

I received source code of a web application for Visual Studio which its solution

  • 0

I received source code of a web application for Visual Studio which its solution contains 15 different projects and I’m supposed to create something like that.

The main project is a MVC3 web application, and the rest are non web applications just for handling data and other resources.

I don’t know the type of those projects while I try to add new projects to my new solution. Could I just add an empty project for example a asp.net web application empty project or anything else C# application empty project even a windows one and still make the right solution with adding right references , configure and other files? does the type of project really matter?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T22:30:59+00:00Added an answer on June 11, 2026 at 10:30 pm

    The type of project matters to Visual Studio because it controls the compile switches. There are different switches to create a .dll (Class Library project) and so forth. Visual Studio also uses the project type to determine how to run a particular project. (In the Cassini web server for websites and Web Projects, or just as an executable for Console and WinForms apps, etc.)

    If you have the .csproj files, you can look in the file to determine the project type.

    For example, a Class Library will have

    <OutputType>Library</OutputType>
    

    A WinForms, Console, or Windows Service app has

    <OutputType>WinExe</OutputType>
    

    A Website will have no .csproj file, but you’ll be able to identify that based on the existence of .aspx, .asmx, and other files.

    If you DON’T have the .csproj files you’ll be left to your best guess. Generally, if it looks like a bunch of classes with no Main() function to be found, and those classes are referenced in another library, it’s most likely a Class Library project.

    If you see a Main() routine, it could be any of the varieties of Windows Executables, so you’ll need to look for clues like the existence of Console.WriteLine() calls (usually associated with Console apps) or Windows UI components like TextBoxes, etc, and references to the System.Windows.Forms Namespace. References to System.ServiceModel generally indicate a Windows Service, etc.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've received data from an external source, which is in a summarised format. I
I'm working on a data distribution application which receives data from a source and
I've received source code for a Java product to make further changes. The archive
We use Team Foundation Server and have numerous ASP.NET Web Application Projects. Each of
I received an e-mail which contained a link that looked like it was to
I received this error on following code.Is this + sign is not available in
I'm creating a web application that allows users to make changes through Javascript. There
I've looked at a lot of posts on different forums where others have received
I am using Spring Web MVC for my application. I have 1 dropdown list
I have a WCF web service for a silverlight application that doesn't seem to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.