Hooking into load of App.config/Web.config ??
I have some issues where same configuration information is scattered into many different configuration files.I sort of now how to solve it at deploy time but I would like if Operations only had one...
View ArticleWeb based application
I want to read all excel sheets in one excel file by specifiying few cell addresses which has no header using web based application.Kindly help me.
View ArticleCheck .NET Version When Starting C# Application
I have a C# application written on Windows 8.1 using Visual Studio Express 2013. So it requires .NET framework 4.5 to run.Windows 7 systems in my production environment will not have .NET 4.5 on them....
View ArticleEvaluating third party tools for 64-bit compatability
Hi.I hope this is a reasonable forum to choose.Desktop WinForms application, C#, Framework 4.0, Visual Studio 2010 SP1.I'm evaluating migrating an app to 64-bit. I've read what I could, then figured...
View ArticleAccess Violation in .NET 4 Runtime in gc_heap::garbage_collect with no...
Hi all,We are experiencing an access violation in the .NET 4.0 runtime, in a piece of code that uses NHibernate heavily. None of our own code interops with native code directly, nor does the 3rd party...
View ArticleMemoru Usage
If i add library or class or name space or DLL or any component into a program then whats happens either Operating System copy and paste all the properties and methods of the mentioned (library or...
View Articlehow to install visual basic 6.0 to windows 8.1
plz help I want setup vb6.0 into win8.1 I lovw it vb6.0 and also win8.1
View ArticleMemory Usage
If i add library or class or name space or DLL or any component into a program then whats happens either Operating System copy and paste all the properties and methods of the mentioned (library or...
View ArticleDebugger for lamda expression
Hi, Could anyone let me know how can I debug lamda expression .. is there any tool which allow me to see the expression and details during run time? Thanks,PT
View ArticleResolveEventHandler issue when migrating from .NET 3.5 to 4.0
Hi,We are moving to .NET 4.0. Our application is using ResolveEventHandler to load the proper assemblies (based on some XML files, so we could have multiple versions).We do not have separate resources...
View ArticleExtend C# language feature
if we see Linq syntax in C# we will meet many of them specify property of an object, like belowfrom o in db.Orders where o.OrderID = 3 select o;My question is simple, how we know what property/field...
View Articlesome assemblies are mapped twice.....
Hi, I have noticed using the ProcXP (VMMap) that some ASP.NET applications (.NET 4) load (maps?) some assemblies twice or more. I use VS 2010 (W7 x64), with the AnyCPU option and tested in 2008 R2 x64...
View ArticleDynamic Assembly Loading / Unloading
Hi everyone. Let me start off with a few basic statements. I am in no way new to MSDN; however, I have never posted on the forums. I usually like to stay low and see what other people have said...
View ArticleFind a way to know if the oleacc.dll is working as expected or not
Hi All,I have an application that will use oleacc.dll to grab the other running windows application text.Basically, I have used these two functions of...
View ArticleHow do I open / run Cognos Impromptu Report from CSharp
Hi,I am new to Csharp and using C# for my application development and I need to load Cognos Impromptu application and run a report from my application automatically and run the report to create ascii...
View ArticleReg : Browser independent solution for accessing smart cards.
Can you suggest me with browser independent method of accessing smart card. As i know activex works only in internet explorer.And i haven't tried silverlight but i think it has sandbox model so even it...
View ArticlePtrToStructure failed to copy bytes if struct contains Boolean inside
I have following code static byte[] testBytes2 = { 49, 56, 58, 0, 123, 0, 0, 0, 1, 1, 1 }; [StructLayout(LayoutKind.Explicit, Pack = 1)] internal unsafe struct fields_test { [FieldOffset(0)] public...
View ArticleUnable to see results of updated/reregistered DLL Assembly when using REGASM.EXE
Hello,I have a C# COM Interop managed solution.I used "regasm /tlb:DatePickerLib.tlb DatePicker.dll /Codebase" to register the DLL the first time and the calling client worked fine. It executed the...
View ArticleSatellite assembly is loaded, but the strings are still in English
I have a WPF application with .resx resource file. I use resgen and AL.exe to get the satellite assembly and the English strings are embedded in the exe itself. I'm trying to test if localization is...
View ArticleAbout the extended support for .NET Framework 3.5 SP1 as a OS Component
According to the Microsoft .NET Framework Support Lifecycle Policy FAQ (http://support.microsoft.com/gp/framework_faq?wa=wsignin1.0), .NET Framework 3.5 SP1 is still being supported as an OS component....
View Article