CodePlexProject Hosting for Open Source Software
An unexpected error has occured.
There is an unsaved comment in progress. You will lose your changes if you continue. Are you sure you want to reopen the work item?
Closed
MrField wrote Aug 22, 2012 at 3:04 PM
dotnetjunky wrote Aug 22, 2012 at 5:52 PM
dotnetjunky wrote Aug 22, 2012 at 5:54 PM
MrField wrote Aug 22, 2012 at 6:34 PM
EvilShrike wrote Aug 24, 2012 at 10:37 AM
JeffHandley wrote Sep 6, 2012 at 9:55 PM
EvilShrike wrote Sep 27, 2012 at 1:43 PM
deepakverma wrote Oct 17, 2012 at 8:30 AM
casquith wrote Oct 19, 2012 at 1:49 PM
deepakverma wrote Nov 4, 2012 at 7:55 AM
casquith wrote Nov 4, 2012 at 6:09 PM
dotnetjunky wrote Nov 6, 2012 at 10:41 PM
dotnetjunky wrote Nov 9, 2012 at 8:37 PM
casquith wrote Nov 12, 2012 at 8:19 PM
dotnetjunky wrote Nov 12, 2012 at 11:37 PM
casquith wrote Nov 13, 2012 at 11:01 AM
dotnetjunky wrote Nov 13, 2012 at 1:22 PM
dotnetjunky wrote Nov 13, 2012 at 4:14 PM
casquith wrote Nov 13, 2012 at 5:00 PM
casquith wrote Nov 13, 2012 at 5:17 PM
dotnetjunky wrote Nov 13, 2012 at 5:42 PM
casquith wrote Nov 13, 2012 at 7:36 PM
dotnetjunky wrote Nov 15, 2012 at 12:12 AM
deepakverma wrote Nov 19, 2012 at 9:55 PM
NuGet.VisualStudio.dll!NuGet.VisualStudio.VsHierarchyItem.WalkDepthFirst(bool fVisible, NuGet.VisualStudio.VsHierarchyItem.ProcessItemDelegate processCallback, object callerObject) Line 103 C#
NuGet.VisualStudio.dll!NuGet.VisualStudio.VsHierarchyItem.WalkDepthFirst(bool fVisible, NuGet.VisualStudio.VsHierarchyItem.ProcessItemDelegate processCallback, object callerObject) Line 110 + 0x14 bytes C#
NuGet.VisualStudio.dll!NuGet.VisualStudio.VsHierarchyHelper.GetExpandedProjectHierarchyItems(EnvDTE.Project project) Line 67 + 0x49 bytes C# NuGet.VisualStudio.dll!NuGet.VisualStudio.VsHierarchyHelper.GetAllExpandedNodes.AnonymousMethod__0() Line 22 + 0x8 bytes C# [External Code] NuGet.VisualStudio.dll!NuGet.VisualStudio.VsHierarchyHelper.GetAllExpandedNodes(NuGet.VisualStudio.ISolutionManager solutionManager) Line 17 + 0x38 bytes C# NuGet.VisualStudio.dll!NuGet.VisualStudio.VsCommonOperations.SaveSolutionExplorerNodeStates(NuGet.VisualStudio.ISolutionManager solutionManager) Line 41 + 0x11 bytes C# NuGet.Dialog10.dll!NuGet.Dialog.Providers.PackagesProviderBase.SaveExpandedNodes() Line 709 + 0x25 bytes C# NuGet.Dialog10.dll!NuGet.Dialog.Providers.PackagesProviderBase.Execute(NuGet.Dialog.Providers.PackageItem item) Line 341 + 0x8 bytes C# NuGet.Dialog10.dll!NuGet.Dialog.PackageManagerWindow.ExecutedPackageCommand(object sender, System.Windows.Input.ExecutedRoutedEventArgs e) Line 380 + 0xe bytes C#
dotnetjunky wrote Nov 20, 2012 at 3:03 PM
dotnetjunky wrote Nov 20, 2012 at 11:51 PM
deepakverma wrote Nov 28, 2012 at 6:48 PM
EvilShrike wrote Dec 6, 2012 at 9:14 AM
EvilShrike wrote Dec 11, 2012 at 1:29 PM
casquith wrote Dec 15, 2012 at 4:30 PM
EvilShrike wrote Dec 17, 2012 at 10:02 AM
deepakverma wrote Dec 18, 2012 at 6:29 PM
EvilShrike wrote Dec 19, 2012 at 7:14 AM
EvilShrike wrote Dec 19, 2012 at 7:18 AM
deepakverma wrote Jan 30 at 11:52 PM
EvilShrike wrote Jan 31 at 7:39 AM
dotnetjunky wrote Feb 1 at 4:00 PM
EvilShrike wrote Feb 4 at 8:29 AM
dotnetjunky wrote Feb 4 at 11:59 PM
EvilShrike wrote Feb 5 at 12:17 PM
dotnetjunky wrote Feb 6 at 5:06 PM
EvilShrike wrote Feb 11 at 2:20 PM
public static bool DeleteProjectItem(this Project project, string path) { ProjectItem projectItem = GetProjectItem(project, path); if (projectItem == null) { return false; } projectItem.Delete(); // here!! return true; }
dotnetjunky wrote Feb 11 at 9:13 PM
dotnetjunky wrote Feb 11 at 11:16 PM
dotnetjunky wrote Mar 26 at 9:57 PM
dotnetjunky wrote Mar 28 at 10:35 PM
danliu wrote Apr 8 at 7:06 PM
EvilShrike wrote May 6 at 10:02 AM
dotnetjunky wrote Feb 12 at 3:16 AM "One more thing is, when you try to update packages, are the files in your project all checked in, or checked out?" All files are checked in. I can't share our packages as is. But I guess the issue root is not in the package's content itself.
kbucci wrote May 9 at 3:43 PM
Sign in to add a comment
Keyboard shortcuts are available for this page.