No announcements
-
5 Votes
Tips on Posting Good Questions
Here are a few suggestions that make it sure you get the best answer to your question as quickly as possible: Search for your question on the forums or in Visual Studio 2005's help system first ...Sticky | 0 Replies | 106198 Views | Created by Shawn Farkas - MS - Wednesday, August 31, 2005 5:02 PM
Found 11350 threads
-
0 Votes
how to change primary language into english?
my primary language is stuck on JapaneseUnanswered | 0 Replies | 3625 Views | Created by Altaria is the best - Saturday, December 12, 2020 6:21 PM -
0 Votes
Call to GetRawInputDeviceInfo fails through Remote Desktop / Terminal Services
Hi, We are developing a Windows application to be used through Remote Desktop. Within this application we enumerate the HID devices connected to the client using ...Unanswered | 10 Replies | 3123 Views | Created by MortenFK - Monday, September 26, 2016 6:20 PM | Last reply by Robert Priewasser - Thursday, December 10, 2020 3:41 PM -
0 Votes
Microsoft .NET Framework Excepcion de controlada en la aplicacion. Si hace clic en continuar, la aplicacion omitira este error e intentara continuar. Si hace clic en salir, la aplicacion se cerrara inmediatamente.
Error al descargar AppDomain. (Excepcion de HRESULT: 0x80131015). ayuda, quiero desinstalar eso porque no me deja hacer cosas, osea juego y ...Answered | 1 Replies | 2629 Views | Created by DavidL23 - Friday, November 20, 2020 9:27 PM | Last reply by KHURRAM RAHIM - Friday, November 20, 2020 9:33 PM -
0 Votes
[Announcement] "Common Language Runtime Internals and Architecture" Forum will be migrating to a new home on Microsoft Q&A!
This "Common Language Runtime Internals and Architecture" Forum will be migrated to a new home on Microsoft Q&A! We've listened to your feedback on how we can ... -
0 Votes
How to get Powershell to add types from an assembly it just loaded
[appdomain]::CurrentDomain.GetAssemblies() | >> Sort-Object -Property FullName | >> Select-Object -Property ... -
0 Votes
Data error (cyclic redundancy check).
when I wake up and opened my project this shows up Instances of this error (1) 1. Hide Call Stack at System.IO.__Error.WinIOError(Int32 ...Unanswered | 2 Replies | 1951 Views | Created by SenpaiZero - Tuesday, November 3, 2020 2:14 PM | Last reply by Xingyu Zhao - Wednesday, November 11, 2020 8:01 AM -
0 Votes
Remote debug problem generic host
Visual Studio 2019 16.7.7 I have a .net 3.1 console app implemented as a generic host. This works fine on development machine. Now I want to do ...Answered | 1 Replies | 1824 Views | Created by EuroEager - Saturday, October 31, 2020 11:20 AM | Last reply by EuroEager - Sunday, November 1, 2020 10:18 AM -
0 Votes
How to load a managed C# DLL from a path instead of loading from GAC using CLR profiler?
DefineAssemblyRef(pbPublicKeyOrToken, publicKeySize, assemblyName, &assemblyMetaData, NULL, 0, 0, &mdAssemblyRef); I want to load the DLL ...Unanswered | 4 Replies | 4544 Views | Created by anbu2388 - Wednesday, April 18, 2018 10:57 AM | Last reply by Duraikannu Jeyamani - Wednesday, October 21, 2020 10:12 AM -
0 Votes
Unable to get the window handle for the 'AxNLevel2' control. Windowless ActiveX controls are not supported.
Unable to get the window handle for the 'AxNLevel2' control. Windowless ActiveX controls are not supported. What's even weirder: I tried the compiled app ...Answered | 4 Replies | 23369 Views | Created by Tom Frey - Thursday, January 17, 2008 8:59 PM | Last reply by Viorel_ - Tuesday, October 20, 2020 4:47 AM -
2 Votes
StreamWriter WriteLine() Timeout possible? (Named Pipes)
Server waits infinitely. So is there any possibility to get the WriteLine() Method to timeout after a while? Streamwriter.Basestream.WriteTimeout doesnt work for named ...Unanswered | 3 Replies | 2104 Views | Created by Linze99 - Friday, October 9, 2020 9:32 AM | Last reply by Viorel_ - Saturday, October 17, 2020 1:46 PM -
8 Votes
Excel Automation in C# - Excel process won´t quit
Hi there, I´m using Excel automation with C#. When closing Excel, the Excel.exe process still remains in the Task Manager. I´ve tried all the topics that can be found, but Excel ...Answered | 22 Replies | 54139 Views | Created by BSMemmingen - Wednesday, May 9, 2012 10:31 AM | Last reply by Y Karaman - Monday, October 5, 2020 3:03 PM -
0 Votes
Microsoft.Office.Interop.Visio.Application.Documents.open throws null reference pointer exception
Sorry for the double post (those of you who follow other forums) but I was unsure which forum to post this question... I am attempting to open a Visio 2013 ...Unanswered | 1 Replies | 2018 Views | Created by Mark.MSDN - Sunday, September 27, 2020 2:45 PM | Last reply by Xingyu Zhao - Monday, September 28, 2020 8:23 AM -
0 Votes
How to pause ConcurrentBag processing while uploading data to db
Hi, We have code were we are using Parallel.ForEach() method to process different folder of directory. We have used ConcurrentBag instead of List object as it is thread safe. Now ...Answered | 3 Replies | 1980 Views | Created by Md Zakir - Tuesday, August 25, 2020 1:15 PM | Last reply by Xingyu Zhao - Wednesday, August 26, 2020 7:32 AM -
0 Votes
Unloading a dynamically loaded assembly
Okay, So there are moments where reflection is awesome. Other times, like this, it can be a royal pain. I have a system in place which allows the user to ...Unanswered | 6 Replies | 3094 Views | Created by JaedenRuiner - Wednesday, October 23, 2019 11:52 PM | Last reply by EckiS - Saturday, August 22, 2020 8:03 AM -
1 Votes
my .Net application is leaking handles into lsass.exe
50k handles, while may application is constantly under 1000 handles. but If I kill my application lsass.exe handles count return under ...Answered | 3 Replies | 2416 Views | Created by dscaravaggi - Tuesday, August 18, 2020 4:03 PM | Last reply by dscaravaggi - Friday, August 21, 2020 10:00 AM -
0 Votes
.Net App Get's Stuck
Hi We developed a .NET Windows App in C# and configured it as a logon script. It's using .NET 4.6. We noticed that the exe gets stuck at various points in our code, each time, each ...Unanswered | 3 Replies | 2257 Views | Created by Reuvy - Wednesday, August 19, 2020 5:39 AM | Last reply by Xingyu Zhao - Friday, August 21, 2020 1:32 AM -
0 Votes
Multithreading on recursive function to read a drive folders metadata.
Hi, We have a shared drive whose folders permissions and name we are updating in database. In order to read all folder we have used recursive function to traverse all folders(tree ...Answered | 5 Replies | 2053 Views | Created by Md Zakir - Monday, August 17, 2020 5:56 AM | Last reply by Md Zakir - Tuesday, August 18, 2020 8:27 AM -
0 Votes
Unable to connect server with multiple users using C#
Hi, We have a shared folder on windows server which is connected using C# code. Now when its is connected by one user the next time again when we run the code to connect using ...Answered | 1 Replies | 2525 Views | Created by Md Zakir - Tuesday, August 4, 2020 11:53 AM | Last reply by RLWA32 - Tuesday, August 4, 2020 12:11 PM -
12 Votes
IO.Directory.Delete - Read-only "Access Denied"
I'm in the middle of a major project converting a VB6 application to .NET and have a requirement to delete a folder and its contents, in this case a complete user profile folder from C:\Documents and ...Answered | 20 Replies | 52286 Views | Created by Stuart J. Travers - Tuesday, March 20, 2007 4:18 AM | Last reply by Daniel_CH - Thursday, July 30, 2020 4:31 PM -
0 Votes
Problems compiling and running mixed mode wrapper dll in VS 2017
I have two problems. Several years ago I started a project in Visual Studio 2012 that involved: A dll with a set of native C++ classes for developing a complicated ...Unanswered | 1 Replies | 2211 Views | Created by primem0ver - Wednesday, July 29, 2020 11:42 PM | Last reply by Xingyu Zhao - Thursday, July 30, 2020 3:12 AM - Items 1 to 20 of 11350 Next ›
No announcements