HI There,
I have a workbook with around 50 worksheets that I want to import into sql server. I was wondering what the best approach is to read all of them at once and then perform the impor...
Dear Experts,
What is the minimum hardware requirements(e.g. pentium 3 or 4 etc. and how much RAM etc.) if I want to install Visual studio 2008 ?
Please advise as soon as possible.
Thanks.
I am trying to add new controls (link labels) dynamically to a User Control's panel. I am thinking of creating a public method on the User Control class which would aid in creating these new l...
Hello.
I'm installing MS Team Explorer for my MS Team Foundation Server. The install fails, and doesn't really give me any error or anything... just tells me the install failed.
The la...
I need to reference a cell as pulling MasterAccount db row reference -- but not necessarily want to display the MasterAccount within the gridview to enduser.
is it possible to make a cell r...
I am trying to install Visual Studio 2008 Standard on an IBM ThinkPad T60 with 3Gb of RAM and 56Gb of free space on my hard drive running Windows XP Pro SP2. I place the CD in my CD drive, it...
I searched the options->colors and fonts for a setting for the current line highlight bar but couldn't find it.
Anyone knows where it's located or are there any VS add-ons which can change ...
I am calling functions in unmanaged dll from a C# application. I have source code for both unmanaged and managed parts. How can I debug/step into/etc the unmanaged code? Breakpoints (in C++ co...
We have just migrated to VS2008. When we install a web application or web service, the install restarts IIS. What do I need to configure to keep IIS from restarting
We are deploying in th...
can datalist have paging numbers (like with gridview options)
Hi experts
Both of the above products offer a report builder (VS2008 a version of Crystal Reports).
But when developing an application with those two tools, which reporting tool is better?...
I am building a setup project (for a windows applicatioin) using the VS2008 Setup and Deployment project. The build is failing, however no reason is given in the output window. There is the ...
Below is the a section of a program that I am trying to covert to vb.net 2008 from vb6 I believe. I am a c# developer and not to great in visual basic.
On the third line from the bottom I am ...
What is the best way to import a tab delimited text file into a sql 2005 database using vb.net / visual basic. I am just starting to explore vb in visual studio 2008 having come from a long a...
We are trying to upgrade our Visual Studio .net to version 2008. Currently we are using version 2003 with .net framework version 1.1.
Does 2008 allow me to upgrade from 2003?
Receive the following error message and cannot find resolution on Microsofts site or elsewhere:
[02/15/08,16:43:05] Microsoft Visual Studio Web Authoring Component: [2] Component Microsoft ...
I've added a webusercontrol to my website as described in the link below:
http://msdn2.microsoft.com/en-us/library/c0az2h86.aspx
When i build my website, everything is succeeded, but when ...
Hello,
Working in WPF, we have a grid that has a scrollviewer in it. When something in the grid is wider than the screen and it is click, the scrollviewer automatically scrolls over to the ...
I have an application in Visual Basic 2008 that does a word merge with an Access Database. The tables in these are attached from a SQL Server. I manually create a User DSN for the Access...
I have two textboxes one being displayed and then not vidable, the other the user inputs the text, how can I check that the user has enter the same as what was displayed in the first textbox. ...
I have attached a code snippet that is successfully loading the data but it will not show up in the data grid. I'm missing some sort of a .bind but I can't seem to find it. Any help would be a...
I know this has been covered with other .NET frameworks, but I simply cannot find an example that works with Visual Studio 2008 Framework 3.5. I am merely trying to create multiple full row se...
Greetings Experts!
I decided to use "ReportViewer" control to display my reports on my web application, for that I installed the "ReportServer" that comes along with MS.SQL SERVER 2005. I ma...
I cannot remote debug my ASP.NET web site. When I try, it gives me the following error:
"Unable to start debugging on the web server. Login failure: unknown user name or bad password. See h...
Hi,
I wrote a function in vb.net 2008 that must be accessed from all the computers in my domain.
So I wrote a webservice that presents the functions.
That works all very well in my source...