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

Similar Messages

  • Error Opening Visual Studio 2013 Please Help?

    Hi, I just installed the program "Microsoft Visual Studio Ultimate 2013", I installed it using the on screen instructions successfully, it asked
    me to restart the computer, I did and was very excited to use the software but when i opened it said that "An error occurred while starting for the first time. Please restart Microsoft Visual Studio." , I restarted the program and still the same
    error occurs, I restarted the computer still did not work, I re installed the software like 10 times (no extradition), I tried to press the repair button still did not work after repair, I installed the update patch and still did not fix, I restarted my internet
    and still did not work, i called Microsoft support team and no response (too expensive to call again) and still nothing worked.
    I know that there is other versions available for this software such as professional but I am willing to purchase this product after it installs correctly
    as this has all the features I really need... Please help 
    My computer specifications: 
    Operating system; Windows 7 SP1 x64 Bit 
    RAM: 4GB 
    HDD: 70GB (Allocated Partition) 
    Processor: Intel Core I5 3.40 GHz 
    I tired to be detailed as i can please i really need help urgently ASAP. 
    Thanks 
    Full Error Log can be found here; 
    (Image)
    http://s23.postimg.org/vdt7hcw1n/fulldebugerror.png
    Milan

    Hi,
    And from the log message you offered, you get the following error message:
    Unable to cast COM object of type 'System._ComObject' to interface type 'Microsoft.VisualStudio.Shell.Interop.IVsProfileDataManager'
    The
    IVsProfileDataManager provides access to the profile manager and to programmatic control of settings. The error message turns out that you get a broken registration for IVsProfileDataManager.
    Do you get any error message during the Visual Studio installation? You can use the
    collect.exe tool to collect VS installation logs and upload the vslogs.cab file in the %temp% folder to the SkyDrive, then post back the link. 
    Thanks.
    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.

  • 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

  • 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.

  • 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

  • I have purchased adobe pdf pack so i can delete some text from my converted files, this will only let me add text but not delete any, please help

    i have purchased adobe pdf pack so i can delete some text from my converted files, this will only let me add text but not delete any, please help

    I tyhink that you need ExportPDF, Adobe ExportPDF (read only). In any case, thius may help: Cancel your membership or subscription | Acrobat.com online services

  • Using Data Services WSDL with Visual Studio 2008

    I am attempting to use the Data Services XI 3.1 WSDL (I think this Data Integrator v 12.1) in Visual Studio 2008 and I am having some difficulty.
    I am getting the wsdl from the following location: http://devserver:28080/DataServices/servlet/webservices?ver2.0&wsdlxml
    When I attempt to add the web reference to a project all look fine, I see a display of all the methods and their parameter description, etc. but when the add is complete it appears to be unusable. Attempting to instanciate the web service and call the methods results in unreconizable data types. The web service does not show up in Intellisense as a reconizable class, etc.
    Am I doing something wrong?
    Any help would be appreciated.
    Thanks.

    try adding a "Service Reference..."
    In the add Service Reference panel, click Advanced and then select Add Web Reference.  Enter the url to the WSDL and see if this works.
    If this continues to fail, try replacing 2.0 with 1.1 on your URL
    ie:   /webservices?ver1.1&wsdlxml
    if that still fails, past the URL in a browser and see if there are any error messages in the <documentation> tags.
    if you are still having issues, try posting to:
    Expert Forums --> Business Objects --> Enterprise Information Management
    Dan

  • Groupwise.wsdl in Visual Studio Web Developer 2010 Express

    Hello,
    I'm trying to add a "Service Reference" in VS Web Developer 2010 Express by importing the groupwise.wsdl file.
    Everything looks fine when importing the file/adding the reference but when using it several things are missing (e.g. there is no GroupWiseBinding)
    I tried with the groupwise.wsdl file of GW 8 and GW 7 SP3.
    Should I use another .wsdl file or is this just not supported by VS Web Developer? (it works fine in Visual Studio 2010 Express)
    Tx, vha

    Originally Posted by vha001
    Hello,
    I'm trying to add a "Service Reference" in VS Web Developer 2010 Express by importing the groupwise.wsdl file.
    Everything looks fine when importing the file/adding the reference but when using it several things are missing (e.g. there is no GroupWiseBinding)
    I tried with the groupwise.wsdl file of GW 8 and GW 7 SP3.
    Should I use another .wsdl file or is this just not supported by VS Web Developer? (it works fine in Visual Studio 2010 Express)
    Tx, vha
    Replying to an old thread, but since i walked into this problem myself and google could not not help me, maybe this is usefull for others.
    In Visual Studio 2010 (and 2008) you will need to add a Web Reference, not a Service Reference.
    This is done by right clicking on References, selecting "Add Service Reference", clicking Advanced, and then "Add Web Reference".
    Ray

  • Working on new first time Visual Studio project...need advice

    Hello,
    I have been asked to develop a new desktop application that will be used on 2 or 3 computers.  The client wants to attach all computers to a MySQL database on a separate server.  so we have 3 computers linking to the same MySQL database on a server. 
    I am contemplating building something similar to QuickBooks 2013 that functions in a similar manner and has a ribbon at the top. I've been evaluating desktop development applications for some time and have decided to go with Visual Studio Express 2013. 
    My questions is that I am wondering if this is possible to do and/or if someone has a suggestion that would be a better fit for such a scenario.
    Being new to VSE2013 is going to be interesting, but it won't be the first time I have had to learn a new environment.
    suggestions welcome and MUCH appreciated.

    Hello,
    This forum is used to discuess
    digeneral issues about developing applications for Windows. Please ask a specific issue regard this topic as when you are developing an application, it throws an error, for topic regarding a whole abstract application, this is beyond the scope of out
    support.
    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.

  • 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.

  • 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

  • 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.

  • Old visual studio developer needs help

    In visual studio when creating a dll dynamic library it also creates a linker library .lib. Very convenient, now I don't need to do the LoadLibrary (dlload). I just add the library to additional library dependencies in project page. However it does not statically link to the lib file since its just a linker library not a static library. This is the .la in mac? I think so.
    Is there a way to add this to a bsd dynamic library project?

    I was in the same position as you once, coming from Windows development. I'm never looking back.
    Holler if you need anything. Lots of smart people around these forums.
    Eric

Maybe you are looking for

  • Acrobat 9 hangs with multiple documents open

    HP pro 6200 4 G RAM, Win7Pro, Acrobat 9(fully updated), single computer affected, multiple users, documents are from C drive, network, and USB I've run a repair install, removed the popups/lines and other markup notifications, held shift down when st

  • IPhoto '08 (7.0.1) has scambled some of my albums

    I upgraded my existing iPhoto album from the '06 version to the new '08 version. In doing so, a few strange things happened. I have about 2200 photos and most of them were already organizaed into albums under iPhoto '06. I was going through some of m

  • Need to change Windows Live account

    Hi all, The Windows Live account I entered at startup has been blocked after Hotmail told me I was entering the wrong password (turns out I was actually right all along!) There's now an ongoing 'temporary problem' with resetting the account, so I nee

  • Band wide BOE XI 3.1

    Hi We are looking for some recommandation for the bandwide for a VPN connection between us as hostingprovider running the BOE and a customer who is running a BI system in his own enviroment BR Niels R.

  • Yoga 2 Pro - Dragon Assistant Update Failure

    I was setting up Dragon Assistant, and the program told me that an update was available.  I clicked on Update, and the program uninstalled itself, but failed to reinstall an updated version.  The Dragon Assistant "application" folder is now empty.  I