VS 2010 Pro "Other Project Types" / "Setup and Deployment": No items found

Hello,
I have VS 2010 Pro Version 10.0.40219.1 SP1 Rel. I have developed a VB.Net application and would like to deploy it. When I try to add a setup project to the solution, I get "No items found" where a list of project types should be in the "Add New Project"
dialog, "Installed Templates", "Other Project Types", "Setup and Deployment". Shouldn't the Pro version have those templates installed? If so, can I copy them from somewhere? I noticed that "Database" and "Test Projects" also have empty lists. There are lots
of templates available for the various languages.
I tried to modify the VS 2010 installation by adding support for SharePoint, but that did not help. Do I have to uninstall, reboot, and re-install? It's so cumbersome considering that I would need to redo the updates as well.
OS is Win 7 Pro, processor is Intel E8400.
Thanks!
r4

Hi robertrackl,
Thanks for your post.
The Setup Project template is located in: Installed Templates >> Other Project Types >> Setup and Deployment >> Visual Studio Installer. Would you please check if the templates exists in this path?
If not, you can follow the steps below to reset your Visual Studio templates:
Please open Windows Explorer, and navigate to <Visual Studio Installation Path>\Common7\IDE
(by default is C:\Program Files \Microsoft Visual Studio 10.0\Common7\IDE);
Delete the ItemTemplatesCache, ProjectTemplatesCache
folder;
Open Visual Studio Command Prompt (2010) under Start menu -> All Programs -> Microsoft Visual Studio 2010 -> Visual Studio Tools (run it with Administrator privilege: right-click the program -> Run as administrator);
Run the devenv /InstallVSTemplates switch;
Run the devenv /Setup switch.
If you have any concerns, please feel free to let me know.
Best Regards,
Andrew Wu [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Similar Messages

  • Setup and Deployment Error

    hello 
    i have vs express 2013 for desktop and w8.1 pro os.i want Setup and Deployment package but give me
    error 

    I'm not sure, but I suspect Visual Studio 2013 Express doesn't support Setup and Deployment.
    I suggest you remove Visual Studio Express and use Visual Studio 2013 Community Edition instead. It has Express features and much, much more. And it's free.

  • New Mac Pro - some questions about setup and RAM

    After debating between iMac and Mac Pro, I decided on a refurb SINGLE 2.8 quad-core Mac Pro.
    Somewhere in these discussions (can't find it now) I thought I saw recommendations to zero out the hard drive and re-install the system when it arrives. Is this necessary?
    Also, I plan to use the single processor savings to buy RAM. When I go to the Crucial site, they have a choice of RAM for 4-core or 8-core. Mine is only 4-core, but would I choose the 8-core option to get the correct RAM for 2008 models?
    In general, when it comes to buying and installing RAM, should I follow the 8-core directions? Will having a single processor change anything to do with upgrades or expansion?
    Thanks. Hope I didn't ask too much in one post.

    Somewhere in these discussions (can't find it now) I thought I saw recommendations to zero out the hard drive and re-install the system when it arrives. Is this necessary?
    No, that really isn't necessary. If you were prepping a new bare drive that had never been used or you were installing OS X on a drive that had once been used for Windows, then zeroing the drive is quite appropriate.
    All the Mac Pros use the same type of RAM. The Late 2008 models use the faster PC2-6400 800 MHz RAM, but the other specs are the same - ECC, Fully buffered, heat sink. The RAM and installation is the same regardless of cores.
    RAM should be installed minimally in matched pairs, optimally in matched quads. The following illustrations show how it should be installed:
    Mac Pro memory arrangement photos
    Mac Pro Memory Configuration

  • Crystal Report XI merge module in the setup and deployment project VS 2005

    Hello,
    We've purchased and implemented Crystal Reports XI into our software.
    We are working on installation of our software. We included CrystalReports11_5_NET_2005.msm into our setup package.
    For English it's installs correctly. For any other language (like German) install package itself fails.
    For user to see installation screens in German we created installation in German and then created transform for the language.
    Install fails with the message "can't find p3smpen.dll in the package...."
    This dll is related to the crystal reports. We wander if we need to include language merge modules for CR XI?
    thank you

    Hi,
    What is the dll version of Crystal Reports?
    Also give a try installing server install.
    Sincerely,
    Amit

  • Setup And Deployment Problem

    I recently upgraded to Crystal 2008 SP3.  I am trying to deploy a .Net application.  I have created the setup project and built it successfully.  I downloaded the Merge modules for Crystal 2008, and I have them setup in the Setup project with the proper key code.  I made sure that the dependencies for the project were refreshed so that I got the proper referenced items.  I also set the prerequisites in the Setup project to include the C++ redistributable package.
    When I try to install the application, I get the following error:
    Module C:\Program Files\Business Objects\Business Objects Enterprise 12.0\win32_x86\CEReportSource.dll failed to register
    I looked this error up and found several references in the forums.  The references indicated that I needed to have the Visual Studio  2005 C++ Redistributable installed.  I downloaded this from Microsoft and installed it on the target machine.  None of this helps.  I am still getting the error during the setup on the target machine. 
    Any help would be appreciated.

    It looks like the dependencies for Microsoft Visual C++ 2005 SP1 have been updated again. I found that there was a security vulnerability in ATL identified by Microsoft and they released an update for the Visual C++ 2005 SP1 Redist Package. See security bulletin [MS09-035 |http://www.microsoft.com/downloads/info.aspx?na=48&p=1&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=766a6af7-ec73-40ff-b072-9112bab119c2&u=http%3a%2f%2fwww.microsoft.com%2ftechnet%2fsecurity%2fbulletin%2fMS09-035.mspx] and kb article [KB973544|http://www.microsoft.com/downloads/info.aspx?na=49&p=1&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=766a6af7-ec73-40ff-b072-9112bab119c2&u=http%3a%2f%2fsupport.microsoft.com%2f%3fkbid%3d973544].
    You'll need to install the updated Microsoft Visual C++ 2005 SP1 library before you attempt to install your setup package which includes the merge modules. The new vc_redist_x86.exe is available using the link below.
    [Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update|http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&displaylang=en]
    In summary, steps to try:
    1. Install the Microsoft Visual C++ 2005 SP1 Redist Package from here, http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&displaylang=en
    2. Run your setup package built using the Crystal Reports 2008 SP3 merge modules.
    Edited by: David Hilton on Aug 3, 2010 4:18 PM
    Updated to include new info re: Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update

  • Windows 8.1 Installation, Setup, and Deployment - English (United States)

    I have 1 GB RAM 3.0 GHZ pro. 20 GB c Drive. 
    I am using Windows 8 Pro 32-bit.
    Can I use 64-bit OS Windows 8.
    system Type;         >    32-bit operating system, x64-based processor,
    Plzz Reply

    yes, bigger RAM better for Windows 8.1 64 bit
    and you can install a 64-bit version of Windows 8.1, but you'll need to buy it as a DVD and perform a clean installation. You won't be able to keep any files, settings, or apps when you update from a 32-bit to a 64-bit version.
    Please note that the Windows 8.1 Pro Pack is used to upgrade from
    Windows 8.1 to Windows 8.1 Pro, and isn't for cross-architecture installs and doesn't include any media. If you want to change architectures, buy
    Windows 8.1 Pro

  • Error in Setup and Deployment

     Hai all,
                i am making setup of c# application it contains SQL Server 2008 database. I follows this link to make setup 
    http://techbrij.com/install-sql-server-database-with-visual-studio-setup
    after make and instillation i got an error like this..
    System.IO.FileLoadException: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
       at Microsoft.SqlServer.Management.Common.ServerConnection.GetStatements(String query, ExecutionTypes executionType, Int32& statementsToReverse)
       at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand, ExecutionTypes executionType)
       at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand)
       at SafeQuarryManagement.SafeQuarryInstaller.ExecuteSql(String serverName, String dbName, String Sql)
    pls help me...
    thank u

    Hi,
    This is the forum to discuss questions and feedback for Microsoft Office Visio ,your issue more related to SQL,you'd better post your question to the SQL forum
    http://social.technet.microsoft.com/Forums/en-US/home?category=sqlserver&filter=alltypes&sort=lastpostdesc
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support

  • Setup and deployment for Visual studio 2012 express edition...

    is their any way to create setup file for application developed using express editions??

    >is their any way to create setup file for application developed using express editions??
    For 2013, only by using 3'rd party tools.
    If you use the VS2013 community edition, then (so it says here
    https://visualstudiogallery.msdn.microsoft.com/9abe329c-9bba-44a1-be59-0fbf6151054d)
    the VS Installer addon should work.
    Dave

  • Need projects functional setups documents

    Any body have any documents (or link for documents) which explain complete life cycle of project functional setups and its explanation with screen shots.
    I am new to this module i need to learn from basic.
    Regards ,
    azamtulla khan.
    [email protected]

    Hello
    To get overview and basic concepts you may need to review Oracle Projects Foundementals.
    For setup instructions and explanation I suggest you follow Oracle Projects Implementation Guide.
    Both documents are available if you search METALINK Knowledge tab, or go directly to the following site:
    [http://www.oracle.com/technology/documentation/applications.html]
    Dina

  • How do you create a PDF which others can type text in to?

    Hi,
    I need to create a pdf which others can type into and select options (a booking form). Anyone come across this?
    Thanks

    It's relatively easy to produce interactive forms with InDesign CS6/CC and complete them in Acrobat. The forms can include text boxes, radio buttons, tick boxes, drop down menus and so on. It's important to know how to save the form in Acrobat for distribution so that users can save the data once they've entered it. Lynda.com has some useful tutorials, for example: http://www.lynda.com/InDesign-tutorials/InDesign-CC-Interactive-Document-Fundamentals/1290 05-2.html?srchtrk=index:1%0Alinktypeid:2%0Aq:Indesign%0Apage:1%0As:relevance%0Asa:true%0Ap roducttypeid:2
    It's also useful to learn how to Replace an InDesign page in Acrobat when you want to update a form. I also suggest you make duplicates of your InDesign forms as once you have converted the form in Acrobat for distribution you can't change it at that stage.
    I suggest you produce some short practice forms before you commit yourself to the real thing so you can see what can and can't be done.
    Derek

  • Got new miniMac servers with 2x750GB drives. How to setup and confirm RAID mirror?

    Literally just got shiny new miniMac Server with the dual 70GB internakky hard drives/disks with
    OS X 10.7.$ LION pre-installed. What a nice machine in a super cool box!
    Seemed to bootup and run fine!
    Now my issue (there will be more for this MAC newbie):
    A. How to setup AND more importantly (item B below) CONFIRM that a RAID MIRROR is working?
    Want nothing fancier than 2-nd drive is exact duplicate of 1-st drive at all times.
    That is, an 'active and full up-to -the second" backup of the main 1-st drive.
    I have done nothing to 1-st drive as it came from APPLE.
    When I try to setup RAID set using DISK Utility, I get message about system(1-st drive) can't be used in a RAID or such.
    yet I can add 2-nd drive to what I tink is a RAID set and then 'Enable' it.
    It seems to add another entry to thr left-side of drves list panel but not sure that 1-st and 2-nd drives are BOTH in the new
    "RAID SET' or that the set just consists of the "single" 2-nd disk?
    B. I don't think that 1-st drive data is actually being duplicated to 2-nd drive.
    For instance, how do I know that it was 'caught up' to match 1-st drive AND then is
    staying caught up?
    C. A 'RAID UTILITY' Icon brings up a not-available message, but I think that is because I don't
    have HARDWARE RAID controller, just software RAID, correct?
    D. What is 'Time Machine' and how does it play into this? I do assume that somehow/someway I need to
    have off-machine backups also to be truly protected? How would a 2-nd identical miniMAC server be best
    deployed to back each other up, in addition to their own internal RAID-ed disks that items above address?
    My whole point of buying 2x750GB disks was to have mirror RAID set and
    (foolishly) assumed that factory would set it up that way.
    Please help me get setup right so when the inevitable crash happens,
    I have some chance of recovering from it.
    Regards,
    Paul T
    emai: [email protected]
    Apple ID:  N3UD
    Phone: 610-613-0610

    A. What are you adding to the RAID: a partition or a hard drive? You can only add hard drives to a RAID. RAID Utility should confirm that your RAID is working
    B. No, I don't think so
    C. It's because you haven't got RAID hardware.
    D. Time Machine is a backup system in external drives. If you want, you can do backups in a external hard drive.

  • Building and Deploying Within a Directory ?

    Hi Guys,
    Iv just been going through the "Oracle9iAS Containers for J2EE Users Guide, Release 2 (9.0.2)" pdf and have juts gone through the Building and Deploying within a directory.
    This is something, as a developer I would love or even demand to be able to do as createing war , jar and ear files each time I make a change is a total time nightmare...
    Unfortunately I was'nt able to get the above working with a very simple app.
    Before trying the app I made sure I could deploy it normally as a an ear file which worked.
    Below follows a description of the dir structure plus info added to relavent .xml files ( gods theres so many )..
    j2ee/home/applications/BalanceManager
    WebModule/
    WEB-INF/
    lib/
    classes/
    web.xml
    AccountHolders.jsp
    META-INF
    EJBModule/
    META-INF/
    application.xml
    application.xml ( not the one in config dir but the one in the above dir struct, ear application.xml) :-
    <application>
    <display-name>BM</display-name>
    <module>
    <ejb>EJBModule</ejb>
    </module>
    <module>
    <web>
    <web-uri>WebModule</web-uri>
    <context-root>BM</context-root>
    </web>
    </module>
    </application>
    server.xml ( in j2ee/home/config )
    <application name="BM" path="../applications/BalanceManager" auto-start="true" />
    http-web-site.xml:-
    <web-app application="BM" name="BalanceManager/WebModule" root="/BM" />
    The above files have been edited as of the document above, which can also be found at http://otn.oracle.com/docs/products/ias/doc_library/90200doc_otn/web.902/a95880.pdf.
    When I start up OC4J the application gets deployed ( dos prompt ):-
    C:\devenv\oc4j\j2ee\home>java -jar oc4j.jar
    Auto-deploying BM (New server version detected)...
    Copying default deployment descriptor from archive at C:
    pplications\BalanceManager\BaEJBModule/META-INF/orion-ej
    directory C:\devenv\oc4j\j2ee\home\application-deploymen
    Auto-deploying BaEJBModule (No previous deployment found
    Auto-deploying file:/C:/devenv/oc4j/j2ee/home/applicatio
    odule/ (New server version detected)...
    Oracle9iAS (9.0.2.0.0) Containers for J2EE initialized
    and also a BM dir is created in the application-deployements dir.
    So everything looks great, but when I navigate to -
    http://localhost:8686/BM/AccountHolders.jsp
    I get http 500 error page cannot be displayed.
    So it looks like the context root BM did'nt get added to the servers web context,
    but why??
    Obviously AccountHolders.jsp is the jsp in the WebModule dir.
    Iv been tweaking this and that and obviously tweaking never seems to work so if any ones got any ideas or suggestions on how to setup and deploy within dirs instead of ears please reply to me asap.
    Look forward to your answers,
    Stephen.

    Stephen,
    The entry in the http-web-site.xml should be:
    <web-app application="BM" name="WebModule" root="/BM" />
    This should be the name of the web-module in the application (EAR).
    regards
    Debu Panda
    oracle

  • Just downloaded mavericks, now iPhoto won't load because of an error message that says "You can't open the application "IPhoto" because it is not supported on this type of Mac" . I have a 17" MacBook Pro, mid 2010 model running 2.53 GHz and Intel Core I5,

    I just downloaded the new Mavericks operating sytem on my mid 2010 MacBook Pro, 17" 2.53GHz, Intel Core I5 machine. My IPhoto is no longer working at all, I'm getting an error message that says - "You Can't open the application "IPhoto" because it is not supported on this type of Mac". I also loaded Mavericks onto my other MacBook Pro 17", mid 2009 model and everything works fine. I would think that the newer Mac would easily work with IPhoto. Also, when I try to download from the App Store, it asks for my Apple ID and Password, I enter it, and then the little spinning color wheel just spins forever, with nothing ever happening. I tried downloading the IPhoto Upgrade but it never actually downloads, HELP!!!

    What version of iPhoto do you have installed?  Is if one of the versions shown as not compatible in this screenshot?
    If it is then go to the App Store and download iPhoto 9.5.  It will be free if you have an iPhoto 9 or later verson currently.
    OT

  • "An Office 2003 installation on your computer is corrupted and setup cannot continue" error on Office 2010 Pro install

    I am currently trying to install Office 2010 Pro Plus onto my machine that has Access 97 and Access 2003, Visio 2003, Excel 2003, PowerPoint 2003, and Word 2003 installed. I need to keep the previous versions of Office installed as they are used for development
    work. When I try installing Office 2010 I've stopped with the following error message: "An Office installation on your computer is corrupted and setup cannot continue. Remove or repair the Office 2003 product and re-run setup." I can't remove and
    repair doesn't seem to do anything. Most posts suggest removing previous office versions or deleting/altering the MS Office registry keys (which would damage the previous versions of Office). Is there a solution to install Office 2010 independently of any
    other version of Office installed?

    I figured out a method to finally install Office 2010 bypassing the error stated in the title, by manually removing all the keys that included the term "Office 2003" from the Windows registry.
    I share my fix with more details and pictures step by step here :
    Link
    Please note that you need to be very careful when manually editing the Windows registry as it may cause problems to your operating system and even cause a massive failure requiring you to re-format your disk.
    Feel free to use my fix at your own risk. I will not be held responsible for any damage caused or data loss.

  • Compatibility: Project 2013 Pro and Office 2010 Pro Plus

    Beyond an obvious recommendation to upgrade Office (which cannot happen in this instance), is the shared code base between Office and Project the same or close enough to avoid performance or functionality issues that would not be experience if Office 2010
    Pro Plus and Project 2010 Pro?

    Hello,
    For Project Server 2013 you will need Project Pro 2013 but the rest of Office can be 2010.
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

Maybe you are looking for

  • Sony handycam software installation

    I have been storing video from my Sony handycam on my PC for the past several years using software called "Picture Package". The same installation disk has a program for the Mac and I want to install it on my new MacBook Pro. Well into the process I

  • Regarding abap-hr documents

    hi experts,                this is a request from my side actually i  m working on abap-hr but i m not finding suitable documents from internet ,<u><b>plz send me your's company abap-hr training documents</b></u> <u><b>dont send me from internet  or

  • Please review/help WPA config

    It seems to be setup ok for 802.1x with WEP re-keying but we are not being assigned an IP address after connection is established. We have confirmed EAP-TLS works through our Radius box using a different AP, the Linksys WRT54G so it seems to be a con

  • Business Partner and IBase in SolMan

    Hello all, Anybody have a material for create a business partner, IBase and its users in Solution Manager? Or procedure for its creating. Thanks. Att. Rogério

  • A Webservice and  a Standalone Java Program Integration

    Hi! I need a JAX-WS webservice that would invoke methods of a standalone java program . Is it possible to implement it? Is there a better way than communication with the standalone java program through RMI? Thanks!