Issue Project Informations Windows Presentation Foundation Project C# as programming language Description Is it possible to receive data from an user input in Window1 and show this input in MainWindow? I will open the user input as a file from
Continue readingTag: c#
[SOLVED] How to evenly move items in main list box into 2 separate list boxes
Issue Hey guys so I am creating a simple app that generates random teams from the names that the user enters into the text box. Once the user enters all the names they click the "Generate" button and I want
Continue reading[SOLVED] C#: Find all empty catch blocks
Issue I am reviewing some code. I have notice some empty catch blocks. Not a good idea since somethings do not work and you cannot see why. Is there an easy way to find all empty try catch blocks in
Continue reading[SOLVED] set; debug shutdown in class property
Issue How can I turn off properties from going to ‘set;’ methods when debugging code with F11? Solution You can step over properties: Some more info: http://www.blackwasp.co.uk/AutoStepOver.aspx Answered By – Tim Schmelter Answer Checked By – Candace Johnson (BugsFixing Volunteer)
Continue reading[SOLVED] Unity 3.2.0 – Project path issue with Visual Studio Community
Issue I’m a newbie to Unity and Visual Studio Community and I’m using Unity Hub 3.2.0 with editor version 2021.3.8f1. I am running into this issue with the project path.Error code at the bottom of Unity Editor I have no
Continue reading[SOLVED] How to detect debug/release in visual studio pre/post-build command line?
Issue How can I detect Debug or Release mode from command line pre-build or post-build window? I tested the code below, it works in code text window. Can it be convert to command line code? If can, how to do
Continue reading[SOLVED] Azure Pipelines: "No packages matched the search pattern."
Issue I am writing a YAML pipeline that should publish a NuGet package. When coming to the deployment job I get a warning: “No packages matched the search pattern.” The package is there and it is confirmed by the log
Continue reading[SOLVED] ASPNETCOMPILER(0,0): Error ASPRUNTIME: Object reference not set to an instance of an object
Issue I’m Trying to publish a website, using Visual Studio 2013. I’m getting an error: ASPNETCOMPILER(0,0): Error ASPRUNTIME: Object reference not set to an instance of an object. It happens also on Visual Studio 2010. I tried to restart VS,
Continue reading[SOLVED] AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot, NotValidTime
Issue I am consistenly receiving the following error when developing and authenticating locally in Visual Studio: AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: NotValidTime, UntrustedRoot Among others, it happens when using HttpClient to call
Continue reading[SOLVED] How to enter a multiline string representing JSON into Visual Studio
Issue If I enter this into Visual Studio editor, it is a mess and it doesn’t work as s is spread over multiple lines in the Editor and contains embedded " characters. // This is my json string string s
Continue reading