Retriving method names or entry points from a Dll file
Here is my question in the other forum.I don't want to repeat it. So I am giving the link.Please help me, here or there.Retriving method names or entry points from a Dll...
View Articlewhich of the following conditions are true regarding System.Diagnostics.Trace?
a. Trace is enabled for both Release and Debug initial configuratoinsb. Trace can be controlled both by preprocessor directives, and compiler directivesc. To change the severity levels which generates...
View ArticleSystem.Configuration: The entry '' has already been added.
Hello,This is my first thread on MSDN forum. I have an issue with custom configuration. My custom application configuration looks like this:1<?xml version="1.0" encoding="utf-8" ?>...
View Article'Using' statement - Does it close DB2 connection too?
Hi All,The following link shows usage of ‘Using’ statement to declare SQLConnection.http://msdn.microsoft.com/en-us/library/wydd5hkd.aspxCan we use also use ‘Using’ statement to declare and dispose a...
View ArticleHow to help the CLR to find .Net .dll's on which a COM Visible .dll is...
OK, here is the setup:A VB6 .exe that consumes some .Net classes. The classes reside in 5 .dll's but are exposed through one COM visible wrapper .dllUsing an application manifest I can store the COM...
View ArticleHWND and Windows Form
Hi,I am writing an application that mixes Windows Form and HWND. Basically, I have a Form class that has controls on it and I want to instantiate it somewhere else and manipulate it via a handle.MyForm...
View Article.NET - high memory usage by clr.dll and native heaps
I have been performing memory leak analysis using DebugDiag for a .NET application which has shown continuous increase in memory.After several test dumps and then capturing dumps over a day, I see that...
View ArticleRun-time error 429 in VBA with C# COM Addin
I made a COM addin for Excel VBA last year. It worked fine with Excel 2010 under Windows 7. Recently, I upgraded to Office 2013 and Windows 8. This addin never worked anymore. I am given a message that...
View ArticleCallerMemberNameAttribute and Inlining
Hope I hadn't overseen the matching thread (found nothing about this topic in the docs)… When using CallerMemberNameAttribute, is it assured by the framework that even if the method is inlined by the...
View ArticleCan you convert a Base64 Certificate Signing Request back to readable text
HelloI am not sure if this is the correct forum to ask this question (if not can someone please point me to the correct forum)If this is the correct forum can someone please help me with the following...
View ArticleLARGEADDRESSAWARE
Hi AllI have an application sondaj.exe in 32 bit system(win7) and I develop vs 2010. I wrote post built two method but it is not work. I took out of memory at 1.02... gb.Should I makethis setting...
View ArticleMost secure way to accept confidential information using an http application?
Hi,I really don't know what forum to ask this in - so please guide me in the right direction if this is completely off.I have the need to accept a http-post. It can be in IIS using an aspx handler,...
View ArticleVisual Studio 2008 Class not Registered error
When I try to explore data of a table in Data source view, I get an error.TITLE: Microsoft Visual Studio ------------------------------Class not registered (Exception from HRESULT: 0x80040154...
View ArticleFailed to open the source store: certmgr command.
Please help me to look at it, what is wrong for this error?C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC>makecert -n "CN=MyLocalCA" -r -sv MyLocalCA.pvk MyLocalCA.cer -sky exchange...
View ArticleGC and Out of Memory notifications
Hi,Is there a way to be notified that a CLR application ran out of memory. My application is memory intensive and uses a lot of libraries. Unfortunately, some of these libraries swallow exceptions (...
View ArticleUnable to retrieve the decryption key
hiAm following below link for Encryption and Decrptionhttp://msdn.microsoft.com/en-us/library/ms229746.aspxandhttp://msdn.microsoft.com/en-us/library/ms229919(VS.80).aspxbut am getting "Unable to...
View ArticleInterop Question: C DLL to C#
Hello, I'm a beginner with interop services and having some difficulty getting it working. I'm hoping someone can take a look at what I've done and critique it.Basically pass in a card number in the...
View ArticleError :L
I have an error with .NET Framework, when i want to execute an application based on .NET Framework, it's says:Unable to find an a version of the runtime to run this application.I reinstalled but...
View ArticleCan an unmanaged function pointer callback be exposed to C#?
Hi,I have some very high frequency calls being made from a C# app into a C++ CLI wrapper around an unmanaged library. My current CLI wrapper exposes the callback as a managed delegate and then stores...
View ArticleIncreasing the HEAP size in .NET Framework
Is there a configuration parameter to increase the heap size, especially for 64-bit OS? Or how do I go beyond the default heap size?Thanks,SPSP
View Article