No announcements
Found 3562805 threads
-
0 Votes
How to handle an event generated from managed code in unmanaged code
For me, it's clear that your problem is first with publishing events from the C# code.Answered | 8 Replies | 2205 Views | Created by Ansh84 - Tuesday, April 2, 2013 10:02 PM | Last reply by d'AJBR - Friday, April 5, 2013 5:01 AM -
2 Votes
SyncToyCmd Exit Codes
Exit code 0 means there is no error and sync succeed.Answered | 4 Replies | 20478 Views | Created by JoeTaber - Tuesday, February 3, 2009 6:56 PM | Last reply by ElBocko - Monday, August 17, 2015 9:27 AM -
15 Votes
MSB3073: exited with code 4
running TFS 2008 .proj file with XCOPY for the deployment to the app server.Answered | 13 Replies | 108127 Views | Created by Jetttik - Friday, August 3, 2007 8:32 AM | Last reply by MichaelZa - Friday, January 27, 2017 2:01 PM -
1 Votes
c++ unmanage code
When you convert a project from older version to new version, there can be compile errors which you need to fix.Answered | 5 Replies | 3482 Views | Created by mjocasio23 - Sunday, August 28, 2011 2:16 AM | Last reply by Adavesh - Saturday, September 3, 2011 3:38 AM -
0 Votes
Expanding stack trace from managed to unmanaged code
So I'd like to be able to add the c++ stack trace from my unmanaged code exceptions to my managed code.Answered | 1 Replies | 3065 Views | Created by Idea Hat - Friday, March 23, 2012 1:20 PM | Last reply by Karel Zikmund - Monday, March 26, 2012 4:52 AM -
0 Votes
OAuth2 App - Callback URL
I have registered an App on Visual Studio Online, in order to handle my OAuth2 requests.Answered | 3 Replies | 1510 Views | Created by GarethOates - Monday, July 14, 2014 2:49 AM | Last reply by JayChase - Tuesday, July 15, 2014 5:11 AM -
1 Votes
Managing "unmanaged" code libraries and references
This allows us to rebuild any application from source control, using the exact same libraries which were used when the project was labeled.Answered | 5 Replies | 6906 Views | Created by bpeikes - Wednesday, January 27, 2010 11:24 PM | Last reply by bpeikes - Wednesday, August 11, 2010 2:56 PM -
2 Votes
Exiting Metro App
While they can call "Exit", that will be considered an abnormal exit.Answered | 7 Replies | 3611 Views | Created by Bartouz - Wednesday, December 21, 2011 5:58 PM | Last reply by Rob Caplan [MSFT] - Thursday, December 22, 2011 7:05 PM -
1 Votes
Programs Exits with Code 1 (0x1)
I have received the error a few more times, but simply viewing the MainPage.xaml designer seemed to resolve it.Answered | 3 Replies | 1125 Views | Created by rTolder - Thursday, October 13, 2016 5:41 PM | Last reply by Jack Zhai-MSFT - Sunday, October 16, 2016 7:45 AM -
1 Votes
Application exiting through c# code
Hi Rob Caplan, Thanks for the reply Is there any other way to exit the app since the requirements for the app is that ...Answered | 3 Replies | 2071 Views | Created by praveen234 - Tuesday, May 14, 2013 5:15 PM | Last reply by Dave Smits - Wednesday, May 15, 2013 8:31 AM -
0 Votes
Running into issue of managed and unmanaged code.
I have noticed the error: "Unmanaged class can't derive from a managed Class".Answered | 2 Replies | 1797 Views | Created by Vijay_DR - Friday, October 28, 2011 9:36 AM | Last reply by Helen Zhao - Friday, November 4, 2011 9:38 AM -
1 Votes
C# How to catch stdout when p-invoking to unmanaged DLL, as Visual Studio already does in the output window?
There was some initialization code in the DLL that was emitting an error on StdErr that was not really a problem for the app but cluttered the command line app's normal ...Answered | 10 Replies | 10248 Views | Created by mark_555 - Wednesday, May 9, 2012 7:40 PM | Last reply by Kirtlander - Tuesday, July 23, 2013 1:54 PM -
0 Votes
P/Invoke and receiving Exceptions raised in the unmanaged DLL
This is so that Marshal.DestroyStructure() is able to properly destroy the contents of an unmanaged MyException instance when called upon to do so.Answered | 6 Replies | 6642 Views | Created by Tad the Troll - Friday, October 7, 2011 9:16 AM | Last reply by Lim Bio Liong - Tuesday, October 11, 2011 5:26 PM -
2 Votes
Elevate security permissions for statically referenced unmanaged code.
That would indicate to me that the unmanaged code library is doing something different (or calling different underlying API functions) than the .NET ...Answered | 7 Replies | 3379 Views | Created by unreal128 - Monday, April 25, 2011 6:43 PM | Last reply by Paul P Clement IV - Friday, May 6, 2011 12:17 PM -
1 Votes
Provide callback from managed C++ classes to native C++ classes.
Adding a .cpp file according to the last step.Answered | 4 Replies | 4007 Views | Created by NKlimov - Monday, February 27, 2012 11:01 PM | Last reply by Chaitu86 - Saturday, May 26, 2012 12:50 PM -
0 Votes
Accessing data from managed C++ callback from C#
I'll check this from my side too in the mean time.Answered | 4 Replies | 709 Views | Created by Rohan W - Wednesday, March 23, 2016 11:53 AM | Last reply by Hart Wang - Thursday, March 24, 2016 5:58 AM -
0 Votes
Debugging Unmanaged code in VB and VS2010
Hi Michael, Since we haven't heard from you for a long time, I temporarily close this case.Answered | 6 Replies | 1338 Views | Created by Michael Fitzpatrick - Wednesday, February 5, 2014 10:46 AM | Last reply by Franklin Chen - Monday, February 17, 2014 11:38 AM -
0 Votes
Configure Evidence for the default AppDomain when launching from an unmanaged C++ application
However, you can: From unmanaged code, call ICLRControl.SetAppDomainManager before ICLRRuntimeHost.Start, specifying the ...Answered | 7 Replies | 1335 Views | Created by KB_CP - Tuesday, July 21, 2015 11:25 PM | Last reply by KB_CP - Tuesday, August 18, 2015 1:45 AM -
5 Votes
"sgen.exe" exited with code 1
Hi, I found the solution on ...Answered | 48 Replies | 94009 Views | Created by birch9397 - Wednesday, December 28, 2005 11:21 PM | Last reply by MayankSharma001 - Monday, October 9, 2017 5:25 AM -
1 Votes
Unmanaged code talking to C#?
Hi, This code project example walks you through the details about how to wrap managed methods for native dll.Answered | 2 Replies | 3226 Views | Created by Tom-vd - Tuesday, May 5, 2009 10:23 AM | Last reply by Bin-ze Zhao - Friday, May 8, 2009 3:42 AM
No announcements