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 | 103520 Views | Created by Shawn Farkas - MS - Wednesday, August 31, 2005 5:02 PM
-
0 Votes
99% Unreachable Memory
Hi all, I have a .NET 4.5.2 app that is supposed to run continuously for months. The things it does are not particularly memory- or CPU-intensive, but it does create and destroy ...Discussion | 10 Replies | 640 Views | Created by Zappo1980 - Saturday, May 26, 2018 6:56 PM | Last reply by Zappo1980 - Saturday, December 14, 2019 5:28 PM -
0 Votes
Windows 10 with Problem clr.dll
- <System> <Provider Name="Application Error" ...Proposed | 3 Replies | 1993 Views | Created by KrischeuH - Wednesday, November 20, 2019 8:58 AM | Last reply by Xingyu Zhao - Wednesday, December 4, 2019 6:10 AM -
0 Votes
[winrt] Loading bitmaps only on the main thread, and async.
I apologize if this is the wrong forum , but I just don't see any Windows Runtime forums. Loading bitmaps in winrt can only happen on the main thread, and ...Unanswered | 2 Replies | 364 Views | Created by John T_or - Saturday, November 30, 2019 11:41 AM | Last reply by Simple Samples - Saturday, November 30, 2019 6:12 PM -
0 Votes
Local assemblies loaded via Assembly.LoadFrom are untrusted from appications launched via a symlink on Win8
ConsoleApplication1.exe <System.Security.Policy.Url version="1"> <Url>file:///c:/Users/me/Local Documents/Visual Studio ...Answered | 3 Replies | 2954 Views | Created by ryan david - Tuesday, March 26, 2013 4:47 PM | Last reply by Gerardo Grignoli - Tuesday, November 26, 2019 12:58 PM -
0 Votes
Bi-directional communication between .NetCore 3 and UWP processes
We are developing an application with .Net Core 3. However, one of our dependencies only supports UWP. Our plan so far has been to have a 'main' .Net Core 3 process for the bulk of our logic ...Unanswered | 1 Replies | 317 Views | Created by Bilalp - Friday, November 22, 2019 3:55 PM | Last reply by Xingyu Zhao - Monday, November 25, 2019 7:44 AM -
12 Votes
Object does not match target type when raising an event from c# to VB6
I have a c# .net DLL that I use from a VB6 app. It exposes an event,and the VB6 app is sinking it.The VB6 app is receiving the event, as long as it is raised from themain thread of the .net DLL.I have ...Answered | 17 Replies | 22695 Views | Created by Todd Beaulieu - Tuesday, November 22, 2005 6:14 PM | Last reply by gkov3 - Monday, November 25, 2019 6:16 AM -
0 Votes
Common Language Runtime Debugging Service error when running application
Hi Community, I am currently experiencing a problem with a piece of software I have installed on a Windows 10 1903 system. Whenever I launch the program as any ...Unanswered | 1 Replies | 349 Views | Created by d_damen - Friday, November 22, 2019 11:09 AM | Last reply by Robert McArthur - Saturday, November 23, 2019 5:02 AM -
1 Votes
aspnet_regiis: Delete a key container on a machine, then try to reimport keys
Yesterday on our build machine, I created a key container and exported the keys to a file using the aspnet_regiis.exe program (from the v2.0.50727 framework directory). The commands I used ...Answered | 7 Replies | 20154 Views | Created by Beth - Thursday, April 29, 2010 3:35 PM | Last reply by Ravi_Singh24 - Friday, November 22, 2019 6:10 AM -
0 Votes
Cannot marshal 'return value': Generic types cannot be marshaled.
this is my C# code calling cpp function by passing image path to cpp function *********C# ...Discussion | 1 Replies | 330 Views | Created by JiteshR - Wednesday, November 20, 2019 7:00 AM | Last reply by Lim Bio Liong - Wednesday, November 20, 2019 11:25 AM -
0 Votes
Choose cipher suite in dot-net core 2.2
I am using dot.net core 2.2 and for a reason, i can't upgrade my code to work with core 3. I want my kestrel will use a specific cipher.. is that possible to do?Unanswered | 1 Replies | 388 Views | Created by Oriel D - Sunday, November 17, 2019 11:42 AM | Last reply by Ken Tucker - Sunday, November 17, 2019 2:13 PM -
1 Votes
How to scale & transform mouse location
Is there a set of transform and scaling functions for scaling the mouse handler routine's e.Location member? I'm usnig the Graphic.PageScale and Graphics.TranslateTransform(..) to pan and zoom ...Answered | 6 Replies | 7079 Views | Created by RWey - Saturday, March 6, 2010 2:38 AM | Last reply by Tonay Erol - Friday, November 8, 2019 7:28 AM -
0 Votes
Add-Migration command only prompt “ScriptHalted”
I'm trying to learn how to make App.Net Core application using Razor pages, using this tutorial : ...Unanswered | 1 Replies | 741 Views | Created by PepperTiger - Thursday, October 31, 2019 1:08 PM | Last reply by Xingyu Zhao - Friday, November 1, 2019 9:33 AM -
1 Votes
regarding .NET Standard (VS .NET 2019)
Hi there, I use the .NET standard template to create a Class Library. and I got a error message as follows: how should I sort it out?? ...Unanswered | 3 Replies | 423 Views | Created by Will .H - Thursday, October 31, 2019 4:09 PM | Last reply by Xingyu Zhao - Friday, November 1, 2019 8:49 AM -
0 Votes
report viewer problem in c#
Hi there , I have created a dataset for a report and creaded a report.rdlc file using fields from the dataset in a two level Item/Detail report format. So far so ...Unanswered | 1 Replies | 389 Views | Created by Ameenul Aslam - Thursday, October 31, 2019 2:52 PM | Last reply by Xingyu Zhao - Friday, November 1, 2019 7:18 AM -
2 Votes
Where is the documentation on System.Runtime.Serialization.BinaryFormatter output?
I'm working on a utility function whose purpose is to take any two numeric typed objects (either item may be s/byte, u/int 16-64, float, decimal, or double) and determine if one (and if so which) of 2 ...Unanswered | 6 Replies | 600 Views | Created by Andrew B. Painter - Friday, October 25, 2019 4:05 PM | Last reply by Andrew B. Painter - Thursday, October 31, 2019 11:36 PM -
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 | 3 Replies | 473 Views | Created by JaedenRuiner - Wednesday, October 23, 2019 11:52 PM | Last reply by Xingyu Zhao - Wednesday, October 30, 2019 9:56 AM -
0 Votes
Cannot pass a GCHandle across AppDomains
UPDATE: I am ready to pay to resolve this issue.. Would like to contact MS .NET development center or a someone who's familiar with .NET on that level. In managed code I have some ...Unanswered | 3 Replies | 544 Views | Created by RobbKirk - Wednesday, October 23, 2019 2:41 PM | Last reply by Xingyu Zhao - Tuesday, October 29, 2019 8:47 AM -
0 Votes
Turning of ShadowCopy for AppDomian in runtime
Hi We have a webserviceclient developed in .NET 3.5 which we are having problems with regarding antivirus protections. The application is locally installed so ...Unanswered | 4 Replies | 446 Views | Created by Peter Karlström - Thursday, October 17, 2019 8:53 AM | Last reply by Peter Karlström - Tuesday, October 22, 2019 10:27 AM -
0 Votes
System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly multithread deadlock
Hello, I encountered an issue related to multiple calls to the DefineDynamicAssembly method from parallel threads. It cannot be reproduced reliably and occurs rarely. No ...Unanswered | 3 Replies | 511 Views | Created by Noxis_ - Tuesday, October 15, 2019 11:56 AM | Last reply by Noxis_ - Thursday, October 17, 2019 4:00 PM -
0 Votes
What is the format of the INTERNET_PER_CONN_PROXY_BYPASS string
I am calling INTERNET_PER_CONN_OPTIONA in order to change the proxy being used by the web browser ...Unanswered | 3 Replies | 492 Views | Created by JimWard2014 - Tuesday, October 15, 2019 3:58 PM | Last reply by Xingyu Zhao - Thursday, October 17, 2019 8:34 AM - Items 1 to 20 of 11323 Next ›
No announcements