Trying to profile my command line application in VS 2017 on a W10 machine with April 2018 Update, VS fails to create the report. The UI says Microsoft Visual Studio was unable to create a diagnostics report. Check Output window for errors. The Output window says Profiling of 'Program' started. [...] read more
I have created a virtual machine on a Hyper-V server, Dell PowerEdge with 24 Gb of RAM. I want to have four VMs with 2048 Mb of RAM each. Originally, I created this one (SV-YAMATO) with 512 Mb of RAM, now I want to extend it to 2048 through the [...] read more
I use DISM to capture images and store them on a network disk. I use a standard 32bit WinPE 4.0 environment to capture them. My current path was set to i:\images and I executed the following command: dism /capture-image /imagefile:ae2212-w81-64bit-v1.wim /capture-dir:c:\ /name:system It ran up to 100% and which point [...] read more
I have hosted the site in d:/ where there is ample space but in c:/ there is less space like around 2 mb. I get this error below. The server is Windows 2008 hosted on IIS 5.0, asp.net 2.0 site. There is not enough space on the disk. (Exception from [...] read more
I am in the process of porting a Windows CE solution from .NET 1.1 to 3.5 I was able to "deploy" it -- once -- (to the Pocket PC 2003 SE Emulator), and run the .exe, upon which it failed with an error message. After closing the emulator, I put [...] read more
i am trying to debug my application and i have used the following code... but whenever i try to debug the application i get the above error.... > Error 1 Deployment and/or registration failed with error: 0x8973190e. Error > writing file '\Windows\NETCFv35.wm.ARMV4I.cab'. Error 0x80070070: There is not > enough space [...] read more
I've got IIS 8.5 running on a couple of servers with BITS uploads enabled on a virtual directory. Looking through the logs, I see several different sorts of errors where it says (bits_error:{GUID},500,0x80070070) or some other error code. I'm able to match these to Error Descriptions on the client side [...] read more
I am familiar with low level issues in Windows (such as, a hard disk failing, or having a physical error) causing a low level lock/freeze in Windows that lasts either forever, or until the error condition clears. What I am not used to is figuring out WHERE to look in [...] read more
I have an app I am trying to deploy through azure's DevOps pipeline. I have successfully deployed apps before, and the first build of this app deployed fine. However all subsequent builds have been failing at the deployment step. They seem to be specifically failing at the "Deploy Azure App [...] read more
I'm getting this error whenever I try to run my website on developement (all in localhost). I do have plenty of space on both disks, and yesterday was working just fine. This is the first time I see something like this, I don't know where to start... I have checked: [...] read more
The compilation of my Compact Framework app (.NET 3.5, VS 2008) failed with this error: Deployment and/or registration failed with error: 0x8973190e. Error writing file '%csidl_program_files%\hhs\system.data.dll'. Error 0x80070070: There is not enough space on the disk. Selecting Tools > Device Emulator Manager shows me nothing promising; nor does Project > [...] read more
I am using Visual Studio 2005 C#. Designing a mobile App for handheld scanners. At the moment I'm declaring a connection string on every form I have. I do not want to do this. I know you can do it app.config file. I am struggling to understand how the app.config [...] read more
I already mentioned the problem in another thread, but I thought the root of the error was another. Now I know the real error, but cannot solve it, and don't understand it. I want to install Visual Studio Test Controller on an Azure instance. I am trying to do that [...] read more
I am getting this error message while running the application in the device emulator. Error Message : Deployment and/or registration failed with error: 0x8973190e. Error writing file '%csidl_program_files%' Error 0x80070070: There is not enough space on the disk. Device Connectivity Component Please suggest me how to resolve this. read more
I have configured an app pool with an integrated pipeline and .Net 4 framework. I am using Asp.Net MVC 3 to present my site... My controllers and views are presenting properly, but references to my static content are all returning sporadic 500 errors from IIS. For example: A direct request [...] read more
I have a Windows 2012 instance running in the Amazon cloud. It's just a test server for an asp.net project and only has the necessary features installed. The problem is the instances is out of disk space (30 GB). All that's installed is the default stuff and a few things [...] read more
I have a really strange problem similar to this, but not the same. I started with sfc /SCANNOW and got the error: Windows Resource Protection found corrupt files but was unable to fix some of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. Note that logging is [...] read more
I recently attempted installing Windows Vista in AHCI mode. I suspect that this adventure has somehow rendered the built-in Intel SATA controller inoperable in AHCI mode. I started off with a clean (zero filled) SATA HDD, and AHCI for Intel controller enabled in system BIOS setup. I partitioned the HDD [...] read more
My desktop has Windows 7. I tried to install Windows Vista but it was giving an error 0x80070070. I tried to delete the C: drive and create a new partition. However when I pressed the delete button it got stuck with no response even after half an hour so I [...] read more
I use MS Security Essentials on my Windows 7 x64. I've been using it for years and since a few days now it does not update the definition files. I tried to do it manually, and I get the following error (translated): Error code: 0x80070070 Error description: The license for [...] read more
I need to write a very large file from my UWP application and I tried to do it by using a code similar to the following one: private async void btnWriteData_Click(object sender, RoutedEventArgs e) { FolderPicker pick = new FolderPicker(); pick.FileTypeFilter.Add(".bin"); StorageFolder folder = await pick.PickSingleFolderAsync(); StorageFile oFile = await [...] read more
Yesterday I installed office on the production server because my application (C#) is using Microsoft Word Interop. I still got the problem and the part of the application that was using Word Interop (document creation) was not working but the application itself was working fine. In the morning the application [...] read more
Working on Sql Report builder 3.0, all reports performed right but suddenly when I run the report an error window popup which shows the following error. System.Web.Services.Protocols.SoapException: An internal error occurred on the report server. See the error log for more details. Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report [...] read more
I have a webapplication, which is making pdf files from a database, using Entity Framework and ITextSharp, on a free host. (somee.com) But if I make several different files, the default temp folder gets full and I get a "Theres not enough disk space" exception. So I decided to change [...] read more
Is use VS 2005 and want to deploy my .NET C# application to a device (Scanner Honeywell 7600) On the device .NET 2 CF (SP1) is running with Windows CE 5.0. If I create a default project in VS (Smart Device -> Windows CE 5.0 -> Device application) and just [...] read more
I have a Visual Studio 2008 project for smart devices. On one computer it builds, deploys and runs fine in the WM6 emulator. Only the .exe and some of my own needed dll's are deployed to the virtual device and don't take much space. Now I wanted to setup this [...] read more
I have this error on website today Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070) read more
Today, when I try to deploy my Windows CE project to the handheld device from VS 2008, I get the deployment error: "Deployment and/or registration failed with error: 0x8973190e. Error writing file '%CSIDL_PROGRAM_FILES%\Duckbill\Platypus.exe'. Error 0x80070070: There is not enough space on the disk. Device Connectivity Component" How can I get [...] read more
I have a Device-application (Compact Framework) in C#. When I Debug my solution I get this error: Error 1 Deployment and/or registration failed with error: 0x8973190e. Error writing file '%csidl_program_files%\hhrcv_app\system.windows.forms.dll'. Error 0x80070070: There is not enough space on the disk. Device Connectivity Component I have done some research about this [...] read more
I have a interesting problem: Where I work we've built a home-grown ERP system in VB6 that we are slowly moving over into vb.net. There are some projects have are in .net: we have a hand-held C# project that uses a web service to talk to our database, I've built [...] read more
PROBLEM The synchronization job for one protection group on my DPM 2019 (with MBS) fails and I get the following two warnings: 1. > The used disk space on the computer running DPM for the replica of Volume > XXX has exceeded the threshold value of 90%, or there is [...] read more