Minor glitch in source control menu (jdev903prod)

Hi,
make sure you have CVS selected as source control tool.
Then, after starting up Jdeveloper, open a workspace. Choose File->Source Control: the login option is disabled!
(rightclicking the workspace and choosing source control->login from there works, but the one in the file menu doesn't)
Greetings,
Ivo

Thanks for reply.
That link doesn't provide enough information about SCC.
I'm not looking for general SCC programming info.
I only want to know how to refresh the SCC status in the project programmatically.
George Zou
http://webspace.webring.com/people/og/gtoolbox

Similar Messages

  • The project file is not bound to source control, but the solution contains source control binding information for it.

    This may be more of a SQL Server Management Studio question, but I couldn't find a SSMS forum...
    I've got a database solution that contains several projects.  They're just to keep track of changes to stored procedures, triggers, views, etc in a few databases I maintain.  There is a problem with two of the projects though.  No matter what I do, I can't seem to get them bound to source control right.  When I open the solution, I get:
    The project file is not bound to source control, but the solution contains source control binding information for it.
    With two options, use solution binding and remove solution binding.  If I keep the solution binding, everything works fine.  But it's really annoying to have to deal with every time I open the solution.  If I remove the solution binding, the projects are now unbound again.  If I try to fix them (using the change source control or Add Selected Projects to Source Control options under the File->source control menu), I just end up in the same situation.  I've even tried deleting the projects and re-creating them from scratch, then re-adding them to VSS.  If I open the solution files in a text editor I can see the SCC tags in every project, but these two.  Since I can't manually add the tags, and Management Studio itself only seems to want to bind them the wrong way, I'm getting really frustrated.
    Can anyone point me toward a way to bind these so they work like the rest?

    However, that does not appear to be the ONLY cause of the problem.  I am a single user and only using TFS2010 and SSMS2008R2.  My issue is that I wanted a solution file for each project so that they could managed independently, and a super-solution
    file that contained all projects, so that I could perform system-wide searches and cross-checks.
    I solved the problem by:
    1. Choosing the option to use solution binding, then
    2. Adding another project to the solution.  This forced the re-write of the solution file.
    3. Adding another script to the project.  This forced the re-write of the project file.
    4. Checking in all changes.
    5. Deleting the new script and the extra project,
    6 Checking in all changes.
    This appears to have solved the problem.

  • Jdeveloper and source control

    I'm getting an error when trying to checkout from source control menu Jdeveloper 3.2. I checked the JDK version that Jdeveloper is using. It is 1.2.2, which is correct. Please help!!!! Thanks in advance.
    An exception was thrown in the JDeveloper (UK) Source code addin.
    The exception was caught and routed to the detailed SCMExceptionHandler.
    There were 1 exceptions in the stack. Stack traces are:
    ===== Exception 0 ============================================
    Name:
    java.lang.NullPointerException
    Message:
    null
    Stack Trace:
    java.lang.NullPointerException
         void oracle.bm.scm.repos.api.RSCReposClientAPI.doCheckout(oracle.bm.scm.framework.splitclient.Options, java.util.List)
         void oracle.bm.scm.framework.splitclient.SCMSplitUIClient$1.go(oracle.bm.scm.framework.splitclient.Options, java.util.List)
         boolean oracle.bm.scm.framework.splitclient.defaultui.SCMDefaultUI$SCMDefaultUIDialog.finish()
         void oracle.jdeveloper.wizard.common.OracleWizardDialog.doFinish()
         void oracle.bm.scm.framework.SCMWizardDialog$CustomizableButtonBar.actionPerformed(java.awt.event.ActionEvent)
         void javax.swing.AbstractButton.fireActionPerformed(java.awt.event.ActionEvent)
         void javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(java.awt.event.ActionEvent)
         void javax.swing.DefaultButtonModel.fireActionPerformed(java.awt.event.ActionEvent)
         void javax.swing.DefaultButtonModel.setPressed(boolean)
         void javax.swing.plaf.basic.BasicButtonListener.mouseReleased(java.awt.event.MouseEvent)
         void java.awt.Component.processMouseEvent(java.awt.event.MouseEvent)
         void java.awt.Component.processEvent(java.awt.AWTEvent)
         void java.awt.Container.processEvent(java.awt.AWTEvent)
         void java.awt.Component.dispatchEventImpl(java.awt.AWTEvent)
         void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
         void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
         void java.awt.LightweightDispatcher.retargetMouseEvent(java.awt.Component, int, java.awt.event.MouseEvent)
         boolean java.awt.LightweightDispatcher.processMouseEvent(java.awt.event.MouseEvent)
         boolean java.awt.LightweightDispatcher.dispatchEvent(java.awt.AWTEvent)
         void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
         void java.awt.Window.dispatchEventImpl(java.awt.AWTEvent)
         void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
         void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
         boolean java.awt.EventDispatchThread.pumpOneEvent()
         void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
         void java.awt.Dialog.show()
         void oracle.jdeveloper.wizard.common.JDeveloperDialog.show()
         void java.awt.Component.show(boolean)
         void java.awt.Component.setVisible(boolean)
         void oracle.jdeveloper.wizard.common.OracleWizardDialog.setVisible(boolean)
         boolean oracle.bm.scm.framework.SCMDialog.showPanel(javax.swing.JPanel)
         void oracle.bm.scm.framework.splitclient.defaultui.SCMDefaultUI.showDialog(javax.swing.JPanel, java.lang.String, oracle.bm.scm.framework.splitclient.APIRunner)
         void oracle.bm.scm.framework.splitclient.defaultui.SCMDefaultUI.displayCheckoutUI(oracle.bm.scm.framework.splitclient.Options, borland.jbuilder.addin.Node, boolean, oracle.bm.scm.framework.splitclient.APIRunner)
         void oracle.bm.scm.framework.splitclient.SCMSplitUIClient.checkout(borland.jbuilder.addin.Node, boolean)
         void oracle.bm.scm.framework.splitclient.SCMSplitUIClient.checkoutContents(borland.jbuilder.addin.Container)
         void oracle.bm.scm.framework.SCMManager$8.run()
         void javax.swing.SystemEventQueueUtilities.processRunnableEvent(javax.swing.SystemEventQueueUtilities$RunnableEvent)
         void javax.swing.SystemEventQueueUtilities.access$0(javax.swing.SystemEventQueueUtilities$RunnableEvent)
         void javax.swing.SystemEventQueueUtilities$RunnableTarget.processEvent(java.awt.AWTEvent)
         void java.awt.Component.dispatchEventImpl(java.awt.AWTEvent)
         void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
         void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
         boolean java.awt.EventDispatchThread.pumpOneEvent()
         void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
         void java.awt.EventDispatchThread.run()

    Hi,
    Could I ask for a bit more information about your environment so that I can either track down the problem or provide a workaround:
    o Which specific version of Repository are you using?
    o Which version of Windows?
    o Does the workarea you're connecting to have a check-in branch set? (if you use Edit workarea... in the RON, check the Checkin branch page, and let me know if it's set to <None>).
    I'll also have a look back at the 3.2 code when I'm back in the office tomorrow to see if I can find out what's causing the exception.
    About the indication of status: this is one area where JDeveloper 3.2.3 is quite limited. The underlying addin API we use to integrate source control into 3.2 didn't have the flexibility we needed to display a state indicator in the navigator (in 9i, it's a whole lot more flexible, and we have very nice "overlay" icons that tell you what state a file is in). The only way to tell if a file is checked in or out in 3.2 is by looking at the Source Control menu for the file to see which items are enabled / disabled.
    Thanks,
    Brian
    JDev Team

  • Source control ADD grayed out

    - I need to add files to GIT, and have a repository there, but I can't commit any files, because Xcode says none of them are under source control. BUT, I can't add them to source control, because Source Control-Add is gray! How do I enable this menu item??

    Creating Git repository for existing XCode projects
    This problem has been puzzling me for a while...
    Scenario 1:
    You started a simple project just for a quick/simple test.
    XCode gives you option to "Create local git repository for this project", and for some reason you didn't/forgot to tick it...
    After you spent some time on it, your simple proof-of-concept project seems to worth a lot more now and you want to add it to the source control. Ooops, how do you do that again??!! You tried every possible options under "File -> Source Control" menu but none of them works, what the....$%#@! I guess it's mainly your fault for not creating the repository at the beginning, but, but, but, wouldn't it be nice if Apple can add an option into XCode to make it easier to add existing projects to the the source control?
    Scenario 2:
    There's another scenario - which happens to me quite a lot - you downloaded something from the web, you "heavily" modified it (it's mine now, mine mine mine! Ha ha ha....), and again, later wants to add it to source control and..... stuck again! Finally found a solution today, thanks to this link by Ash Furrow, I learned that you have to: (a) create an empty repository by open a terminal, go to your project directory and run the following commands: 
    git init git add . git commit -m "Initial commit"
    (b) after that, follow the following steps (you may compress the whole project into a ".gz" file first if you worried about loosing anything...) 
    Move your existing project folder to your desktop.
    Make a new, empty project in Xcode with the same name as your project. Make sure the box for using a .git repo is selected.
    Close Xcode.
    Copy all files from the project folder on your desktop to the new project folder Xcode created.
    Double-click the project file.
    You'll now need to add all the files to the source control since (they'll all have question marks beside them, shown right).

  • Robo HTML 9 will not open our project from Source Control after initial start.

    We have a project in version control that we have been using forever, since 2003 or so and many versions of RH.  Now that we have upgraded to 9, this project will open the first time in version control and work normally.  Once you close the project and attempt to reopen from the starter screen, it opens just great, just not in version control.  The files are still set to read only.  I have done this several times and the only way i can work on my project in version control is to act like i am opening a project from scratch, then it needs to overwrite all of my local files with the server files.  It would not be so bad but I am 3000 miles away from the server and 13 hops plus a slow firewall on the other end.  While this has never been a problem in the past it is a big problem because it takes hours for all the files to download and overwrite my local files.
    This only happens with RH9 and Version Control 3.1.  RH8 works no problem.  So, I don't know if this is a RH9 starter problem or a Source Control Problem.  Maybe I will make a similar thread in the RH area.  I'll wait to see if I get any useful hits from this one first.
    It is very strange, I had RH9 open for several days because I was afraid to close the project for this reason and yesterday I published for the month so the heat is less right now but today, it opened with no source control.  If I go to Source Control the only thing i can select is put project in source control.  That is how it got into source control after converting to RH9.
    We have another project that seems to open from version control normally but we can only save topics in HTML view.  No useful answers to that topic after a week.
    Got any ideas???
    I have tried different folder names, different paths, etc.
    Thanks,
    dv

    Ok, here is a wierd one, I used the add to version control icon in the menu bar, It already knew the path so I figured I'm the only one who has been editing these files for the past few days so I clicked add to version control.  It added it. I closed and reopeded and still had the same files checked out.  Closed, checked in all, then reopened and it is working in SourceControl.  Strange that after opening from source control and closing that you need to reopen and tell it to put the project into source control.  Obviously some flag is not getting set somewhere.  This might help others having problems reopening source control files.
    dv

  • How to use a 3rd party source control tool with RoboHelp?

    Hello,
    I would like to set our RoboHelp users up with source control.  They are using RoboHelp HTML 8.0.
    Our software developers are using the AccuRev scm system; I'd like the doc team to use AccuRev, too.
    Can someone direct me to RoboHelp documentation that explains how to set up and use a 3rd party scm system with RoboHelp?
    Thank you,
    Marilyn

    It appears that RoboHelp 7 only sees the first SCC provider listed in the Windows Registry and ignores the rest. I was able to get RoboHelp to display the File | Version Control menu for SourceGear Vault by setting the following two Registry keys and removing keys for other SCC providers (SourceSafe, Surround SCM, and others I am evaluating).
    HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider
         ProviderRegKey = \Software\SourceGear\Vault Client
    HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders
         SourceGear Vault VS2003 Compatible Client = SOFTWARE\SourceGear\Vault Client
    If I create a new RoboHelp project, save it, then select File | Version Control | Add to Version Control, RoboHelp does the following:
         - pops up the Select Version Control Provider dialog and displays SourceGear Vault Classic Client.
         - I select that, check "Make this my default selection" checkbox, and click OK.
         - RoboHelp crashes.
    I'm using SourceGear Vault 5.02 under Windows 7 Ultimate 32-bit. A search of the SourceGear Vault knowledge base reveals that they do not support RoboHelp because of its incorrect behavior and instability. It's so sad that RoboHelp can't work properly with industry standard SCC providers. Vault is by far the best SourceSafe replacement out there, and very affordable.

  • Minor glitch with manually created report form

    I don't know if this is "as designed" or not, but it seems like a minor glitch. If I create a report form manually, using htmldb_item syntax and have a column or two using the hidden construct (htmldb_item.hidden) and subsequently go back into the report source to make a change, the hidden columns suddenly become visible again so that I have to go into the report attributes and unlick the show button, even though the field is still defined as hidden.
    Like I said, it's a minor issue, but something that should be probably be cleaned up someday.

    Hi,
    I am also very new in HTML DB and i got lot of help from HTML DB.
    So please try this may it will solve your problem.
    SELECT xy.proj_stat_no, xy.proj_no, xy.stat_dt, xy.in_pgrs_stat_dsc,
    xy.stat_dsc, xy.proj_id
    FROM (SELECT htmldb_item.hidden (31, proj_stat_no) proj_stat_no,
    htmldb_item.text (32, proj_no, 42) proj_no,
    htmldb_item.text (33, stat_dt, 43) stat_dt,
    htmldb_item.select_list_from_query
    (34,
    in_pgrs_stat_dsc,
    'select distinct STAT_DSC, STAT_DSC from PROJECT_STATUS_REF'
    ) in_pgrs_stat_dsc,
    htmldb_item.select_list_from_query
    (35,
    stat_dsc,
    'select distinct STAT_DSC, STAT_DSC from PROJECT_STATUS_REF'
    ) stat_dsc,
    htmldb_item.text (36, proj_id, 46) proj_id
    FROM project_status
    WHERE proj_no = :p3_proj_no) xy
    WHERE 1 = 1
    UNION ALL
    SELECT htmldb_item.hidden (31, NULL) proj_stat_no,
    htmldb_item.text (32, NULL, NULL) proj_no,
    htmldb_item.text (33, NULL, NULL) stat_dt,
    htmldb_item.select_list_from_query (34, NULL, NULL) in_pgrs_stat_dsc,
    htmldb_item.select_list_from_query (35, NULL, NULL) stat_dsc,
    htmldb_item.text (36, NULL, NULL) proj_id
    FROM DUAL
    For more Details regarding Tabular form see the link below:
    http://www.oracle.com/technology/products/database/application_express/howtos/tabular_form.html
    Thank You,
    Amit

  • Error when trying to add a project to Subversion source control

    When trying to add a project to source control from within the OPM 10 studio (File - Source Control - Add Project to Source Control), the following error occurs:
    "There was a problem accessing the source control system, probably due to network or contention issues. A retry is recommended."
    This has been tried with Subversion versions 1.6.2, 1.6.5 and 1.6.6, with local repositories and repositories on a Apache webserver.
    Once the project has been added to a repository, by using TortoiseSVN for example, working with source control is no problem.
    Does anyone have a clue what the problem (and a solution) might be?
    Thanks,
    Theo.

    Hi,
    Davin mentioned:
    This appears to be an issue with the source control integration. We are looking into it.I am using OPM 10.0.1.14
    The OPM help on collaborating mentions:
    Open a rulebase project from source control
    To open an existing Oracle Policy Modeling project from a source control repository:
    In Oracle Policy Modeling, select File | Source Control | Open Existing Project from Source Control. When I open the File menu I do not see the "Source Control" at all.
    Is this caused by an installation error or part of the "issue with the source control integration" ?
    Please let me know if I'm the only one experiencing this problem ....
    Thankx,
    Paul

  • Controlling Menu Bars of Windows Applications like IE and Editor with LabVIEW 6

    Hi everybody !
    I'm trying to develop a vi (LabVIEW 6) which controls menu bars in
    Windows Applications (IE, Editor, etc.) like "File-Save As..." or
    "View-Source...". I'm pretty sure I've got to use the ActiveX
    possibilities in LabVIEW, but I haven't been succesful. Any comments
    will help.
    Thanks

    You can use Win32 API to simulate a key-press (e.g. ctrl-S for Save)
    for IE or any window applications, as long as the application has
    short cut for menu items, and active.
    You can use external code (VC, VB, dephi, etc..) to build DLL, CIN, or
    ActiveX, call them in LabVIEW.
    I made "Send Keys.vi" in G Toolbox.
    If the menu item doesn't has a shortcut, you can send a message (use
    spy tool to find out) to the application.
    George Zou
    http://gtoolbox.yeah.net

  • Windows Explorer integration for Source Control Explorer

    Hi together,
    we've setupped an Online TFS to organize our Powershell Scripts in our Team. After that we've installed the Source Control Explorer for checking items in and out. From within the Source Control Explorer this works flawless.
    Some time ago i've worked with TortoiseSVN for Source Control and there were a Windows Explorer Integration which was super easy to use for making new local repositorys, checkin and checkout, is there something similar for TFS? Because we only write Powershell
    Scripts, we don't need Visual Studio and it would be easier to work directly in the Windows Explorer.
    Thanks for any tips and tricks!
    Rolf

    Hi Rolf,  
    Thanks for your post.
    You’re using VSO Account?
    What’s the version of your VS? if you’re using VS 2013, you can install the
    TFS 2013 Power Tools on your client. If you installed the TFS 2013 Power Tools on your VS 2013 client, after you mapped and got the source file to local workspace folder using Source Control Explorer, you can right-click on the local workspace folder and
    select Team Foundation Server menu to perform check in/out. 
    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 create/add my new solution/project to Source Control at VS Online?

    Hi, I'm using VS2012.  I'm logged into VS online and can open the Team Explorer in VS2012. The frustrating thing is how do I add a new solution to source control?  I click on the Solution Explorer, Right click on the solution, Select "Add
    solution to Source Control".  The a pop up dialog shows up with 3 of my Solution/projects that are there.  
    The problem is i don't want to put this new solution under any of the 3 solutions currently in Source Control in VS Online.  I want this to be a new solution/project to be saved in the source control form the root.  If I click on the Advanced button,
    edit the "Source Control Folder" path to "$/MyNewSolutionName", I then get an error message saying root folder is reserved only for team project.  How can I get a new solution/project to the source control?  I've done it before
    but it seemed to have changed.
    Okay, In Source Control Explorer, I select the root, xxxx.visualstudio.com\DefaultCollection.  I then select VS "File" menu and in the drop down I selected "New" and then "Team Project".  It takes me to a browser and
    lands at VS online.  I then type in the new team project name.  Everything is good so far.  I now returns to my VS on my local PC, I right click either the solution or the project in that solution, select "Add solution to Source Control".
     The "Add Solution... " dialog then pops up.  I selected newly created Team Project, leave everything else in default and select OK and now I get a different error message saying "Fail to create mapping, cannot map server path, $/TeamProject/projectname,
    becuase it is not rooted beneath a team project. 
    How can I fix this and just get my source into the source  control?  Thank you.
    Thank you.
    Thank you

    Assuming you map to yoursite.visualsualstudio.com/defaultcollection you will need to create a team project to upload your stuff. If you are trying to save to $/ that is team project collection level and you can only add team projects at that point.
    you can add a new team project with the below picture
    Then depending on how you have set up your workspace, and assuming locally that you are in the local workspace you can upload your project.

  • Error 2901 - Source Control configurat​ion with MKS Source Integrity Suite 2005

    I am trying to configure source control option with LabVIEW 8.5.1 and MKS Source Integrity Client 2005 (Build 4.7.0.3465/service pack 015-01), and experiencing the following error:
    Error -2901 occurred at prefPage_Source Control.vi
    Possible reason(s):
    LabVIEW:  An error occurred during source control provider initialization.
    To reproduce:
    1) Install MKS and configure it to integrate MS Visual Studio.NET/2003/2005.
    2) LabVIEW Tools->Options->SourceControl.
    3) Select 'MKS SCC Integration' from the drop down menu for 'Source Control provider name'
    4) Error 2901
    I am running it on Windows XP, and I was informed that source control with MKS did not produce this error with LabVIEW 8.2.1.  Is there a service pack or a work around for this?
    Thanks,
    Shari Chen
    Test Engineer
    Symmetricom

    I am seeing this same error but when I look thru the registry I do not see the
    [HKEY_LOCAL_MACHINE\SOFTWARE\Mortice Kern Systems\Integrations\SCC\IDEs\National Instruments LabVIEW] entry. I have not set up a sandbox on my local machine yet.
    I am using the following:
    Labview 2010
    MKS Integrity 2007
    In MKS I have enabled Microsoft Visual Studio.NET and Microsoft Visual Studio 2008.
    In Labview under Tools/Source Control/Configure Source Control/Source Control Provider Name I can select MKS SCC Integration. However I get the following error "Could not locate registry information for the SCC-enabled IDE: National Instruments LabVIEW The MKS Integrity SCC Extension may not be installed correctly. Do you want to attempt to use the base SCC functionality?"
    This is then followed up by this error "Could not set the registry entry SOFTWARE/Mortice Kern Systems/Integrations/SCC/IDEs=National Instruments LabVIEW The registry has not been modified properly. The SCC Extensions will not work until the entry has been set properly.
    Then I recieve the Error-2908 occured at prefPage_Source Control.vi.
    Am I missing something on the install from MKS? I installed it from our local network and selected the Windows Client Install.

  • Do I need Robohelp Server or Source Control? and RH installation

    So, I'm still comparing authoring products and trying to filter down requirements.
    I've been reading more about RH and have come across RH Server and source Control and wondering exactly if they are needed.
    I'm the single author in the company, most likely publishing web help, or html help outputs for use online via our web application.
    Is there any need to implement Server or source control, as far as I can see Server gives me reporting abilities and statistic reports, neither of which I really need. Is there anything else about RH Server that would be beneficial?
    Also, source control, this is more needed when there are multiple writers accessing the same content at the same time so that problems dont crop up? Correct?
    Also, how difficult, or time consuming is the installation process of RH on a single machine. Is it a simple program installation, or will I need to install server-side databases or anything else that could require the IT team to get involved?
    Thanks for your help.
    Nick

    Hi Nick.
    You have got it pretty much spot on. RoboHelp Server is mainly only required if you want the additional reporting functionality. There are some other minor differences between RoboHelp and RoboHelp Server but that is the main one. RoboSource Control is a application to get source files safe and backed up and is designed for a multi-author environment. It adds a layer of complexity for a single author environment although you can still use it if you wish. Personally I'd just ensure you have your source on a local drive (a key requirement of RoboHelp) and backup to a network drive.
    The installation of RoboHelp is painless. It is just like any other application with a wizard to guide you. It has various options that you can choose, one of which is whether to install the RoboSourceControl client.
    Click here for further reading on the difference between RoboHelp Server and RoboSourceControl.
    Read the RoboColum(n).

  • Visual Studio 2013 slows down + crashes when using Source Control features.

    I have spent two full days trying to resolve this issue but no luck so here we go,
    I have created a project using Visual Studio Team Foundation Server plug-in in the past. Later on I switched to
    Microsoft Git Provider.
    Now when I connect to that project in the Team Explorer and double click on the solution to work on it locally it somehow changes the plug in to Microsoft Git Provider automatically and of course I can't
    Commit/Commit and Push since I receive following error in the Team Explorer,
    An error occurred. Detailed message: Failed to open directory 'C:/Users/.../AppData/Local/Application Data/'
    Manually changing the plug-in to the Visual Studio Team Foundation Server
    results in a broken Team Explorer as below,
    With Settings leading to an empty pane, and also a warning in the Team Explorer's Changes page telling me the message below if I click on Pending Changes...
    Microsoft Git Provider is not the current Source Control plug-in. Change Plug-in
    And manually selecting the solution from Solution Explorer, right click and
    Add Solution to Source Control, leads to never ending hour glass and (Not responding) visual studio.
    New Projects
    Creating a new project is straight forward, unless I "Add to Source Control" is checked. If so, again never ending process if Microsoft TFS plug-in is selected in the tools and eventually me Ending the Visual Studio task. And a VERY long process
    (40+ mins) if I have chosen Microsoft Git but that finishes successfully rather.
    New TFS project from Team Explorer
    If I create a new project in my Online Web Studio
    Click on Open with Visual Studio Link => Opens and connects to a my newly created TFS in team explorer.
    Clicking new in Team Explorer under Solutions to create a new solution and bind it to this Repo
    leads to straight crash of Visual Studio and restarting attempt of VS.
    So I really can't use Source Control from visual studio other than cloning GitHub's existing repo's on Visual Studio and Committing my current Microsoft Git managed projects.
    I have attempted
    Repairing Visual Studio (no luck in results)
    Devenv.exe /setup (no luck)
    Trying to scrap the SCC info on my solution then at least it won't get picked up by source control then I can Check it in as a new project. (no luck and the solution picks the Microsoft Git upon opening it by clicking on the .sln file.) I have followed
    these steps in this stack overflow answer.
    And lots of mucking around like removing my workspaces almost Thousand times and putting them back, binding and etc.
    I am really stuck on this and it's holding me back from staring a new project (which is problematic using Adding to Source Control) and unfortunately is dependent on the old project (which is developed under Visual Studio Team Foundation Server Plug-in which
    is throwing tantrums)
    Would like to hear you pro-s input on this
    Using 
    Visual Studio 2013 Community edition (recently switched from Pro to Express to Community)
    Windows 7 (64-bit)
    Git tools
    Git windows installation
    Nuget Package manager
    Visual Studio Log File
    http://filesave.me/file/50620/log-txt.html
    Mehradzie

    Hi Mehradzie,
    Based on the description, seems you're working with Git team project in Visual Studio Online(formerly Team Foundation Service). I'd like to know whether you mean Visual Studio Git command tool as the plug-in, and if you're trying to create solutions/projects
    with Visual Studio and add them to the created Git team project.
    From the screenshot, you're not connect to the Git team project by using Team Explorer. To work with Git team project locally, you can follow the instructions as below:
    Connect to Git team project by using Team Explorer, after that you might install Git tools if you connect to the team project for the first time
    Clone the remote Git repository to a local git repository and set the path to local git repository
    Create a solution and select Git source control, also saved to the local path of the local git repository
    Select your branch, and then click "Changes" and Commit the changes
    Click "unsynced commits" and push the commit to remote git repository
    You can also refer to the links below for more information about getting started with Git in Visual Studio Online.
    http://www.visualstudio.com/en-us/get-started/share-your-code-in-git-vs.aspx
    http://blogs.msdn.com/b/visualstudioalm/archive/2013/01/30/getting-started-with-git-in-visual-studio-and-team-foundation-service.aspx
    If you still have any other concerns, please elaborate more details about your scenario. Thanks 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.

  • Custom SharePoint 2010 designer page throws "The data source control failed to execute the insert command" exception while adding the new item after the August 13, 2013 CU has installed

    We have the SharePoint Server 2010 with SP1 environment on which the custom SP2010 designer pages were working as expected before the
    August 13, 2013 CU has installed. But, getting the below exception while trying to add the new item after the CU has installed.
    Error while executing web part: System.NullReferenceException: Object reference not set to an instance of an object.     at Microsoft.SharePoint.WebControls.SPDataSourceView.ExecuteInsert(IDictionary values)     at
    System.Web.UI.DataSourceView.Insert(IDictionary values, DataSourceViewOperationCallback callback) 3b64c3a0-48f3-4d4a-af54-d0a2fc4553cc
    06/19/2014 16:49:37.65  w3wp.exe (0x1240)                        0x1300 SharePoint Foundation        
     Runtime                        tkau Unexpected Microsoft.SharePoint.WebPartPages.DataFormWebPartException: The data source control
    failed to execute the insert command. 3b64c3a0-48f3-4d4a-af54-d0a2fc4553cc    at Microsoft.SharePoint.WebPartPages.DataFormWebPart.InsertCallback(Int32 affectedRecords, Exception ex)     at System.Web.UI.DataSourceView.Insert(IDictionary
    values, DataSourceViewOperationCallback callback)     at Microsoft.SharePoint.WebPartPages.DataFormWebPart.FlatCommit()     at Microsoft.SharePoint.WebPartPages.DataFormWebPart.HandleOnSave(Object sender, EventArgs e)    
    at Microsoft.SharePoint.WebPartPages.DataFormWebPart.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean
    inclu... 3b64c3a0-48f3-4d4a-af54-d0a2fc4553cc
    06/19/2014 16:49:37.65* w3wp.exe (0x1240)                        0x1300 SharePoint Foundation        
     Runtime                        tkau Unexpected ...deStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 3b64c3a0-48f3-4d4a-af54-d0a2fc4553cc
    I have tried changing the "DataSourceMode" as below, now the insert command is working, but update command is not working.
    <SharePoint:SPDataSource runat="server" DataSourceMode="ListItem" />
    Also, the lookup dropdown fields are displaying the value as "<a href="Daughterhttp://cpsp10/sites/Employees/_layouts/listform.aspx?PageType=4&ListId={8F62F444-FB6A-4F03-9522-C4696B45DCD1}&ID=10&RootFolder=*">Daughter</a>"
    instead of only "Daughter".
    Please provide the solution to get rid of this issue.
    Thanks
    Ramasubbu

    Try below:
    http://social.technet.microsoft.com/Forums/en-US/ae910269-3a0c-4506-844b-e8bc89d95b71/data-source-control-failed-to-execute-the-insert-command
    http://blog.jussipalo.com/2012/01/sharepoint-2010-data-source-control.html
    While there can be many causes for this generic error message, in my case the first parameter or ddwrt:DataBind function inside the SharePoint:FormFields element was
    'i' and I was working with an Edit Form. Changing it to
    'u' as it was with every other FormField fixed the issue.
    <SharePoint:FormField runat="server" id="ff1{$Pos}" ControlMode="Edit" FieldName="Esittaja" __designer:bind="{ddwrt:DataBind('u',concat('ff1',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@Esittaja')}"
    />
    Explanation:
    DataBind operation type parameters (the first parameter) are listed below:
    'i' stands for INSERT,
    'u' stands for UPDATE,
    'd' stands for DELETE.
    http://webcache.googleusercontent.com/search?q=cache:d9HHY4I7omgJ:thearkfloats.blogspot.com/2014/03/sharepoint-2010-data-source-control.html+&cd=4&hl=en&ct=clnk&gl=in
    If this helped you resolve your issue, please mark it Answered

