How do I publish a project in VS2010?

Updated on technology 2024-05-21
18 answers
  1. Anonymous users2024-02-11

    To publish via IIS, if it is not installed, install the IIS component, there is IIS** on the web, and install 5, open VS, and create a new web project. Double-click the default page and set the .

  2. Anonymous users2024-02-10

    The missing DLLs are caused by the fact that the vc2010 (or lower) runtime library is not installed on the client. If you don't want to install the VC runtime on the client, try setting the project to use a static library. Whoever mentions that the release project should not release the debug version should release the release version.

  3. Anonymous users2024-02-09

    If someone else wants to use it, it has to be released and not debugged.

    Also, you have to make sure that you have it on other machines. .NET platform.

  4. Anonymous users2024-02-08

    Every time you create a new project, you can select the path in the box below the name of the new project, and you can choose the path you want to use.

  5. Anonymous users2024-02-07

    The steps to create a C project with VS2010 are as follows:

    1. First open the VS2010 software, click on the file to open New, and then click on the project.

    2. Then in the pop-up form according to the default settings, press OK. If you want to change the name of the project, change the name to the name of the project you want, for example, if you want the project name to myproject, then change the name to myproject.

    3. Then in the pop-up window, the creation of the C project is completed.

  6. Anonymous users2024-02-06

    The steps of the method are as follows:

    1. Open VS2010, click "File" in the upper left corner, and then select "New" > "Project".

    2. Select "Visual C" on the left side, and then select the type of project you want to create in the middle, such as "Console Application", and click OK.

    3. Return to the main interface, you can find that Project C has been successfully created, and you can program accordingly on the right side.

  7. Anonymous users2024-02-05

    That depends on what you do:

    New Project - Select C

    If it's a WinForm program, select Windows Forms Referencer, and if it's a web page, select Web Applications.

    The console program is just a matter of selecting the console program.

  8. Anonymous users2024-02-04

    In the solution, right-click on the source file > Add > New Item C++ file (.).cpp) file, and that's it.

  9. Anonymous users2024-02-03

    Directly click to finish.

    There's no need for a next step.

    You can make it up.

  10. Anonymous users2024-02-02

    Create a new at the point. Select the C++ source file.

  11. Anonymous users2024-02-01

    1 Open vs.

    2 Create a new project.

    3 Select the command line item.

    4 Create a new file.

    5 Select C file.

    6 Write**, compile and run.

  12. Anonymous users2024-01-31

    Build a blank solution with VS2010.

    Three-story structure, there will be multiple projects. In order for the relationships between the projects to be reflected in the directory structure, a solution is established.

    1.Build a solution:

    File > New Project > Other Project Types > Visual Studio Solution > blank solution.

    2.Add the first project to the solution.

    After creating a blank solution, in the Solution Explorer on the right side of VS2010, you can see the solution you just created, click to select it, and then right-click and select "Add" > create a new project >c++ file-> named ***c

    3.Open ***c to proceed**.

  13. Anonymous users2024-01-30

    There are 5 solutions, there is always one for you. If you still can't solve it, ask or send a private message to the first one:

    In the menu bar, find : Window-> Reset Window Layout (Make up Solution Manager).

    Second: Direct menu bar, find Project-> New ItemThird: Press CTRL+W+S

    Fourth: Find in the menu bar : Tools --> Import & Export Settings --> Reset All Settings --> Overwrite.

    Fifth: In the menu bar: Tools --- options--- Projects & Solutions--- always show the Solution tick.

  14. Anonymous users2024-01-29

    In the newly created packaged project, select the project name -- Properties--- where (the author attribute is).

    This property has all the settings you want.

  15. Anonymous users2024-01-28

    Refer here. The reasoning is similar. Open the SLN and PROJ files with Notepad and change them.

  16. Anonymous users2024-01-27

    Change. The sln file will be opened.

  17. Anonymous users2024-01-26

    1.New --- project --- other project types--- vs. empty solution --- OK-

    2.Right-click on the solution---Add --Add Project**.

  18. Anonymous users2024-01-25

    File->New->**->empty**-> OK on the solution will be created automatically Hehe I hope it can help you.

Related questions
10 answers2024-05-21

All programs compiled by Visual Studio, as long as you use the functions of the C runtime library, such as printf, and other basic standard functions, will be linked, and the xx in it is the version number of the visual studio you compiled. The problem now is that you use VS2010, many computers do not have this dll, even if you compile to the release version (the debug version needs more library support), it will still not run. The solution is that you can either statically link these libraries so that you don't need DLL support, or you can have the target computer install the Visual Studio 2010 Redistribute package, which contains the libraries needed for the VS2010 compiled program.

4 answers2024-05-21

1. The reason for the failure to operate is the fault problem. Solution: Check whether there is a problem with the logic for the error event, which is the first thing to do, especially the judgment and return inside. >>>More

15 answers2024-05-21

No, it hasn't started yet. The cheapest German ticket is 280. >>>More

3 answers2024-05-21

Office 2010 product key expiration or product activation failure will have the prompt in the following figure, every time you open the excel or word file will prompt once, a bit troublesome. >>>More

3 answers2024-05-21

19: a tool returned an error code

You can find such a post: >>>More