Can I upgrade a SP2007 Visual Studio Project directly to SP2013?


Hi,
Help, please...
I have been using this web service:
Custom SharePoint User Web Service V1.0 (useful to switch views depending on the current user's SharePoint groups in InfoPath)
Here it’s the source code:
https://ilovesharepoint.codeplex.com/downloads/get/38861
How can I port it to SP2013?
If it's ported to SP2010, can I use it in SP2013?
Thanks in advanced.

Hi,
Pls check if it can help you
http://technet.microsoft.com/en-us/library/jj839719(v=office.15).aspx
Please remember to click 'Mark as Answer' on the answer if it helps you

Similar Messages

  • How can I double-click a file to open it in default app in my Visual Studio project without creating an installer?

    I have an app with code to open a file by double-clicking on it. The app in my Visual Studio project file should start automatically and then open the file automatically. I double-click on the file, then look for the app in my solution folder (I choose the
    .exe in the Debug folder). Am I choosing the correct .exe file?
    What I'm trying to do is test some code I wrote that will open the associated file type when I double click on it, as opposed to creating an installer, installing the app and then double-clicking on the file to see if it will open in the associated app automatically.

    Hi dudefromthebronx,
    Yes, I think you could doubt click the .exe file in your local machine.
    Of course, maybe you could get it in Bin\Debug or Bin\Release folder, it is related to the current project settings.
    But we would know some differences between them:
    http://stackoverflow.com/questions/11600162/difference-between-bin-debug-and-bin-release
    https://social.msdn.microsoft.com/Forums/en-US/0cde96e6-8dd8-4aa9-adcf-d7f45da13b66/debug-bin-release-folders?forum=vbide
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Getting error when updating the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1

    Hi,
    I`m getting error message like "None of the apps in your project can be activated in the target. The manifest file of one or more apps contain API sets or Office applications that are not supported by
    the target Office client. To debug those apps, update manifest files to exclude any unsupported API sets or Office applications, and then start the project again. Alternatively, you can debug your apps by using Office 365 as a target." when when
    updating the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1 in manifest file though i have added host elements.
    any help in this regard is highly appreciated
    Thanks,
    Santosh Sutar  

    Hi Satosh Sutar,
    Based on the description, you got the error message when you update the apps from version 1.0 to 1.1.
    From the error message, it seems the menifest include some settings no allowed in the new version. Would you mind sharing more detail about how you update the project?
    And here is an article about updating apps for Office and menifest schema files in the project for your reference:
    How to: Update the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Add WSDL to Visual Studio Project  - Please help !

    Hi,
    In this address there is explained how to add wsdl class to our project (sheet 7)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0123164-9b30-2b10-a086-b8a7f973b3e1
    However, after "Add New Item" = SAP Connector Proxy,  Visual Studio is not asked me a question to select the u201CWSDL file from SAP IFRu201D. It operates this phase automatically. How can I do this manually?
    Briefly, how can I add my wsdl to visual studio project?
    Thanks,
    Johnson.
    Edited by: asdasd asda on Oct 9, 2008 12:41 PM
    Edited by: asdasd asda on Oct 9, 2008 12:42 PM

    Hi,
    did you find a solution to this?
    thanks

  • How to modify a Visual Studio project for having traces at the beginning and the ending of a function

    Good afternoon,
    I am working on a Visual Studio project (written in C) and in order to do some debugging, I would like to add traces.
    This can be done in different ways:
    int function_1();
    { #ifdef DEBUG
    printf("function_1\n");
    #endif... }
    =>But as this implies that I need to copy the name of the functions everywhere, this is a lot of work.
    A better approach:
    int function_1();
    { #ifdef DEBUG
        printf("%s \n", __FUNCTION__);
      #endif... }
    => This is already better, but I still need to add those lines of code everywhere at the beginning (and the end) of my functions.
    So I'm wondering, would it be possible to modify my Visual Studio project in such a way that some lines of code are added at the beginning and the ending of a function, and this for a whole file, project, solution? Does somebody know how to do this?
    Thanks
    Dominique

    Probably you are looking for
    /Gh (Enable _penter Hook Function)
    https://msdn.microsoft.com/en-us/library/c63a9b7h.aspx
    Besides there exists also
    /GH (Enable _pexit Hook Function)
    https://msdn.microsoft.com/en-us/library/xc11y76y.aspx
    With kind regards

  • Dynamic Image Displays Blank When Using In Visual Studio Project

    I am trying to simply display a dynamic image in a report. I am using Crystal Reports XI Release 2.
    I have two different environments: Local via Progress where reports are called using Crystal Viewer ActiveX, and over the web where reports are called from Open Laszlo and Visual Studio project.
    The image is set to a blank image as default, and Graphic Location Forumla loads the image from the database (site.logo_location + site.logo_filename) which results in an image http:
    www.vetinfo3.com\a.jpg.
    When I run the reports locally using the ActiveX control, it works just fine and displays the image.
    When I run over the web using OpenLaszlo, it displays a blank.
    Troubleshooting
    We are using Visual Studio 2005, which is bundled with an older version of Crystal that doesn't support dynamic images.
    To address this, I loaded Crystal XI Release 2, which updated the version in Visual Studio and enabled the Graphic Location formula field on the dev machine.
    I verified the Graphic Location field was set correctly.
    This caused a Version error, so we loaded cr_net_2005_mm_mlb_x86.zip on server and specified the Version in web.Config.
    No errors now, but when I build and publish the code, the image still displays as blank.
                From Fiddler
                   GET http://www.vetinfo3.com/mdsol1/CrystalImageHandler.aspx?dynamicimage=cr_tmp_image_c5d6a923-293b-4f1e-8739-4e698f83b087.png
                   Creates C:\Documents and Settings\Curtis\Local Settings\Temporary Internet Files\Content.IE5\PWRUX2XW\CrystalImageHandler[1].png
                   Blank Image
    According to issues within Visual Studio, they say the fix to this is to add the <httpHandler> in web.Config, but it is already there; added when we add the viewer to the project:
    In web.Config I have some questions about this line:
        <httpHandlers>
          <add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
        </httpHandlers>
    There are more service packs for Crystal XI Release 2:
    crXIr2sp2_net_server_install.zip
    crXIr2sp3_net_server_install.zip
    crXIr2sp4_net_server_install.zip
    I have not loaded these yet, but the readme files do not indicate they fix any dynamic image issues.
    I am out of ideas on this; does anyone have any ideas?

    What about if you take OpenLaszlo out of the picture? E.g.; use one of our samples from here;
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples
    I'd recommend vbnet_web_simplepreviewreport
    Also, see [this|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0437ea8-97d2-2b10-2795-c202a76a5e80] article.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Displaying a 3DSmax model in Microsoft Visual Studio using Direct X

    I was wondering if there is a way I can display a scene that I have created in 3DS max in Visual Studios using Direct X
    Many Thanks 

    Can you explain more clearly what you are trying to do? What part of your code have you implemented and what specifically do you need help with?
    Are you writing a Direct3D application? If so, are you targeting Windows Store apps or desktop apps?
    You cannot directly open a scene in Visual Studio, but you can certainly write an application which can parse and display one. See
    Getting Started with Direct3D .
    --Rob

  • Can I upgrade from OS 10.4.7 directly to 10.6?

    Can I upgrade from OS 10.4.7 directly to 10.6?

    Snow Leopard 10.6 Technical Requirements - http://support.apple.com/kb/SP575
    A Mac OS X 10.6 Snow Leopard Application Compatibility List - http://snowleopard.wikidot.com/
    You can use the less expensive ($30) upgrade DVD though Apple may try to sell you the full box set (unless they have abandoned the idea) which includes iLife.  They may also try to sell you Lion so come up with a good reason (e.g., lots of PPC generation software) why you can't use Lion yet.

  • Visual Studio Projects Not Showing FileVesion Leading Zeroes in File Properties

    I created a simple Visual Studio 2013 windows form application setting the AssemblyInfo.cs file as show below.
    // You can specify all the values or you can default the Build and Revision Numbers
    // by using the '*' as shown below:
    // [assembly: AssemblyVersion("1.0.*")]
    [assembly: AssemblyVersion("1.0.0.0227")]
    [assembly: AssemblyFileVersion("1.0.0.0227")]
    [assembly: AssemblyInformationalVersion("0.0.0.0227")]
    I built the application and went to the Windows File Explorer and brought up the file properties. What I see is that the product version showing the leading zeros, but the file version field does not show the leading zeros.
    It appears to be a bug either with Visual Studio or with Windows. Which one is it and is there a fix?

    Hi Sarah,
    We can't see the screenshot. Do you mean you use Windows Explorer to browse to the AssemblyInfo.cs file and check the property?
    If you change the product version or the file version from the AssemblyInfo.cs file, you need to firstly rebuild the assembly, then if you go to the debug/release folder, check the property of the assembly file, the Details tab will show you the corresponding
    changes of these properties. It's the assembly property but not the cs file property.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Help, I can't sign in to Visual Studio Community 2013 "Something went wrong and we can't sign you in right now. Please try again later."

    Hi, can anyone help me further diagnose?
    On Windows 7 64-bit, whenever I try to sign into Visual Studio Community 2013 I get a bunch of clicking sounds, and then  "Something went wrong and we can't sign you in right now. Please try again later."
    I installed the 2013 update 4 just recently (3/23)
    I was getting this error back in February

    Hi HuggyPaul,
    Thank you for posting in MSND forum.
    >>whenever I try to sign into Visual Studio Community 2013 I get a bunch of clicking sounds, and then  "Something went wrong and we can't sign you in right now. Please try again later."
    Based on your issue, I suggest you could try to use an another microsoft live-in user account to sign in the Visual Studio Community 2013 to check if you can sign in the VS2013 Community with update 4.
    Or you could try to use same user account to sing same version of VS2013 Communty with Update 4 on other machien and the check if you can sign in this VS 2013 Community with update 4.
    (1)If you could sign in the VS2013 Community update4 by the another user account on your machien, I think that the issue maybe related to your user account.
    (2)If you still could not sign in VS 2013 Community update 4, maybe you will need to repair or re-install this VS2013 Community with update 4.
    In addition, please tell me what browser you use on your machine.
    If your machien just insatall other browser such as chrome, please try to install the IE and then check this issue again.
    From this error message, i find a similar thread about your issue, maybe it can help you.
    Referenece:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/49a611c6-cf70-4756-932c-1e26edddd9a1/something-went-wrong-and-we-cant-sign-you-in-right-now?forum=reportabug
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • What can i use instead of Visual Studio?

    I'm a new user. i need to use Microsoft Visual Studio for my project. As i understand there is no MVS for mac.
    But is there any thing else, that is capacitable as MVS for mac.

    Install Windows 7 into a virtual machine such as VirtualBox, Parallels Desktop 8, or latest VMware. Once Windows is installed and updated, install Microsoft Visual Studio, updates and dependencies. Now, you have a 100% Visual Studio and development language support.
    Now you can boot into Windows concurrently with Mountain Lion running, share/print files between them, and when you are done with Windows, shutdown it down and close the virtual machine. Return to the normalcy of OS X.

  • Wizard based Visual Studio project template selection

    I wish to create a wizard based solution, which would allow a user to choose the type of project template he would wish to load.
    In Visual Studio, for example, upon selecting a Win32 console project, the user has a chance to have MFC / ATL support, SDL support etc, or he may not.
    On similar lines, I wish to provide a user the choice of selecting a 64 or 32 bit project template,with or without MFC support.
    I can create a wizard for such an endeavour, and I can associate this wizard with the root project of a multi project solution, and can capture the input of the user. But how do I then select that particular project to be loaded for the user?
    How does Visual Studio achieve this project selection, and what would I need to do to achieve the same?
    Kindly advise. Thank you.

    VC++ project system now supports the same .vstemplate based wizards, its just that they never bothered to convert the old ones, as they are rather large, and people that use them are familiar with them.
    But if you poke around the ....\Common7\IDE\ProjectTemplates\VC directory, you'll see some examples of the newer style of templates in the Phone and Store directories, which contain the newer style templates.
    If you want to build a project template that allows for selecting different (or multiple) project types, I'd recommend starting with a stock project template, and then create and add a custom IWizard assembly to it (much like that walkthrough I mentioned),
    then add your additional "hidden" templates. To keep the hidden templates out of the New Project dialog. Then you can programmatically add them to your solution, per whatever
    the user selects, in the UI you display in your
    IWizard.RunStarted implementation.
    I don't have an example of this finished, but I hope to have one done here shortly. It's basically a set of templates that will generate a Project or Item Template Project, and a VSIX wizard assembly project. Essentially, it's a template that will give you
    the same results if you do that walkthrough on the VSX Arcana blog I mentioned earlier. I'm in the final stages of cleaning it up, and will hopefully have it posted up on codeplex and the VSX Arcana blog later this week.
    Sincerely,
    Ed Dore

  • Develop streaming data processing applications in C# with Stream Computing Platform and Storm in HDInsight. Can this be done with Visual Studio Community sign up?

    Hello,
    I am a  student and love the Visual Studio Community 2013 to implement some of my research projects. I am currently working on a project that involves streaming data analysis. I found this article ( http://azure.microsoft.com/en-us/documentation/articles/hdinsight-hadoop-storm-scpdotnet-csharp-develop-streaming-data-processing-application/
    ) but do not have MSDN subscription (I cannot afford it)  as required in the article. Can this be done somehow with Visual Studio Community 2013 sign up?
    Thank you all in advance for your time and for your help.
    J.K.W

    Hi,
    I just confirmed that the key with Visual Studio Community is that, although it is free like Express, it does not have the limitations that Visual Studio Express had. So, to answer your question, Yes - you can do all your development work as a student with
    VS Community 2013 sign up. You can also refer to this blog for more details -
    http://blogs.msdn.com/b/quick_thoughts/archive/2014/11/12/visual-studio-community-2013-free.aspx
    Regards,
    DebarchanS
    DebarchanS - MSFT

  • RouteConfig.cs for older (2008), now converted (2013) Visual Studio Project?

    I have a Visual Studio 2008 ASP.NET Web Application.  I'm using Visual Studio 2013 now, so this older project was converted.  Great!
    But, to get around some Crystal Reports issues, they have suggested doctoring RouteTables.Routes.  They are thinking specifically of making adjustments to it inside of RegisterRoutes (RouteConfig.cs).  But let's take a step back:
    When someone creates a brand new project in VS2013, you see this in Global.asax:
    RouteConfig.RegisterRoutes(RouteTable.Routes);
    Then when you look at "RegisterRoutes" (RouteConfig.cs), you see:
    public static void RegisterRoutes(RouteCollection routes)
    var settings = new FriendlyUrlSettings();
    settings.AutoRedirectMode = RedirectMode.Permanent;
    routes.EnableFriendlyUrls(settings);
    OK.  So who is using RouteTable.Routes?  I bet in a brand new VS2013 project, one that creates this RouteConfig.cs template, some underlying code is examining RouteTable.Routes and doing something with it.  But I'm not so sure about an existing
    project, that was converted.  That's the situation I'm in.
    Now, because I had this older project, I didn't have a RouteConfig.cs.  But that's OK, it looks like I can do this in Global.asax.  So I can do something like this:
    public class Global : System.Web.HttpApplication
    protected void Application_Start(object sender, EventArgs e)
    RouteCollection routes = RouteTable.Routes;
    var settings = new FriendlyUrlSettings();
    settings.AutoRedirectMode = RedirectMode.Off;
    routes.EnableFriendlyUrls(settings);
    routes.IgnoreRoute("{resource}.aspx/{*pathInfo}");
    Applying both of the suggested fixes (I tried just one - the change to RedirectMode.Off, then the other - adding routes.IgnoreRoutes, then trying both - and neither three worked, or fixed the issue).  This is why I'm questioning if I can do what I'm
    trying to do with a converted project.  Again, wouldn't the underlying architecture have to know to do something with RouteTable.Routes?  For this to work?  Would I get that functionality on a converted project vs. a new project?
    Thanks!

    Hello,
    Welcome to MSDN forum.
    Your issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because you are working with ASP.NET Web Application, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Implementing admob banners in unity 3d visual studio project

    Hi everyone, first i admit that i don't really Know how
     to use visual studio express.
    I have a compiled project from unity 3d and i would implement admob banners only in selected levels.
    I tryed to follow the tutorial on the admob page and to insert them in the main page.xmal but it doesn't work.
    Where and How can i insert banners in the game? In the project i have a folder full of levels but i can't open them to edit and insert banners.

    Hello,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses the usage issue of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because you want to know how to implement admob banners in unity 3d project in Visual Studio, I suggest you should reopen a thread on Unity Community:
    http://unity3d.com/community like this thread:
    http://forum.unity3d.com/threads/58620-Unity-Android-amp-Banner-Ads-(AdMob)
    Thank you for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Problem using JTextArea

    Hi!      I' ve a problem using JTextArea. I'm trying to discuss in a brief..... I've created an application that is used as a front end for a SQL database application. There is a text area (JTextArea). Clicking on a button, what I enter in the text a

  • Form settings are not saved on one client

    Hello, What are possible reasons that form settings like size and position are not saved. I have one client with SBO 8.8 PL15 installed. On this client this settings are not saved. So the user has to resize the forms everytime he opens it. I tried it

  • Agent issue

    Hello, I have configured agent and run it , it was sccessful . But I got no emails . How it can be possible? What does it mean when agent runs successfuly ?

  • Swatch from square-pattern backrgound

    Hi Am hoping someone can help me. I have an image (JPG) that I want to create a pattern fill / swatch from. Here is the pattern: Now, I started creating little squares using the rectangle tool and tried to line them up next to each other and fill the

  • My account balance does not reflect the redeemed B...

    I redeemed two Bing Rewards Vouchers, and each worths $1.46 (total $2.92).  However, I do not see the amount reflected in my balance.  I have original balance of $9.92 which does not change at all after I redeem these vouchers.  Please help.  Thank y