Maybe you are looking for

  • I am replacing my Hard Drive and need to know how to xfer my files

    Hi all, and thanks for taking the time to read this. I will be upgrading my HD on my Powerbook 15 AL and wanted to know what the best way of transferring, not only the files themselves, but also all the preferences (iphoto, safari etc..) bookmarks, e

  • Processing Dynamic Variable in JSTL

    I have problem getting the result of a JSTL variable dynamically. Here is the scenario. I have defined messages for some status values as follows in the page. <c:set var="messagestatus1a" value="Less than 30 days with ME" /> <c:set var="messagestatus

  • HT1731 Airport Express: Can't connect to existing network in Client/Bridge Mode

    I have a new Airport Express that I'm trying to use to connecto to an existing wireless network to provide wireless access to a Mac Mini with a broken antena. The Mini has it's non-functioning wireless turned off, an ethernet cable connected to the W

  • Cannot open the photoshop editor in Elements 12, Help!!!!!

    I have signed in with my adobe ID and password.  The photoshop editor won't open.  I sign in again.  It takes me in a circle.  I keep signing in, but it won't open.  I have reset my password several times.  It still won't open.  I paid good money for

  • Appleworks quits unexpecedly

    I have a new iMac running leopard and I am trying to open documents in apple works. Every time I try to open the AppleWorks application it "quits unexpectedly" I have tried to reinstall from my original AppleWorks disc and then upgrade to 6.2.9 but i