No announcements
Found 3768963 threads
-
0 Votes
C++ native module, Request payload getting empty once used ReadEntityBody method
to store the data which is read using ReadEntityBody and use InsertEntityBody to re-insert the request body.Unanswered | 1 Replies | 238 Views | Created by Anonymous - Friday, October 16, 2020 6:31 AM | Last reply by Anonymous - Monday, October 19, 2020 5:32 AM -
0 Votes
How to get udp payload on FWPM_LAYER_DATAGRAM_V*
For outbound, you need to advance the size of the UDP Header (FWPS_METADATA_FIELD_TRANSPORT_HEADER_SIZE) using ...Answered | 6 Replies | 5366 Views | Created by Jasonlyc - Wednesday, July 28, 2010 4:54 AM | Last reply by Jasonlyc - Sunday, August 1, 2010 1:46 AM -
0 Votes
ModuleLoadException: The C++ module failed to load during native initialization
It links in a couple of other static native c++ libs lib1 and lib2.Answered | 2 Replies | 13596 Views | Created by lottha - Wednesday, October 13, 2010 3:44 PM | Last reply by danr98133 - Thursday, August 22, 2013 11:22 PM -
2 Votes
simple question: using c# with native c++
One is that you simply write all your C++ native code in a native DLL and use Platform Invoke (PInvoke) to invoke the functions from your C# code.Answered | 2 Replies | 3103 Views | Created by digiplant - Tuesday, November 4, 2008 8:09 PM | Last reply by Peter Ritchie - Tuesday, November 4, 2008 8:24 PM -
0 Votes
Native Method
Please refer to this article: http://www.codeproject.com/Questions/396268/native-methods-in-c-sharp Noam B.Answered | 3 Replies | 540 Views | Created by Arash_89 - Monday, June 9, 2014 8:34 AM | Last reply by Noam B - Monday, June 9, 2014 10:01 AM -
0 Votes
fastest native access method (C or C++)
I would use SQL Server 2008 with SQL Server Native Client 10.0 using ODBC, personally.Answered | 2 Replies | 5440 Views | Created by ryan.rogers - Tuesday, May 5, 2009 8:05 PM | Last reply by ryan.rogers - Wednesday, May 6, 2009 12:03 PM -
0 Votes
How To accept xml Payload request in webapi?
https://forums.asp.net/37.aspx/1?Answered | 3 Replies | 1231 Views | Created by Hemanth_K - Tuesday, May 23, 2017 8:55 AM | Last reply by Dave Patrick - Tuesday, May 23, 2017 1:08 PM -
0 Votes
Native C++ SQL Access
Being able to choose your threading model is somewhat nice, as you can get some level of isolation between modules.Answered | 4 Replies | 6231 Views | Created by Davewolfs - Tuesday, January 12, 2010 3:50 AM | Last reply by Davewolfs - Wednesday, January 13, 2010 11:03 PM -
0 Votes
Invoke a method in a module using Reflection in VB.NET
The following example demonstrates dynamic method lookup using reflection.Answered | 1 Replies | 12108 Views | Created by Baburajpv - Wednesday, November 25, 2009 6:46 AM | Last reply by Jai Mallesh Babu - Wednesday, November 25, 2009 7:46 AM -
1 Votes
use c# DLL from Native C++
Hello brian, Here c++/cli is trying to call managed C# dll, is there any way to handle the exception if c# dll is not found?Answered | 5 Replies | 2767 Views | Created by rohitamitpathak - Monday, October 13, 2014 5:41 AM | Last reply by rohitamitpathak - Thursday, November 6, 2014 1:11 PM -
0 Votes
901015 - DrawImage in native C++!
in such a case what can i do to use GDI+ capabilities and have the same quality as what C# Image class may give me within an unmanaged C++ project?Answered | 6 Replies | 2666 Views | Created by jaackov - Thursday, January 5, 2012 8:55 AM | Last reply by jaackov - Thursday, January 5, 2012 11:18 AM -
0 Votes
Load symbol names for native COM DLL used in C# application
Hi everybody How can I generate and load symbol names for an assembly created by Tlbimp.exe from my native inproc COM DLL for the breakpoints in the native code to ...Answered | 1 Replies | 4003 Views | Created by mpoleg - Friday, August 8, 2008 12:21 PM | Last reply by Brian Muth - Friday, August 8, 2008 4:11 PM -
1 Votes
WDK 1709 payload hash mismatches
[3B20:374C][2018-11-29T10:37:16]e349: Application requested retry of payload: f60788CC946FAFFAA14983E80FE8063A7, encountered error: ...Answered | 5 Replies | 1216 Views | Created by Mat Wolf - Monday, November 6, 2017 11:11 AM | Last reply by AswinParanji - Thursday, November 29, 2018 5:53 AM -
0 Votes
Access Method in a Module
Ah, in that case, your starting point is here: http://msdn.microsoft.com/en-us/library/bb386306.aspx <Answered | 3 Replies | 2108 Views | Created by goldbishop - Monday, July 9, 2012 8:51 PM | Last reply by Cindy Meister MVP - Wednesday, July 11, 2012 1:49 PM -
0 Votes
Why we use Module Loading Methods
There are a lot of reasons: Promotes the creation of reusable codeAllows for delayed loading of functionalityAllows code to be processed only after the module has ...Answered | 1 Replies | 881 Views | Created by zyzhang_giser - Wednesday, July 17, 2013 10:33 AM | Last reply by Ricky_Brundritt - Wednesday, July 17, 2013 1:35 PM -
0 Votes
two-factor auth module for owa 2010 using native c++ module
CookedUrl do not provide the query string.Answered | 1 Replies | 47 Views | Created by Anonymous - Tuesday, May 3, 2011 2:24 AM | Last reply by Anonymous - Thursday, May 5, 2011 2:24 AM -
0 Votes
Building WPF C#, Managed C++, and Native C++ into a single executable - Possible?
I've tried setting the OutputType to both module and netmodule, and in both cases I ...Answered | 4 Replies | 7092 Views | Created by joshjoshjosh - Wednesday, March 24, 2010 5:06 AM | Last reply by absence3 - Tuesday, May 18, 2010 12:09 PM -
0 Votes
C++ module, ReadEntityBody 0 bytes error 0x80070006
I had a simple loop using ReadEntityBody that would gather Http Post data from an IIS server (seen below).Unanswered | 4 Replies | 162 Views | Created by Anonymous - Thursday, March 7, 2013 8:44 PM | Last reply by Anonymous - Tuesday, July 16, 2013 12:44 AM -
8 Votes
How can I delete empty VBA modules
If the Module contains no procedures but only General Declarations it is also considered empty.Answered | 22 Replies | 12719 Views | Created by Model_m - Thursday, February 2, 2012 12:33 PM | Last reply by Bruce Song - Thursday, February 9, 2012 9:42 AM -
0 Votes
Empty Body - Web Activity - A valid body is required for PUT and POST request
Publish[Error message for pipeline A due to invalid body, because now the body is empty.]Answered | 4 Replies | 4415 Views | Created by Brad Zelenak - Wednesday, April 24, 2019 3:20 PM | Last reply by CHEEKATLAPRADEEP-MSFT - Monday, April 29, 2019 5:05 AM - Items 1 to 20 of 3768963 Next ›
No announcements