OpCodes.Ldc_I4_S Field
Refer link: https://msdn.microsoft.com/en-us/library/system.reflection.emit.opcodes.ldc_i4_s(v=vs.110).aspxldc.i4.s numIt says: Pushes num onto the stack as int32, short form.1. What we mean by short...
View ArticleHOW TO ADD HYCAM 2.1 REFERENCE VS2015
If I try to add the tlb file from "C:\Program Files (x86)\HyperCam 2\HyCam2.tlb" it show this message:How can I do?Please!
View ArticleCOM/OLE object viewer
I want to view the type library (.tlb) for my dll with the COM OLE object view (oleview.exe) and I cant find it anywhere on my machine
View Articleclr function take more time when move one server to another
hii,we have created clr for send notifiction .In clr we send notifiction on android mobile it's working fine on local and testing server but on production server take too much time nearly 4 minute'we...
View ArticleCustom marshaling, threads, and nesting
In order for my question to make sense, it needs some setup. Forgive me if you know some of this. Mostly custom marshaling is pretty straight forward. When calling a function with a parameter marked...
View ArticleEvent Handling IDispatch::Invoke() Implementation of the CLR.
Hello all,1. I have recently made a report to Microsoft Connect regarding a possible bug in the CLR code that handles COM events fired from unmanaged COM servers :Microsoft Connect 2. Since then, I...
View ArticleCreation of a MSI Installer with VS2013 Community
Hello,Is it possible to create a MSI Installer with VS2013 Community, or are there any restrictions since it is a free version of a VS.In case it is ok, I would like to know to make it.Thanks.Muris
View ArticleASP.NET Compilation 60 delay (SharePoint, LaserFiche, and Visual Studio apps)
I have a 60+ second dynamic compilation delay showing up on multiple servers that seems to effect:1. ASP.NET development (60+ delay after any html file change) (switching to the CodeDom roslyn...
View ArticleWhat is happening to allow version 2 of this sample to work properly?
This very simple C# console program demonstrates a non-obvious bug relating to multi-threaded access to an object. Because this object is defined as an int most programmers tend to treat it as though...
View ArticleNo Implicit cast between C++ and C# for managed enums?
I find this behavior strange. I have defined a managed enum and a class that uses it in a C++ managed wrapper as follows:public enum class CvPlotType { None = -1, Mountains, Hills, Plains, Water...
View ArticleHigh CPU when allocating memory
We are experiencing periods of time when CPU utilization of our application goes to %100 percent for several seconds. I tracked this down to two CLR methods which are called when ‘new’ objects are...
View ArticleInitialization CLR error
I'm using this: C++Выделить код1 2 3 4 5 6 7 8 9HRESULT hr; ICLRMetaHost *pMetaHost = nullptr; ICLRRuntimeHost *pRuntimeHost = nullptr; ICLRRuntimeInfo *pRuntimeInfo = nullptr; hr =...
View ArticleBC30456: 'InitializeCulture' is not a member of FIXES
Windows 2003 Server SP1, ASP.Net 2.0BC30456: 'InitializeCulture' is not a member ofHave a bug in your code but throws this error instead of the actual error? Or getting this error randomly? Or a...
View ArticleWhere to start finding source of Stack Overflow Exception ?
I am getting the following error on a Windows 2008 R2 server using .NET 4.0Problem Event Name: CLR20r3 Problem Signature 01: myprogram.exe Problem Signature 02: 3.0.0.0 Problem Signature 03:...
View ArticleSystem.Runtime.InteropServices.COMException 80040154
Hi all,I´ve downloaded a third-party application wich is basically a Web folder with all the necessary elements to start working. That application is using a SQL Server database (2016 Express) and the...
View ArticleGeolocation services
For some strange reason I am missing the file lfsvc.dll where can I get this to use the service
View ArticleIs Incremental Backup with VSS possible without Backup Stamps?
i'm trying to do a little backup app that needs to comunicate with VSS Writers and do an incremental backup. After some reading i now know that there are a few possibilities to do incremental: with...
View ArticleHow run Appliance on the not setup .net Framework Windows.
How can I run Appliance on the not setup .net Framework Windows for Visual C++ Form?
View ArticleGot a SECURITY_E_INCOMPATIBLE_SHARE error under dotNet 4.6.0
I have an IL rewrite tool using SetILFunctionBody function, It working well under dotNet 2.0, 3.5 and 4.0this month, I Got a SECURITY_E_INCOMPATIBLE_SHARE error under dotNet 4.6.0 , but I can't find...
View ArticleMEF2 how to ExportMetaData
Hi,I was working at a project using MEF1 which works fine for dynamically export metadata on different dlls.Now I am moving forward to MEF2 in which I did not see much documentation on how to handle...
View Article