Hi,
I am using VS 2008 Beta 2 on Vista. I am finding databinding on WPF a little difficult. I have seen lots of examples of people binding to textboxes. Basically I have a table users wi...
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...
I am developing an ASP.NET web site that will be accessed by both computer and mobile devices. I would like to make sure the page content is set properly for the browsers screen size. This is ...
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.
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 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...
My problem is with impersonation running on my development PC. When I run with a domain user and password I get;
1. "There were build errors. Would you like to continue and run the last succ...
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...
Hi everybody,
We are currently using VS2003 and now we are in the porcess of upgrading to the next Visual Studio version. Does somebody have a real life experience with VS2008?
My boss wants...
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...
I'm attempting to install VS 2008 Trial Professional Edition on a Windows Vista Enterprise OS running on a Dell Laptop D630.
It fails to install .NET Framework 3.5. So, I downloaded the .NET ...
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...
Hi guys,
I'd like to add a Pivot Table to my asp.net (SQL server db) application.
I know that Office Web Component provide this kind of feature.
So I reference OWC11 and I try to add Pivo...
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...
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 ...
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?...
can datalist have paging numbers (like with gridview options)
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 ...
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 ...
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...
I am create a multiline text entry vai an asp.net page.
this is then stored (via sql stored procedure) in db table as a variable type: nvarchar(max)
on another asp.net page, a db routin...
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 a simple web application that calls a method in a business logic dll. The code works fine and I see the dll in the Solution Explorer window.
The problem comes when I set a breakpoint...