When I open Visual Studio I get an error message
An application error occurred on the server. The current custom error settings for this application prevent the details of the application error fr...
http://www.experts-exchange.com/Microsoft/Development/Visual_Studio_Express/Q_22997879.htm...
Hi gurus,
do You know a simple mechanism to select a language for a c# .Net application?
For example I've seen a program which uses a separate file to store all the strings values for a given lan...
http://www.experts-exchange.com/Microsoft/Development/Q_23563064.html
I'm trying to decide what version of VS to buy. I'm new to programming-- my experience basically involves some VB macros that are growing more complex. I'd like to continue to progress and work on ...
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_2008/Q_23626054.h...
It an IE 6 issue
I have a navigation which has some dropdown elements, which is relatively positioned
now I also have on my page one element which is absolutely positioned. and the problem is...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_23694780.htm...
My Java Script performs some calculations on monetary amounts. If a numeric value is less than .09 then the number is rounded up to Zero.
Example: .00765 would be rounded up to Zero.
So here...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23697603.html
Experts,
I'm building an SSIS package using the template from Visual Studio. I have my source and destination, but a table on the destination server is not showing up in my list of options. Do...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2387...
In asp.net you can easily add an item in a dropdownlist with:
ddlOrganisator.Items.Add(New ListItem("ALL", "0"))
But how can you do this in a combobox in vb.net on a windows form? ...
http://www.experts-exchange.com/Programming/Languages/Q_23706555.html
We are signing our files using credentials from an spc-file and a private key stored in a pfx-file. We would like to start using SignTool instead of SignCode for this. Converting the signing info i...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23900...
i had an error in this line. may i know how to correct it..?
threadField.Join(new System.TimeSpan(MiliSeconds * 10000));
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22754102.html
in java HttpConnection.HTTP_OK means request has succeeded. but i need to convert it to c#. what is the equivalent?
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22763280.html