Display of Visual Studio not refreshing?

I just downloaded and installed Visual Studio 2013 Professional (for free as a student from dreamspark.com). I tried starting it through the first time through Unity, and the first login window did not refresh properly after I logged in. I was able
to navigate pact it, by dragging the window back and forth across my two monitors to force the contents to refresh.
When I open VS2013 from Unity or on its own, it doesn't show all of the window's contents. It is as if it is not refreshing the view. I can force it to refresh parts of the window by resizing it, etc, but with this behavior, it is unusable. Has anyone encountered
a problem like this, or have an idea for a fix?
Thank you!

Visual Studio 2013 Tools for Unity
Also may want to read below link first.
Working with Unity3D and Visual Studio 2013
La vida loca

Similar Messages

  • PLS-00923: native compilation failed: Visual Studio not

    hi,
    I'm using oracle 10g version 10.2.0.1 running on windows xp pro service pack 3. I'm trying to switch from interpreted to native compilation, and here are the parameters I've set:
    plsql_native_library_dir = D:\oracle\product\10.2.0\db_1\plsql
    plsql_code_type = NATIVE
    plsql_native_library_subdir_count = 0
    plsql_compiler_flags = NATIVE, NON_DEBUG
    Now I'm trying to run the following statements:
    ALTER SESSION SET plsql_code_type = 'NATIVE';
    CREATE OR REPLACE PROCEDURE test_speed AS
    v_number NUMBER;
    BEGIN
    FOR i IN 1 .. 1000000 LOOP
    v_number := i / 1000;
    END LOOP;
    END;
    SET TIMING ON
    SQL> EXEC test_speed;
    BEGIN test_speed; END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00905: object SYS.TEST_SPEED is invalid
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Elapsed: 00:00:00.03
    SQL> show err
    Errors for PROCEDURE TEST_SPEED:
    LINE/COL ERROR
    0/0 PLS-00923: native compilation failed: Visual Studio not
    found::Could not open registry key
    HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\VISUALSTUDIO\7.1\SETUP:No
    error
    I have search for the error in google but I can't find anything useful. What do I need to set-up/change to achieve my goals.
    Thanks and God bless,
    Chris

    hi,
    I'm using oracle 10g version 10.2.0.1 running on windows xp pro service pack 3. I'm trying to switch from interpreted to native compilation, and here are the parameters I've set:
    plsql_native_library_dir = D:\oracle\product\10.2.0\db_1\plsql
    plsql_code_type = NATIVE
    plsql_native_library_subdir_count = 0
    plsql_compiler_flags = NATIVE, NON_DEBUG
    Now I'm trying to run the following statements:
    ALTER SESSION SET plsql_code_type = 'NATIVE';
    CREATE OR REPLACE PROCEDURE test_speed AS
    v_number NUMBER;
    BEGIN
    FOR i IN 1 .. 1000000 LOOP
    v_number := i / 1000;
    END LOOP;
    END;
    SET TIMING ON
    SQL> EXEC test_speed;
    BEGIN test_speed; END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00905: object SYS.TEST_SPEED is invalid
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Elapsed: 00:00:00.03
    SQL> show err
    Errors for PROCEDURE TEST_SPEED:
    LINE/COL ERROR
    0/0 PLS-00923: native compilation failed: Visual Studio not
    found::Could not open registry key
    HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\VISUALSTUDIO\7.1\SETUP:No
    error
    I have search for the error in google but I can't find anything useful. What do I need to set-up/change to achieve my goals.
    Thanks and God bless,
    Chris

  • MySQL 5.5, Crystal Report for Visual Studio not working when hosted IIS

    Software and Component detail
    Microsoft visual studio 2010
    MS .NET Framework
    Version 4.0.30319 RTMRel
    MYSQL SERVER Database
    Version 5.5
    MySQL Connector 6.6.4 64 Bit
    MySQL ODBC Driver Version 5.2.a
    Crystal Report for Visusl Studio 64 Bit 13.0.5
    (CRforVS_redist_install_64bit_13_0_5)
    Current Setup
    1. I have WebSite in ASP.NET Visual Basic which works fine and is connected to MySQL Database, using MySQl Connector 6.6.4 64 bit
    and is using a connection string,defined in web.confg.
    2. I am using a Crystal report( It is very complex report, so cannot dare to redo it). Data Source for the report is set using a connection string
    DRIVER={MySQL ODBC 5.2a Driver};SERVER=Licensedb;DATABASE=License;pwd=root;PORT=3306;OPTION=3 and this report is called from website using the below code
    Dim crystalReport As ReportDocument = New ReportDocument()
    Dim repPath As String = Server.MapPath("~/Reports/") + "LicenseReport.rpt"
    crystalReport.Load(repPath)
    CrystalReportViewer1.ReportSource = crystalReport
    crystalReport.SetParameterValue("InstanceID", CInt(Session("sessionInstanceID")))
    crystalReport.Refresh()
    crystalReport.SetParameterValue("InstanceID", CInt(Session("sessionInstanceID")))
    CrystalReportViewer1.Visible = True
    3. The above setup works fine, when I run the website from Visual studio 2010. But when i use IIS 7, the aspx page having crystal report viewer control load and its blank.
    However it work very well from studio it self.
    4. So I changed the setup in point 2, by having a ODBC Data source defined. And changed the report accordingly. It work fine in Visual studio , but from IIS
    it gives error "Failed to Open Connection, Failed to Open Connection <Crystal Report File name.rpt>"
    5. I tried creating a System DSN and same connection string in IIS Application Connection string. But nothing changed.
    Please can anyone point in correct direction. I must admit this is my first website development work, so I might have overlooked some minor details.
    Any help would be much appreciated.
    Thanks
    Dilpreet ([email protected])

    hello again. I fear that what is said in that article does not apply to my particular case.
    First of all i am using the Crystal Report Basic 2008, which I think is not the same product as Crystal Reports 2008.
    In addition, printing fails always, on my PC and on the web server.
    On the other hand I can not find anywhere printcontrol.cab file or printcontrol.dll, just do not exist either in my PC or on the web server.
    The folder where the report viewer is located is not CrystalReportViewers12, is CrystalReportWebFormViewer4, and is located at wwwroot\aspnet_client\system_web\2_0_50727\
    Investigating I found something, but has not helped me:
    [http://social.msdn.microsoft.com/forums/en-US/vscrystalreports/thread/0af08d25-dd71-41ce-92fa-ca374f933eaa/]
    This problem is what always happens to me when on my local PC I access my web server by its public IP.
    I think I must resign myself to use only the PDF print
    thanks anyway

  • Visual Studio not working with OneDrive

    I'm having a problem with Visual Studio 2013. I am working entirely out of my 'OneDrive for Business' directory on my computer. When I work with a project that is located in that directory, I constantly receive the error: "This project has been modified
    outside of Visual Studio and needs to be reloaded."
    I will be typing away in the code editor, or doing other things inside Visual Studio and that error message pops up. Sometimes every few seconds and there is nothing I can do to stop it from appearing. I am unable to accomplish anything because I constantly
    have to stop and click the button to reload the project.
    I am the only person using my OneDrive as this is a personal business. No one is accessing my files from another computer. I've also changed my password for OneDrive to ensure I was the only person accessing the files.
    I'm trying to figure out why I keep receiving this error message from Visual Studio and how I can get it to stop, so I can get back to working on my projects.
    I have all of the Microsoft Office programs, and work with Word 2013, Excel 2013, PowerPoint 2013, and Access 2013 on a daily basis. All of which are located in my 'OneDrive for Business' directory. None of these applications give me an error. It only happens
    with Visual Studio 2013.

    Hi Kensino,
    It seems that I said  too early. Currently I got the same issue with you at random times even though I just clicked on Visual Studio Code Editor. This is an issue which needs to be researched. I did not find any ways to resolve this issue,
    would you please create a connect report for it to get the issue confirmed and diagnose by Microsoft product team?http://connect.microsoft.com/VisualStudio/feedback/CreateFeedback.aspx.
    If you submit it, you will get email notification for update. After submitting it, you could share us the link here, so we could know the latest information from the Product team expert.
    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.

  • Table created in visual studio not shown in portal

    i created a table in vs2013 for my azure sql database.
    the update completed successfully so the new table must be up there somewhere, 
    but when i go to the portal, it is not shown.
    why?

    Hi,
    Based on your description, you have seen the database update has been completed successfully from data tool operations, as far as I know, it means that your azure sql database has been updated, and the table you created must exist in azure portal,
    I tried on my side, everything worked as except, please check your azure sql connection, and clean cookies and sessions, then open azure sql management portal again.
    Best Regards,
    Jambor
    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.

  • Training in Visual Studio 2013

    Hi. I like Visual Studio 2013. It has quick user input and provides for quick debugging cues. I would like to know if the VB project application/s can be set up to maintain the Old VB 2010 properties or coding environment? I am taking an introduction to
    programming course and it relies heavily on VB 2010.

    Hello,
    If you are implying using two different versions of Visual Studio 2010 and 2013 you will find small things that may prove to be frustrating and most likely be a bad idea with you being new to Visual Studio.
    The SUO file is different for one which is generated by Visual Studio not to be manipulated by users. Take a 2010 project to 2013 Visual Studio will prompt you to upgrade, there is no downgrade.
    Best to use the same version on both computers for the time being
    Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.

  • Visual Studio 2013 Crystal Report V9 does not display in browser

    Hello, I work with Visual Studio 2013, and was anxious for version 13.0.9.1312, glad you came. Well I installed the full version and the report usually opened in VS, but when it does not compile command displays. Published in a local and it worked, but the VS does not work, if you click with the right mouse button to display codes are the codes it, but does not show. I used IE, and nothing Chomo. How does VS2013 use IIS Express as a server. Have any solution for this?

    See this post for the answer...
    Re: Crystal Reports does not load aspnet_client files to proper IISExpress directory
    Don

  • Visual Studio 2012 Toolbox - Choose Items Dialog will not display

    Hi
    When i click on a new or exisiting tab in the toolbox and select 'choose items' the dialog box does not display this is either from the main menu or context menu.
    I've reset the toolbox, deleted the .tbd files, run devenv in safemode, reset settings, reset skip packages and nothing.
    The status bar says the dialog box is opening but soon as you focus the ui this status message disappears.
    I also have VS2010 installed and this is working fine
    Anyone any ideas ???

    Hi f4tb0v,
    Thanks for your post.
    If that dialog is not display after you click "choose toolbox Items", Visual Studio on your OS may corrupt.
    Could you please repair VS2012 from control panel?
    By the way, can you run Visual Studio 2012 as administrator, can you see the dialog?
    If the error persists, try gather activity.xml by referring to  http://msdn.microsoft.com/en-us/library/ms241272(v=vs.110).aspx and then share the file
    to www.skydrive.com  Then right click the file to share it, you will be able to get a link for me.
    I also recommend you do a reinstall of VS2012 to see if the issue can be fixed.
    Regards,
    Barry Wang
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Report Dataset NOT displaying Fields within Microsoft Visual Studio

    I have developed my Stored Procedure using two driven parameters.
    @ReportTypeName
    @YearParameter
    The @ReportTypeName is handled within an IF at the End of the Stored Procedure to produce the correct type of report..."New" or "Renewal"
    The @YearParameter is an Integer Year that is provided by Code and then properly interpreted within the SQL Server Stored Procedures.
    My SQL Stored Procedure runs perfectly when I supply the Parameters in an EXEC Statement. Sooooo actually a two-part question...
    When I build my SSRS Report in Microsoft Visual Studio and Provide the Dataset accordingly, the SQL Server Stored Procedure name that I've previously created, the Report Dataset fields are not there. Why? So I have no way of dragging the Dataset report
    data fields onto my Report Tablix.
    I have as an <<Expr>> in my Report Header: ="Year Parameter Specified: " + Parameters!YearParameter.Value and when I try to Preview my Report I get the error message: The Value expression for the textrun 'textbox22.Paragraphs[0].TextRuns[0]'
    contains an error: Input string was not in a correct format. Does that mean I have to Convert my Integer Parameter Value to Character in order for it to be displayed as a Value ???
    Thanks for your review and am hopeful for a quick reply and Thanks in advance!

    Hi ITBobbyP,
    1.When I build my SSRS Report in Microsoft Visual Studio and Provide the Dataset accordingly, the SQL Server Stored Procedure name that I've previously created, the Report Dataset fields are not there. Why? So I have no way of dragging
    the Dataset report data fields onto my Report Tablix.
    In your scenario, please run the stored procedure in SSMS to check if the expected results can return. If the stored procedure can work fine in SSMS, then please check if you have specified a correct data source, also make sure
    the credential used to connect to the data source is the same as the credential you use in SSMS. For more information, please refer to this article:
    Create an Embedded or Shared Data Source (SSRS).
    2.I have as an <<Expr>> in my Report Header: ="Year Parameter Specified: " + Parameters!YearParameter.Value and when I try to Preview my Report I get the error message: The Value expression for the textrun
    'textbox22.Paragraphs[0].TextRuns[0]' contains an error: Input string was not in a correct format. Does that mean I have to Convert my Integer Parameter Value to Character in order for it to be displayed as a Value ???
    In this scenario, I would like to know if the YearParameter is a multivalued parameter. As we tested in our environment, if it’s a multivalued parameter, we should specify the expression like below:
    ="Year Parameter Specified: " & Join(Parameters!YearParameter.Value,",")
    Otherwise, you should change the expression like below:
    ="Year Parameter Specified: " & Parameters!
    YearParameter.Value
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Visual Studio UI not refreshing

    Hello,
    I have downloaded webinstaller of Microsoft Visual Studio Ultimate 2013 32-bit (English) from dreamspark and installed it. However, after installation the UI of Visual Studio was not refreshing properly.
    I had gray background, moving mouse over "hidden" items made them reappear if they had special effect while hovering, like bolding text. Also some links that are "hidden" in start page are still active -> if I hover my mouse on it,
    the cursor will change. Resizing window will show everything as it supposed to but will still leave window "unactive". Clicking, writing etc does not update on my screen until I resize window again. Menus (File, Edit..) are working properly.
    I uninstalled my Visual Studio and installed it again from image this time. It was working few times but now it is yet again unresponsive. I noticed that resizing the window will make it to refresh and show the content as it supposed to. I have also
    tried to install Update 1, that didn't make any changes.
    I have latest Windows updates. I have Windows 7 Pro SP1 x64. Visual Studio version: 12.0.30110.00 Update 1. .NET Framework 4.5.50938.
    Any idea how to fix this?
    (I am unable to add images or links, I will add some screenshots when my account is verified)

    Hi,
    Thank you for your detailed information, now I understand your issue.
    I doubt whether there is anything wrong with your OS or user profile.
    You may try the following steps to do a simple test:
    1. Create a new user account and run VS. If you can run without problem. Your user profile is corrupt and you have to create a new account and copy current user info to it.
    http://windows.microsoft.com/en-IN/windows7/fix-a-corrupted-user-profile It is for Win 7
    2. Do some file check or repair on your OS. Such as Sfc /scannow  http://support.microsoft.com/kb/929833 The same problem.
    If possible, I recommend cleaning your OS and reinstall VS to check the result.
    And as I know recently some Windows Updates caused any issues in VS2010. In order to check whether they can cause your issue, please uninstall related updates such as KB2898869 if you have them to check whether it can help:
    http://visualstudioextensions.vlasovstudio.com/2014/02/13/visual-studio-2010-macros-stop-working-after-february-2014-windows-update/
    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.
    @Crystal Zhu
    I checked and THOROUGHLY read the link about fixing a corrupt user profile and it fixed my VS 2013 problem, however, I cannot seem to copy any of my data from my first (corrupt) profile to my second and fresh user profile. I have also tried another way of
    doing this but I get the same outcome.
    It seems as if, when I select all my files in the C:\Users\My Profile section, it will copy to clipboard yet, it says it can paste but when I attempt to paste, it does not let me, or at least does not seem to be pasting. Nothing changes or occurs. Could
    this be a win 8.1 security feature? (Windows 8.1 is my current running OS). Please answer or quote with help.
    -Thanks, Whutchison
    Whutchison

  • Visual Studio 2012 Find in Files not Displaying Files

    Maybe I am doing something wrong but all of a sudden the Find in Files in my VS2012 does not display the actual file results. It displays the count but the file list is empty.. Am I missing something?
    Thanks.

    Hi Shahrouz,
    I can't reproduce your issue.
    There are some steps as following below you can try:
    Check the setting Find and Replace(Tools->Environment->Find and Replace(
    Use “devenv.exe /resetsettings”
    Use Visual Studio Setup Wizard (via Control Panel) to repair Visual Studio
    You also can read the reference about Find in Files:
    http://msdn.microsoft.com/en-us/library/dechx2tz.aspx
    Hope you can find what cause your issue.
    Best regards,
    Ego [MSFT]
    MSDN Community Support | Feedback to us

  • Data set is not refreshing while preview in visual studio 2010

    Hi,
    Dataset is not refreshing the fields while preview the data. always I need to go to dataset-->query there I need to upadate it.
    But I need to uupdate it dynamically in ssrs. I tried with Auto refresh option in report properties not getting expected result.
    Thanks.

    Hi,
    Dataset is not refreshing the fields while preview the data. always I need to go to dataset-->query there I need to upadate it.
    But I need to uupdate it dynamically in ssrs. I tried with Auto refresh option in report properties not getting expected result.
    Thanks.

  • 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

  • The visual Studio Test controller service on local computer started and then stopped. Some services stop automatically if they are not in use by other services or programs

    We are using VS2013 Premium. i have installed vs2013 Test controller in my dev environment. While i am configuring (https://msdn.microsoft.com/en-us/library/hh546459.aspx) getting error message in
    the Configuration summary dialog box displaying following error's : 1. Failed to Configure TFS Team Project Collection, 2. Could not complete operation as the time out expired. ''
    I have checked the "visual Studio Test controller " in the
    Services --> Administrative. Its automatically stopped the service. When i started the manually its showing message like as 'The visual Studio Test controller
    service on local computer started and then stopped. Some services stop automatically if they are not in use by other services or programs'
    Please guide me how to resolve this problem. 
    Thanks in Advance...

    Hi Divakar,
    What’s the version of your TFS?
    How do you configure the test control?
    Please make sure you are specify the team collection instead of team project.
    On the other hand, you may enable test controller logs. (You could share the log file on the OneDrive)
    # How to enable test controller logs
    http://blogs.msdn.com/b/aseemb/archive/2009/11/28/how-to-enable-test-controller-logs.aspx
    Regards
    Starain
    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.

  • Chart Labels displays correctly in Visual Studio Preview but shows incorrectly in Report Manager after deployment

    Hi,
    We have built a SSRS report which contains a chart and a tablix. The chart labels (Male and Female) is displayed correctly in the Visual Studio Preview but in the Report Manager it displays as Female and Female. 
    These are the following things which we have tried to fix it:
    Deleted and redeployed the report
    Restarted the Report Server
    Checked the report caching. There is no cache for this report.
    We use SQL Server 2012 and Visual Studio 2010.
    Any help is very much appreciated.
    Thanks,
    AJ

    Hi AJ,
    Per my understanding that you have two label "Male and Female" which display correctly in the Visual Studio 2010 but not correct in the Report Manager, right?
    As you have mentioned that you have checked the report caching, please make sure you have set the  "Do not cache temporary copies of this report" in report manager and also check to delete the rdl.data cache file under the project if you have
    which path like:
    \Visual Studio 2008\Projects\Report Project
    If possible, please try to create an new report the same as this one to have a double check.
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

Maybe you are looking for

  • Need help Loading images with selection on a form field?

    So I'm kind of a newb.. I can do basic forms but I need to set up a form field drop down box that will give me the ability to load images correlating to the users choice. I'm at a total loss for where to start, so ANY help would be appreciated. If yo

  • Why can't I walk into an Apple store and buy OS software?

    I tried buying OS X in both of Palo Alto's Apple stores today and nobody could sell me a copy of anything. Leopard is "discontinued" (wait for 2 weeks for it to come through snail mail) and Lion does not exist on DVD for sale... only on new machines

  • Data Block (Reference column) URGENT~~ Plz help!

    Hi: i have 3 data block created. Two of them are master-detail. i didn't add on any relationship on third one yet. set "number of records" to be 8 in both 2nd and 3rd datab lock. i need the third one to synchonize with the data in 2nd data block all

  • Middleware programs on r/3 side for sales orders debugging

    Hi guys, When creating the return order in our web ic the payment terms in CRM system are getting changed by the bdoc coming from the R/3 system Can you please let us know the programs in the r/3 side where i need to debug to find the root cause than

  • How to use a web app?

    I have install BarFight from here "https://apps.mozillalabs.com/appdir/". How I use that and how I can uninstall it?