| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
2 Articles match "Windows"
See all articles with
"Windows"
| The Latest from Marcus' Blog | MORE | | Deploying native DLLs with managed wrapper assemblies into the GAC In the debugger, you can see where dependent DLLs are loaded from (via the WinDBG command “lm –v” or the VS modules window). Recently, a customer described me a straightforward deployment problem: I want to deploy an assembly that wraps a native DLL GAC. Deploying the wrapped native assembly in System32 is to error prone, deploying the wrapped assembly in WinSxs is too much of an overhead. How can I ensure that the managed wrapper can load the native assembly? Today I took the time to take a closer look at the solution. attributes ignored here ….file other.file entries ignored here ….mresource Marcus' Blog - Wednesday, September 30, 2009 Can DLLs export managed functions to native clients? This is an excerpt from the disassembly window: f(); 00401053 call f (401030h). Here is what the disassembly window tells us about the called addresses: f: 00401030 jmp dword ptr [__mep@?f@@$$FYAXXZ Here is what these addresses are in my debugger's memory window: 0x00409000: 00 CB 00 12. Here is an expert: imagebase 0x00400000.subsystem 0x0003 // WINDOWS_CUI.corflags 0x00000000.vtfixup [1] int32 retainappdomain at D_00009000 // 06000001.vtfixup [1] int32 retainappdomain at D_00009004 // 06000002.many other vtfixups elided for clarity here. 0 00001020 _f@0. Marcus' Blog - Wednesday, October 19, 2005 | | The Best from Marcus' Blog | MORE | | Deploying native DLLs with managed wrapper assemblies into the GAC In the debugger, you can see where dependent DLLs are loaded from (via the WinDBG command “lm –v” or the VS modules window). Recently, a customer described me a straightforward deployment problem: I want to deploy an assembly that wraps a native DLL GAC. Deploying the wrapped native assembly in System32 is to error prone, deploying the wrapped assembly in WinSxs is too much of an overhead. How can I ensure that the managed wrapper can load the native assembly? Today I took the time to take a closer look at the solution. attributes ignored here ….file other.file entries ignored here ….mresource Marcus' Blog - Wednesday, September 30, 2009 Can DLLs export managed functions to native clients? This is an excerpt from the disassembly window: f(); 00401053 call f (401030h). Here is what the disassembly window tells us about the called addresses: f: 00401030 jmp dword ptr [__mep@?f@@$$FYAXXZ Here is what these addresses are in my debugger's memory window: 0x00409000: 00 CB 00 12. Here is an expert: imagebase 0x00400000.subsystem 0x0003 // WINDOWS_CUI.corflags 0x00000000.vtfixup [1] int32 retainappdomain at D_00009000 // 06000001.vtfixup [1] int32 retainappdomain at D_00009004 // 06000002.many other vtfixups elided for clarity here. 0 00001020 _f@0. Marcus' Blog - Wednesday, October 19, 2005 | %>
486 Articles match "Windows"
See all articles with
"Windows"
| The Latest from DevelopMentor | MORE | | Installing MongoDB on Windows and OS X Here are two 7-minute walkthroughs for installing MongoDB as a Windows service / OS X daemon. Windows: OS X: Feedback welcome. 'Ready to get started with NoSQL and MongoDB? These are both excepts from my upcoming online MongoDB course for DevelopMentor. You can take the first 1 1/2 hours for free here: Early access: MongoDB and NoSQL for.NET developers. cheers. mkennedy. Filed under: NoSQL Tagged: LearningLine , NoSQL , Open Source , Screencasts. NoSQL LearningLine Open Source Screencasts Michael C. Kennedy's Weblog - Thursday, May 2, 2013 A Roundup of MongoDB Management Tools Robomongo, price: $0 / open-source, platforms: Windows, OS X, Linux. The shell , price: $0 / open-source, platforms: Windows, OS X, Linux. Mongovue , price: $0 / $35 / $up, platforms: Windows. MongoVUE is an innovative MongoDB desktop application for Windows OS that gives you an elegant and highly usable GUI interface to work with MongoDB. LINQPad, , price: $0 / $39, platforms: Windows. REST view, price: $0 / open-source, platforms: Windows, OS X, Linux. Genghis, price: $0 / open-source, platforms: Windows, OS X, Linux. The news is good. link]. Michael C. Kennedy's Weblog - Monday, April 22, 2013 The Architecture of WCF Over the lifetime of Windows there have been many technologies to achieve this: sockets, DCOM, MSMQ,NET Remoting, ASMX Web Services and more. You can either create the ServiceHost instance yourself and call Open on it (known as self hosting) or you can get the Windows Process Activation Service to do this (formally known as WAS hosting). 'Before WCF it was, of course, possible for software running on different machines to communicate. The problem is all of these have different APIs and different levels of capability. Messages. Channels. WCF, as of 4.5, Encoders. Contracts. DevelopMentor Courses - Sunday, April 7, 2013 | -
| The Best from DevelopMentor | MORE | - Using Windows 7 Search to delete ‘obj’ folders
One easy way is to use Windows 7 Search to look for all the ‘obj’ folders and just delete them manually. For a complete overview of the Windows 7 Search syntax go to: [link]. Tags: Windows 7 Visual Studio will create ‘obj’ folders within your solution to store a bunch of temporary files. You can remove these files in a number of ways. To do this I use the ‘kind’ keyword in the query box. Tip: Just typing ‘kind:’ will give you a list of choices to choose from. The Blomsma Code - Tuesday, February 9, 2010 - Unblocking assemblies in Windows 7
I just ran into a little problem when attempting to run a Visual Studio unit test on my Windows 7 machine. Tags: NET C# Windows 7 downloaded log4net.dll and wanted to use it in a project, but when running the unit test I ran into the following error: Failed to queue test run 'Mark@L-ONE 2009-10-11 14:08:38': Test Run deployment issue: The location of the file or directory 'c:usersmarkdocumentsvisual studio 2008projectssourcesdevelopone.myproject.unittestsbindebuglog4net.dll' is not trusted. Turns out that a downloaded file is blocked. The Blomsma Code - Sunday, October 11, 2009 - Have to learn Japanese
Tags: Windows Live The Blomsma Code - Tuesday, December 1, 2009 - Playing around with Windows Live Sync 2011 beta
I have been an avid user of Mesh and was so pleased with the beta that I was hesitant to switch to Windows Live Sync 2011 beta. You may want to check with you IT guy to see how he feels about the security risks, but for me this works really well (I do make sure that my Windows Live, Facebook and Google passwords are all different!). Tags: Windows Live But since the Mesh page started saying that the service is to be replaced I figured I ‘d better get my machines switched over. For those who don’t know: Live Sync allows you to synchronize folders between devices. The Blomsma Code - Sunday, September 12, 2010 - Just took a walk around Fenway – using Bing Maps
Tags: Windows Live The Blomsma Code - Wednesday, December 2, 2009 %>
| | |