c++
When you code a program in C++ visual studios and debug it, it debugs clean. how do you make the .exe file and run ii? or how do you see what is on the screenFaith
View ArticleHTTP Web Response and Request Best Practices to Avoid Common Errors
I am currently investigating an issue with our web authentication server not working for a small subset of users. My investigating led to attempting to figure out the best practices for web responses....
View ArticleLocalDb login fails
There's not an appropriate sub-forum under .NET so posting here. If there is a better place please advise how to get to it.LocalDB with EntityFramework 6 migrations. ASP.NET MVC5 code first project....
View ArticleMessageBox.Show in .NET 4 versus .NET 2
I have an odd problem with .NET COM interop where MessageBox.Show doesn't display the message box if I am using .NET 4. It works fine with .NET 2 (I am changing the setting in the VS 2012 project I...
View ArticleUnable to open multiple instances of the same page to display report
Hi,I have a scenario to implement. I need to show SSRS report on a button click(ViewReport). What I want is to open a new page(Report.aspx) on ViewReport_Click.Now for the second time I want user to be...
View ArticleAbstract class vs Interface -When to use them and which scenario
HiI know how to use both Abstract class and interfacebut i just want to know the what is the problem in using Abstract in place of interface and viceversa.I know the coding part but wanted to know the...
View ArticleTLS 1.2
Hi ,Is there anyway to support TLS 1.2 from .net framework 3.5?I'm unable to download files from server which uses TLS 1.2 using WebClient and HttpWebRequest. It works fine with server which user TLS...
View ArticleAccessing and controlling remote programs
Hi,I am developing some kind of management tool to be used to control other applications that may be running on a certain network. This management tool should be able to detect the applications that...
View ArticleHow use we equal at decimal field in linq dynamic class
HiWhen I use "equal " statement in string filed in linq dynamic class , it works fine , But in decimal field , it isn' work . I take an error which is '' Methods on type 'Decimal?' are not...
View ArticleX509Certificate Perfomance Issue
I'm new to .NET development, but have been a programmer for 16 years, so I'm not new to coding. I developed this code as a C# COM object (dll) for a lotus notes application. The COM Object gets...
View ArticleDeciding factors between an Abstract class and an Interface
Hi,I have some good experience developing applications, and have started moving from being a developer to being an architect. My question is very simple, but I always find myself confused when deciding...
View ArticleAfter EF 6.X upgrade, Include call magically dies...
I thought I had successfully upgraded to EF6, from EF5. I updated my T4 templates and fixed any references and compiler issues that showed up. But My code is failing and it won't tell me why... public...
View ArticleReading Binary and ASCII in through a serial port
Hi I was wondering if anyone could help me out with this:I am currently using VB 2013 to read in data from a neutron monitor through a serial port. The data contains both binary and ASCII information....
View ArticleSMTP server terminates connection before sending QUIT command
We have written a simple (standard .net tcp async logic) SMTP listener which listens on 25 port for incoming connections from other SMTP servers.It process all mandatory commands like FROM, RCPT TO,...
View Articleconcat two byte[] reyurn System.OutOfMemoryException
I have another problem with concat two byte[] on of them have more than 300,000,000 byte , it's makeException of type 'System.OutOfMemoryException' was thrown i use this code : byte[] b3 =...
View ArticleSystem.Runtime.InteropServices.COMException: Unsupported Operation. A...
I am getting the follwoing error : Error : System.Runtime.InteropServices.COMException: Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack. On the page load...
View ArticleArabic internationalization issue
Hi,I have a C# .NET application. I am using .Net Date time object. Datetime works in most of the language but in Arabic it never works. Should we do anything special for Arabic datetime format...
View Article[WebBrowser] Javascript dont work
Hello.I have webbrowser with this url {http://uloz.to/hledej?q=ahoj}.It still loading,and nothing has been finded.Any solution?!
View ArticleCopy
Hi I want to add copy button to my form and i want it to only copy highlighted area.Language I am using VB.netReply soon!!!!!!!!!!!!!!!!!
View ArticleI have a problem with Windows Phone 8 NavigationService &...
Here is my first page: private void industryList_SelectionChanged(object sender, SelectionChangedEventArgs e) { if (PodcastList.SelectedItem is Episode) {...
View Article