want to install visual studio in my system.How can I do that..
is there any way...please tell me...
want to install visual studio in my system.How can I do that..
is there any way...please tell me...
Hallo Everyone,
I want to design a form like this
I have 2 main list(Declarant and Incident) and under the Vigilance each tab is a list. Now i want to create single form where all these different list are displayed as shown in the picture when the user click add new item and it should be saved in corresponding list. i also want connect these list with one primary key.
What is the best approach to do this ?. I thought creating different list and create a infopath form to display as shown in Picture but i don't whether it to innerconnect using a primary key. I don't want lookup because the user to manuel choose an item from the other list then other data retreived.
Thank you.
While I was installing Visual Studio 12, on the "User Information" page I got two errors and then when I entered the product key that came with the Visual Studio Professional 2013 I was told that "You have entered an invalid product key." even though the key being complained about is exactly as presented on the Product Key card inside the purple Visual Studio box that contains the software DVD. The first of the two errors on the "User Information" page says "An error has occurred and we can no longer retrieve user information for (email address is turned into a link which prevents this Body submission from submitting so I have removed it), Please re-enter your credentials for this account.". The second error says "This licence has expired. Your extended trial has expired. Licence with an online account or a product key.". I don't know how the licence would have expired. The product was purchased two days ago.
Regards,
Philip Best
Hi I downloaded Visual Studio to give it a go and see what its all about.. i opened it once but have just got round to using it instead of mono develop and i am being stumped by this message:
"Licence: 30 Day Trial (for evaluation purposes only)
This licence has expired.
! You are not able toi update your licence in this application.
Start Visual Studio to fix this issue. "
But this is presented ever time i start VS and i end up with multiple VS open and this message being displayed..Is thewre anything i can do ir is VS just buggy, in which case i wont bother with it.
Would love a solution :)
Thanks
I have an installtion of VS 2015 RC running alongside VS 2013.
Is it possible to install the node tools for 2015 RC, I have tried but it appears to try to modify the ones installed for 2013.
Is there a new installer?
Phil
Hello
I'm having a problem with my Blend application.
It keeps crashing on a specific view with a Datagrid. No exception just gone.
When i manage to open the editor for the Column Header Collection, i sometimes get an error message saying that there has been an error with that dialog and the dialog closes.
Its a WPF Application, here is the header and the definition for the Datagrid:
<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:ignore="http://www.ignore.com" xmlns:ViewModel ="clr-namespace:LogBookGUI.ViewModel" xmlns:Converter="clr-namespace:LogBookGUI.View.Converter" xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" xmlns:Custom="http://www.galasoft.ch/mvvmlight" x:Class="LogBookGUI.View.LogbookTableView" mc:Ignorable="d ignore" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" d:DesignWidth="1600" d:DesignHeight="699.502">
<DataGrid Margin="10,113,10,0" Grid.Row="1" ItemsSource="{Binding LogbookEntryCollection}" AutoGenerateColumns="False" Grid.RowSpan="2" CanUserAddRows="False" ><DataGrid.Columns><DataGridTextColumn Binding="{Binding EntryID}" ClipboardContentBinding="{x:Null}" Header="ID" IsReadOnly="True"/><DataGridTextColumn Binding="{Binding CreatingUser.LoginName}" ClipboardContentBinding="{x:Null}" Header="User" IsReadOnly="True"/><DataGridTextColumn Binding="{Binding CreatedDateTime, StringFormat=\{0:dddd dd.MM.yyyy\}}" ClipboardContentBinding="{x:Null}" Header="Datum" IsReadOnly="True"/><DataGridTextColumn Binding="{Binding CreatedDateTime, StringFormat=\{0:HH:mm\}}" ClipboardContentBinding="{x:Null}" Header="Uhrzeit" IsReadOnly="True"/><DataGridTextColumn Binding="{Binding FreeTextEntry}" ClipboardContentBinding="{x:Null}" Header="Kommentar" IsReadOnly="True"/><DataGridCheckBoxColumn Binding="{Binding IsQSRelevant}" ClipboardContentBinding="{x:Null}" Header="Qualitätsrelevant" IsReadOnly="True"/><DataGridTextColumn ClipboardContentBinding="{x:Null}" Header="Genehmigt" Binding="{Binding IsApproved, Converter={StaticResource ApprovedBooleanConverter}}" IsReadOnly="True"/></DataGrid.Columns><i:Interaction.Triggers><i:EventTrigger EventName="MouseLeftButtonDown"><Custom:EventToCommand/></i:EventTrigger></i:Interaction.Triggers></DataGrid>
Any ideas?
Julian Schneider
I keep getting "The type or namespace name 'MyPCL' could not be found (are you missing a using directive or an assembly reference?) even though MyPCL has been built successfully, and worked before and has not been touched at all since it was used last time, and the configuration manager remains the same. If I rebuild MyPCL, everything will be fine until I make any change to the project using this library (NOT the library itself). Let's avoid this long story at least for now.
All I want to know right now is getting more information about this error to help me figure out the culprit. I have turned on the log, but I cannot find anything related to this error in ActivityLog.xml. Is there any more information about this error beyond the message? If so, where can I find it?
Hong
We have a GUI app that is built on both Linux and Windows, so we do not develop/build inside Visual Studios as a project/solution. We do compile with Visual Studios but we use cygwin/command line to do it.
I am trying to deploy an end-user application. For the Windows version, I am using InnoSetup to create an installer exe (Linux version is just a zip file).
InnoSetup works very well for the majority of what I need to do, but I ran into an issue when upgrading my platform from VC10 to VC11.
With VC10, my [Run] section looked like this for installing the vcredist_x64.exe:
[Run]
Filename: {app}\Redist\vcredist_x64.exe; Parameters: "/q:a /c:""VCREDI~2.EXE /q:a /c:"""" /i vcredist.msi /qb!"""" "" "
This, though annoying in that it always installed and required input, worked.
But in switching to VC11:
[Run]
Filename: {app}\Redist\vcredist_x64.exe; Parameters: "/q:a /c:""VCREDI~2.EXE /q:a /c:"""" /i vcredist.msi /qb!"""" "" "; StatusMsg: Installing 2012 RunTime Libraries...;
I have a strange thing happen - when my installer gets to this point, it continuously launches vcredist_x64.exe. The panel hangs, I go to the control panel and there are many, many instances. Killing the setup will bring down the original panel, but not kill all the vcredist instances, I have to reboot. After reboot I can see in Program and Features that none of the vcredists launched actually installed.
Now if I just double click vcredist_x64.exe it works just fine, and it correctly appears in Programs and Features.
So I started searching for solutions to this issue, and came across these articles:
http://blogs.msdn.com/b/vcblog/archive/2007/10/12/how-to-redistribute-the-visual-c-libraries-with-your-application.aspx
https://msdn.microsoft.com/en-us/library/ms235290.aspx
The first suggests you should never use vcredist (although written in 2007), the second suggests you should default to using vcredist, and only use merge modules for special situations.
I will admit my first hope/desire is to just get vcredist to work correctly with InnoSetup:
- install only if needed
- install quietly in the background or just with a status bar
but I really need to solve this issue, so I'm willing to switch to merge modules if that's the way I should go.
Has anyone else ran into this problem? Any suggestions?
Thanks,
Heather
I recently converted a project to Visual Studio 2015 RC and have been getting odd errors that I didn't receive in VS 2012. The project is also saying there is an error with finding my ResourceDictionary.
Has anyone else experienced the same issues when using VS2015RC?
System.InvalidOperationException Cannot topologically sort a cyclic graph. at Microsoft.VisualStudio.DesignTools.XamlDesigner.Metadata.MockTypes.Graph`1.Visit(T node, HashSet`1 visitedNodes, Stack`1 finishedNodes) at Microsoft.VisualStudio.DesignTools.XamlDesigner.Metadata.MockTypes.Graph`1.Visit(T node, HashSet`1 visitedNodes, Stack`1 finishedNodes) at Microsoft.VisualStudio.DesignTools.XamlDesigner.Metadata.MockTypes.Graph`1.Visit(T node, HashSet`1 visitedNodes, Stack`1 finishedNodes) at Microsoft.VisualStudio.DesignTools.XamlDesigner.Metadata.MockTypes.Graph`1.Visit(T node, HashSet`1 visitedNodes, Stack`1 finishedNodes) at Microsoft.VisualStudio.DesignTools.XamlDesigner.Metadata.MockTypes.Graph`1.Visit(T node, HashSet`1 visitedNodes, Stack`1 finishedNodes) at Microsoft.VisualStudio.DesignTools.XamlDesigner.Metadata.MockTypes.Graph`1.Visit(T node, HashSet`1 visitedNodes, Stack`1 finishedNodes) at Microsoft.VisualStudio.DesignTools.XamlDesigner.Metadata.MockTypes.Graph`1.TopologicalSort() at Microsoft.VisualStudio.DesignTools.XamlDesigner.Metadata.MockTypes.TypeDefinitionContext.<GetDefinitionsInCreationOrder>d__1.MoveNext() at Microsoft.VisualStudio.DesignTools.XamlDesigner.Metadata.MockTypes.TypeDefinitionContext.<CreateRuntimeTypes>d__1.MoveNext() at Microsoft.VisualStudio.DesignTools.XamlDesigner.Metadata.MockTypes.MockTypeGenerator.MockType(Type type) at Microsoft.VisualStudio.DesignTools.XamlDesigner.Metadata.MockType.InitializeMockType() at Microsoft.VisualStudio.DesignTools.XamlDesigner.Metadata.MockType.get_RuntimeType() at Microsoft.VisualStudio.DesignTools.XamlDesigner.Metadata.MockType.GetItemType() at Microsoft.VisualStudio.DesignTools.Platform.Metadata.ProjectContextType.Cache() at Microsoft.VisualStudio.DesignTools.Platform.Metadata.ProjectContextType.Initialize(IXmlNamespace xmlNamespace, Type type) at Microsoft.VisualStudio.DesignTools.Platform.Metadata.TypeResolver.GetType(String key, IAssembly assembly, Type type) at Microsoft.VisualStudio.DesignTools.Platform.Metadata.TypeResolver.GetType(Type type) at Microsoft.VisualStudio.DesignTools.XamlDesigner.Metadata.XamlProjectMetadata.GetType(Type type) at Microsoft.VisualStudio.DesignTools.Platform.Metadata.ProjectContextType.Cache() at Microsoft.VisualStudio.DesignTools.Platform.Metadata.ProjectContextType.Initialize(IXmlNamespace xmlNamespace, Type type) at Microsoft.VisualStudio.DesignTools.Platform.Metadata.TypeResolver.GetType(String key, IAssembly assembly, Type type) at Microsoft.VisualStudio.DesignTools.Platform.Metadata.TypeResolver.GetType(Type type) at Microsoft.VisualStudio.DesignTools.XamlDesigner.Metadata.XamlProjectMetadata.GetType(Type type) at Microsoft.VisualStudio.DesignTools.Platform.Metadata.ProjectXmlnsDefinitionMap.XmlNamespaceTypeMap.GetType(String typeName) at Microsoft.VisualStudio.DesignTools.Platform.Metadata.ProjectXmlnsDefinitionMap.GetType(IXmlNamespace xmlNamespace, String typeName) at Microsoft.VisualStudio.DesignTools.XamlDesigner.Metadata.SampleDataAwareNamespaceTypeResolver.GetType(IXmlNamespace xmlNamespace, String typeName) at Microsoft.VisualStudio.DesignTools.Markup.XamlTypeHelper.ResolveTypeInternal(ITypeResolver typeResolver, IXmlNamespaceTypeResolver xmlNamespaceTypeResolver, XmlNamespace xmlNamespace, String typeName) at Microsoft.VisualStudio.DesignTools.Markup.XamlTypeHelper.ResolveType(ITypeResolver typeResolver, IXmlNamespaceTypeResolver xmlNamespaceTypeResolver, XmlNamespace xmlNamespace, String typeName, Boolean inMarkupExtension) at Microsoft.VisualStudio.DesignTools.Markup.XamlTypeHelper.GetTypeId(ITypeResolver typeResolver, DocumentXmlnsDefinitionMap documentNamespaces, XmlNamespace xmlNamespace, String typeName, Boolean instantiateUnrecognizedTypes, Boolean inMarkupExtension) at Microsoft.VisualStudio.DesignTools.Markup.XamlTypeHelper.GetTypeId(XamlParserContext parserContext, ITextLocation lineInformation, XmlNamespace xmlNamespace, String typeName, Boolean inMarkupExtension) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, IProperty childProperty, TypeConverter textTypeConverter, ITypeId textType, PropertyHandling propertyHandling) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, Predicate`1 propertyFilter) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseCompositeElement(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseElementContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseElement(XamlParserContext parserContext, IDocumentNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, DocumentNode& node) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, IProperty childProperty, TypeConverter textTypeConverter, ITypeId textType, PropertyHandling propertyHandling) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, Predicate`1 propertyFilter) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseCompositeElement(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseElementContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseElement(XamlParserContext parserContext, IDocumentNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, DocumentNode& node) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, IProperty childProperty, TypeConverter textTypeConverter, ITypeId textType, PropertyHandling propertyHandling) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, Predicate`1 propertyFilter) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseCompositeElement(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseElementContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseElement(XamlParserContext parserContext, IDocumentNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, DocumentNode& node) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, IProperty childProperty, TypeConverter textTypeConverter, ITypeId textType, PropertyHandling propertyHandling) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, Predicate`1 propertyFilter) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseCompositeElement(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseElementContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseElement(XamlParserContext parserContext, IDocumentNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, DocumentNode& node) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, IProperty childProperty, TypeConverter textTypeConverter, ITypeId textType, PropertyHandling propertyHandling) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, Predicate`1 propertyFilter) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseCompositeElement(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseElementContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseElement(XamlParserContext parserContext, IDocumentNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, DocumentNode& node) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, IProperty childProperty, TypeConverter textTypeConverter, ITypeId textType, PropertyHandling propertyHandling) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, Predicate`1 propertyFilter) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseCompositeElement(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseElementContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseElement(XamlParserContext parserContext, IDocumentNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, DocumentNode& node) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, IProperty childProperty, TypeConverter textTypeConverter, ITypeId textType, PropertyHandling propertyHandling) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, Predicate`1 propertyFilter) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseCompositeElement(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseElementContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseElement(XamlParserContext parserContext, IDocumentNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, DocumentNode& node) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, IProperty childProperty, TypeConverter textTypeConverter, ITypeId textType, PropertyHandling propertyHandling) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, Predicate`1 propertyFilter) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseCompositeElement(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseElementContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseElement(XamlParserContext parserContext, IDocumentNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, DocumentNode& node) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, IProperty childProperty, TypeConverter textTypeConverter, ITypeId textType, PropertyHandling propertyHandling) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement, Predicate`1 propertyFilter) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.AddPropertiesAndChildren(XamlParserContext parserContext, DocumentCompositeNodeReference nodeReference, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseCompositeElement(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseElementContent(XamlParserContext parserContext, IDocumentNodeReference nodeReference, IType typeId, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseRootElement(XamlParserContext parserContext, XmlElementReference xmlElementReference, XmlElement xmlElement) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.Parse(XamlParserContext parserContext, XmlDocumentReference xmlDocumentReference, XmlDocument xmlDocument) at Microsoft.VisualStudio.DesignTools.Markup.XamlParser.ParseInternal(XamlParserContext parserContext) at Microsoft.VisualStudio.DesignTools.Markup.XamlLanguageService.ParseDocument(CancellationToken cancelToken) at Microsoft.VisualStudio.DesignTools.Markup.MarkupDocument..ctor(IDocumentContext documentContext, ITypeId expectedRootType, ITextBuffer textBuffer, Encoding documentEncoding, IMarkupLanguageService languageService, CancellationToken cancelToken) at Microsoft.VisualStudio.DesignTools.Designer.Documents.SceneMarkupDocument..ctor(IDocumentContext documentContext, IUndoService undoService, ITypeId expectedRootType, ITextBuffer textBuffer, Encoding documentEncoding, IMarkupLanguageService languageService, CancellationToken cancelToken) at Microsoft.VisualStudio.DesignTools.Designer.DocumentViewContext.CreateMarkupDocument(ISourceItemContext sourceItem, IHostTextBuffer textBuffer, Encoding encoding, CancellationToken cancelToken) at Microsoft.VisualStudio.DesignTools.Designer.DocumentViewContext.CreateDocument(ISourceItemContext sourceItem, CancellationToken cancelToken, Boolean isReadOnly, Boolean cloneBufferToStandalone, Boolean suppressUI, SceneDocument originalSceneDocument) at Microsoft.VisualStudio.DesignTools.Designer.DocumentViewContext.OpenDocument(ISourceItemContext sourceItem, CancellationToken cancelToken, Boolean isReadOnly, Boolean suppressUI) at Microsoft.VisualStudio.DesignTools.Designer.DesignerService.CreateDesigner(IHostSourceItem item, IHostTextEditor editor, CancellationToken cancelToken) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.RemoteDesignerService.<>c__DisplayClass14.<Microsoft_VisualStudio_DesignTools_DesignerContract_Isolation_Remoting_IRemoteDesignerService_CreateDesigner>b__15(CancellationToken cancelToken) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.RemoteDesignerService.<>c__DisplayClass1`1.<MarshalInWithCancellation>b__2() at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.STAMarshaler.Call.InvokeWorker() System.InvalidOperationException Cannot topologically sort a cyclic graph. Server stack trace: at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.STAMarshaler.WaitForCompletion(NestedCallContext nestedCallContext, BlockingCall call, WaitHandle timeoutSignal) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.STAMarshaler.MarshalInSynchronous(Action action, Int32 targetApartmentId, CancellationToken cancelToken, CallModality callModality, String methodName, String filePath, Int32 lineNumber) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.STAMarshaler.MarshalIn(Action action, Int32 targetApartmentId, CancellationToken cancelToken, CallSynchronizationMode syncMode, CallModality callModality, String methodName, String filePath, Int32 lineNumber) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.ThreadMarshaler.MarshalIn(IRemoteObject targetObject, Action action, CancellationToken cancelToken, CallSynchronizationMode syncMode, CallModality callModality, ApartmentState apartmentState, String memberName, String filePath, Int32 lineNumber) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.RemoteDesignerService.MarshalInWithCancellation[TResult](IRemoteCancellationToken remoteToken, Func`2 func, ApartmentState apartmentState) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.RemoteDesignerService.Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.IRemoteDesignerService.CreateDesigner(IRemoteHostProject remoteProject, IRemoteHostSourceItem remoteItem, IRemoteHostTextEditor remoteEditor, IRemoteCancellationToken remoteToken) at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.IRemoteDesignerService.CreateDesigner(IRemoteHostProject remoteProject, IRemoteHostSourceItem remoteItem, IRemoteHostTextEditor remoteEditor, IRemoteCancellationToken cancelToken) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.LocalDesignerService.CreateDesignerImpl(IRemoteDesignerService ds, IHostSourceItem item, IHostTextEditor editor, RemoteCancellationToken remoteCancelToken) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.LocalDesignerService.<>c__DisplayClass19.<Microsoft_VisualStudio_DesignTools_DesignerContract_IDesignerService_CreateDesigner>b__20(IRemoteDesignerService ds, RemoteCancellationToken remoteToken) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.LocalDesignerService.<>c__DisplayClass2`1.<MarshalOutWithCancellation>b__3(IRemoteDesignerService ds) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.ThreadMarshaler.<>c__DisplayClass0`1.<MarshalOut>b__1() at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.STAMarshaler.Call.InvokeWorker()System.InvalidOperationExceptionCannot topologically sort a cyclic graph. at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.STAMarshaler.WaitForCompletion(NestedCallContext nestedCallContext, BlockingCall call, WaitHandle timeoutSignal) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.STAMarshaler.MarshalOutSynchronous(Action action, Int32 targetApartmentId, WaitHandle aborted, WaitHandle timeoutSignal, CancellationToken cancelToken, String methodName, String filePath, Int32 lineNumber) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.STAMarshaler.MarshalOut(Action action, Int32 targetApartmentId, WaitHandle aborted, CancellationToken cancelToken, CallSynchronizationMode syncMode, WaitHandle timeoutSignal, String methodName, String filePath, Int32 lineNumber) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.ThreadMarshaler.MarshalOut[TValue](RemoteHandle`1 targetObject, Action action, CancellationToken cancelToken, CallSynchronizationMode syncMode, ApartmentState apartmentState, String methodName, String filePath, Int32 lineNumber) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.ThreadMarshaler.MarshalOut[TValue](RemoteHandle`1 targetObject, Action`1 action, CancellationToken cancelToken, CallSynchronizationMode syncMode, ApartmentState apartmentState, String methodName, String filePath, Int32 lineNumber) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.LocalDesignerService.MarshalOutWithCancellation[TResult](CancellationToken cancelToken, Func`3 func, ApartmentState apartmentState) at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.LocalDesignerService.Microsoft.VisualStudio.DesignTools.DesignerContract.IDesignerService.CreateDesigner(IHostSourceItem item, IHostTextEditor editor, CancellationToken cancelToken) at Microsoft.VisualStudio.DesignTools.DesignerContract.IsolatedDesignerService.IsolatedDesignerView.CreateDesignerViewInfo(CancellationToken cancelToken)
So, umm... help ?
Win7.1 x64, VS2010 Professional and VS2013 Express Web edition are both installed. Has been working fine since forever.
I'm not 100% what's kicked this off, but all my working web applications are now throwing errors in the IDE. The source files have NOT been changed, and I can confirm this in SVN.
So, open a project, open the default.aspx, find an ASPX button on it, double-click it to see the code-behind, and it comes up with "Could not complete the action". Both VS2010 and VS2013 exhibit this exact same behaviour.
Right-click on the page and do "view code", and the page comes up. Every piece of code that references a control on the page has a line under it and the Error list goes through the roof:
Error2
'lblStatus' is not declared. It may be inaccessible due to its protection level.C:\inetpub\wwwroot\QuotaManager\QuotaManager\Default.aspx.vb4113
http://localhost/QuotaManager/
lblStatus label is clearly in the source code, as is every other control displaying the same error. I've seen this in the past when the headers get mangled in the <%@ Page/> directives, but again - these files/projects have NOT changed.
The only thing I can think of that changed* is I installed Nuget as I read it was a nice easy way to reference the Powershell System Automation libraries (I can never remember where they are), so I did that. The problem has been around since after that, but this may be a red herring.
I'm thinking some component has been registered at the wrong level, and that's why both IDEs are screwed with working code. Oh yeah... and despite the 80-odd errors, the solution builds and runs fine.
If I create a brand new project, it works fine. But again.. my existing project have NOT changed.
Any help?
Thanks
AW
* https://www.nuget.org/packages/System.Management.Automation
When I try to Set help Preference to Launch in Help Viewer I get to see the following error.
The location you specified for installing help content is invalid, or you do not hvae permission to access.
I remember downloading the help for offline use. I do not see Visual Studio 2013 link instead I see "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe"
Thanks in advance
An old project I have inherited seems to have been built with VS 2010. When I try to open it in VS2012 or VS2013 I get an error poping up that directs me to:
https://msdn.microsoft.com/en-us/library/vstudio/hh266747(v=vs.110).aspx
Rather than try to convert (it is just a library project that I dont need to modify), can I download VS2010?
(When I search, the links just take me to teh latest version or to trial versions).
I have a number of projects that I've "upgraded" from VS 2010 to VS 2013. The problem: They display:
"Loading solution projects...
Loading project 1 of 1"
and then freeze. To recover, I must delete the xxxx.v12.suo file associated with the project. This is a big annoyance since it loses my environment (i.e. files displayed and such) since the last close.
In addition to upgrading to VS2013, I've also added HgScc Mercurial to my projects. On the one hand I'd name this the culprit because it's the primary difference between the old VS 2010 versions that worked and the new version. On the other hand I don't see how it could be as the projects loaded correctly at least a couple times before beginning this bizarre behavior.
Any and all help is appreciated.
PS. I thought I'd already posted this but I must not have updated as I can't find my previous posting. Please let me know if this is a duplicate. Thanks.
jbmckim
It is stuck as in the image. I am using HP pavilion 15 ab 032tx with latest updates and win 10 reserved.
I am unable to insert images as my acc is not verified. I don't know how to do so.
Hello To All
Unsolvable problem :(
My application takes screenshots and use the picture for more purposes
the program works automatically scheduled in windows task manager.
This working great when user is logged on but when user logged off or locked
the program takes black screenshots.
I understand that when the user logged off or locked there is no UI to taking screenshots from, but can i do something to do that task ?
is it possible... ? some ideas..?
the code i use for make the screenshot is:
using System.Drawing;
using OpenQA.Selenium.IE;
var driver = new InternetExplorerDriver(IE_DRIVER_PATH, options);
var arrScreen = driver.GetScreenshot().AsByteArray;
using (var msScreen = new MemoryStream(arrScreen)){
var bmpScreen = new Bitmap(msScreen);
bmpScreen.Save(@"C:\screen.gif",System.Drawing.Imaging.ImageFormat.Gif);
...
}
what can i do for taking screenshots in that case ?
I using .NET 4.5, C#, Selenium dll
Thank's.
I would like to add a new program button to my app, You know the one with the Plus sign in the box that allows you to add a program to an app. It is something that the app, would greatly need.
I have a solution that is on a thumb drive (drive I).
I want to move the solution to a hard drive (drive H), but each time I try to do this the copy moved to the H drive continues to point to the I drive.
Can one of you please describe the method for doing the above, so that the solution does not point to the I drive?
I feel OK about modifying the files in the solution to point to the H drive, but I want to make sure I do it right.
Thank you.
Tom Childers, Radio Amateur N5GE, Licensed since 1976, QCWA Member 35102, ARRL Life Member