The following code worked in version 3.5.1404, but is no longer working in version 5.0.1. Have the latest references via NuGet: in web.config I have: using Microsoft.Practices.Unity.Configuration; using Unity; namespace ACME.Core { public static class UnityCommon { static IUnityContainer _container; /// <summary> /// Returns the Common Unity Container from memory, [...] read more
I've modified a C# plugin that's part of Python Tools for Visual Studio 2.0, and want to see the output from Debug.WriteLine and Trace.WriteLine statements in the code. Note that the plugin is used in Visual Studio 2013 itself, modifying debugging of python processes.... I'm hoping I can add a [...] read more
As a part of service installer using Wix 3.XX, we have been trying to encrypt the connection string. After visiting couple of option on Stackoverflow and some other communities, we have opted to do it in three parts. 1. Installer that installs the service in the first part 2. At [...] read more
I'm trying to connect to a windows HPC using C++ with code I lifted from https://msdn.microsoft.com/en-us/library/cc853425(v=vs.85).aspx on a test project all worked well, but when i tried to copy paste to my main project i started getting 0x80131902 from the pScheduler->Connect line. I tried to match all the project settings, [...] read more
I have created an ASP.NET application for a client and all the files are in a folder on their D drive. Now it is time to go production, so I copied all my files and folders to their existing classic ASP folder on the same drive. When I browse to [...] read more
Update: Even if I remove the Application Root Directory it gives the same error - the only way I can get it to run is in a library process, not a server process. Original question: I created a COM+ component in .Net. It needs to use a configuration file, so [...] read more
I am having trouble installing SSMS on a fresh installation of Windows 10 - on a new Dell XPS 15. I am installing the latest version (18.4) from here: https://docs.microsoft.com/en-gb/sql/ssms/download-sql-server-management-studio-ssms When I run SSMS-Setup-ENU.exe I get the User Access Control dialogue, I say Yes and nothing happens. * I cannot [...] read more
While debugging my C# WinForm app, out of the nowhere this exception started coming out on code that previously worked okay. In fact, the Class in which that piece of code is doesn't even get initialized at startup. I have no clue what's going on. If I uncomment that code, [...] read more
I have a .Net 3.5 website and wcf service. Both use IIS 7 and I'm working in Visual Studio 2010. I'm trying to update the service reference but I'm getting the following error: Failed to update Service Reference 'MyServiceReference.Reference'. Error: The configuration for the service reference could not be updated [...] read more
I am getting 3errors . this is the event log Type: Error Event: 1089 User: N/A Computer: HOME-590392F5B5 1) aspnet_wp.exe (PID: 332) stopped unexpectedly. 2) Failed to execute the request because the ASP.NET process identity does not have read permissions to the global assembly cache. Error: 0x80131902 3) Failed to [...] read more