Unhandled Exception: System.AccessViolationException: Attempted to read or...
I tried to insert one table data to another table using storedprocedure. 80% records are inserted to the table but finally i got an errorUnhandled Exception: System.AccessViolationException:
View ArticleProblem with DataContext, after uninstalling VMWare Horizon Client v3.x
Hi everyone,This is a particularly critical problem in our company.Our company had installed VMWare Horizon Client v3.2.0 on our users laptops. When this wasuninstalled, or upgraded to a later...
View ArticlePOS - Using Blackcopper BC-85AC thermal Receipt Printer
Hey I am facing a little issue while accessing the POS printer I have configure it and send the Test Print It all working fine but when i tried to access it with the posExplorer.GetDevice(); I get Null...
View ArticleCS00012 IEnumerable Not available in .NET Framework 4.5.1, 4.5.2, 4.6, 4.6.1
Why is IEnumerable in the System.Linq assembly not available in .NET 4.5.1 and above? I would think the System.Linq assembly would be part of the standard libraries for new .NET libraries. Especially...
View ArticleMicrosoft.NET Framework Error: Unhandled Exception
Please see the following error message (below the dash-line). I am "thinking" this means I need to remove the TeamViewerMeetingAddIn.AddIn.DoStartup() - But not sure if I am missing something. Has...
View Articlehow to update the TextBox attributes dynamically in MVC inside .cshtml file?
Hi Techies, I have a control like below @Html.TextBox("CustomerDetails.LastName", Model.LastName, new { placeholder = "Last Name *", @class =...
View ArticleSystem.Speech.Recognition alternates confidence values issue
HiI am using the "System.Speech.Recognition" namespace to perform speech recognition on a wav file. The trouble is that the alternate matches I get from Result.Alternates are neither sorted according...
View ArticleCan I detect when an assembly has a COM interface?
Is there a simple way to check, from powershell, if an assembly has a COM interface, so we know to call regasm on it?We are using powershell to run gacutil on each assembly in a directory, but then...
View ArticleBuild multiple .net projects using ant tool
Hi All I have multiple projects in different folders.I want to build each projects individually. Since we are using ANT tool to build the java projects,Client wants us to use the ANT tool to build the...
View ArticleNative C++ class for C#
Hello i'm new in programming and have task to done please help me on this.I want to use C++ class in C#.My .h file is like this:struct XMFloat3 { public:float x; float y;float...
View Articleinvoking an exe through a webpage (Asp.net) throwing error message "No...
Hi We have one webpage (asp.net and c#) we are invoking an exe through this page using below command.System.Diagnostics.Process.Start(strRACFexe, ddlIDType.SelectedValue.ToString()+ " "+...
View ArticleHelp please!!! (80040154 Class not registered (Exception from HRESULT:...
I have just created a simple web site using VB in VS2010 with reference to SourceSafe using Interop.SourceSafeTypeLib.dll, but I'm having lots of trouble on publishing it!!!In VS everything works fine,...
View ArticleImport of SVsServiceProvider not working in custom editor
Hi all,Now I want to get TFS object in VS 2015. i tried the SVsServiceProvider to get DTE but not working.According to a MSDN article (http://msdn.microsoft.com/en-us/library/ee834473(v=vs.110).aspx) I...
View ArticleBuild error
I have winrar installed not in c:\Program files. But it tries to use this path. The compiling project is created with external template (AutoCad Plug-in).
View ArticleLooking for Best way to TO bulk insert / update data in database
Hello Mates, I have the following requirement: a Data Table loads a view of data from the database using a SQL connection Finally after some data modification I want to update back to database....
View ArticleCOMException Error
Hello,I am using a software program that has an option to import/export data from/to Excel. I am running into an issue where whenever I try to export to Excel I get a COMException 0x80010001. After...
View ArticleExplanation of PrincipalContext.ValidateCredentials behaviour over LDAPS
Hi,I am using PrincipalContext.ValidateCredentials(string, string) to validate user credentials. I am encountering behaviour that I am unable to explain and have, so far, been unable to clarify...
View ArticleBusiness Rules Engine and Business Rules Framework in Azure ?
Is it possible to use the .NET Business Rules Engine and Business Rules Framework in an Azure application?Bill Zack
View ArticleExporting tlb from Assamblies
I have two assemblies ComVisible, one define the interfaces (e.g. a.i.dll), and one define the classes which implement the interfaces (e.g. a.c.dll)if I use tlbexp a.i.dll and tlbexp a.c.dll in the...
View ArticleWeb.config problem
Hi all,I have one issue in the web.config file.i need to know how we can add &MY url contains &, and i need to make that url workingin the below code it gives me an error when i use...
View Article