How to sort and display text file using StreamReader based on specific keyword?
Hello all,I've a problem to sort and display text file based on specific keyword such as "SUCCESSFUL" or "FAILED".I've managed to create a block of code that can retrieve and then display the text file...
View ArticleError messages
HiI have a label set to show up when a user has not selected an item from the radio button list.How do I get it to go away when a user selects an item?My code so far is:selectBachLabel.Visible =...
View Articleregister a DLL to work with 64 bit OS
Hi, I have 64 bit windows 7. I created classlibrary (VS2012) and SN/registered it withC:\>sn -k C:\API3\test\bin\Debug\mykey.snk C:\Windows\Microsoft.NET\Framework\v4.0.30319>regasm...
View ArticleThe 'Microsoft.ACE.OLED.12.0' provider is not registered on the local mechine.
Hi Im getting the message " The 'Microsoft.ACE.OLED.12.0' provider is not registered on the local mechine." when i try and connect my visual studio 2008 to my microsoft access 2010. I have already...
View ArticleCannot add service reference -Visual Studio ?
Hi,I am working on an example in a book and I cannot add a service reference. I enter the correct address and click go (in Visual Studio) and I get an error :There was an error downloading...
View ArticleHow do you reference a MVWDE server
I need to access my server domain address without reference to localhost term.The service i use does not allow the use of localhost term therefore what other term might i refer to instead ?...
View ArticleVisual basic codebehind file in published asp.net application on IIS7 not...
Alright, pretty simple conundrum.I have deployed an application using Web Deploy in Visual Studio Web developer express 2010. It's developed in asp.net, .net 4.0.It works great, the vb code executes on...
View ArticleHow to change Visual Studio 2012 Licence Key?
Hi all,I have VS2012 from MSDN installed in my machine. We recently purchased licenses for VS2012. What is the easiest way to change the License key without uninstalling or going into the...
View ArticleEdit and Continue never lets me Edit in Win8.1 preview
Hi folks, doing some work with VWD in win8.1 preview and can never Edit and Continue, it always gives me the reasons why changes are not allowed dialog - can use the same project in Win 7 no problem...
View Articlehow to select the combobox value
Dear All,I m using visual studio 2008 c# and sql server database. I have one combo box and one list box. I have save some data in item table which is save in database and I want retrieve this data in...
View ArticleMissing Entity Framework Template in Visual Studio 2012 Express for Windows...
I've installed Visual Studio 2012 Express for Windows Desktop (version 11.0.60610.01 Update 3) on my Windows 7 machine. There is no template for the ADO.NET Entity Framework in Windows Forms...
View ArticleIs there a way to change occurrences of the same text all at once
I don't know if you have used Sublime Text editor (or many others that allow it to be done), but you are able to do essentially find + replace without opening up the actual ctrl + f dialog. Below is a...
View ArticleHow can I open a shared network drive folder location?
I tried using hyperlink/ and button click ( using MyProcess.Start()) which worked on local machine but once the project is deployed to the shared (corporate network) drive they do not work, its like...
View ArticleCombobox select change error
Dear All, I want tocreate a selection list itemwhen I am select the gold itemthen show only gold item in the list and when I m select the silver item then it show the only silver item in the list box....
View ArticleGetting web server error when launching site in debug. Compiles fine.
Hi,I have jsut created a brand new project, it compiles but get the following error: Server Error in '/' Application....
View ArticleDoes VS use its own built in web server?
When you click debug you run a project and a browser windows opens with it in.Is this using VS own built in version of IIS as opposed to any IIS on the machine already?Can you configure this?
View ArticleCreating a new mvc 4 app
Hi All,I have installed VS 2012 recently. And tried creating a new mvc 4 application.But. i was shown the error something like,"Error: This template attempted to load component assembly ....."How to...
View ArticleList of markup keyboard shortcuts?
Hi folks, is there a handy list of keyboard shortcuts in markup view to auto-generate controls when you type say tb then Tab and you get a textbox etc?
View Articleremove database duplicate value
Dear All,how to remove the duplicate value when its select item from the database. this code is working fine but its show duplicate value in the combobo.like: gold, gold, gold, silver, silverits show...
View Articlelist box empty not shown data
Dear All, i am using vs2008 and sql database. i have a combobox in which there are two option : gold and silver when i am select the silver value then its show the silver value from the database and...
View Article