I have converted an asp.net app from visual studio 2005 to 2008. It works fine on my dev pc at work - I have just copied the project to my home laptop running vista and I am getting the error...
I have a numeric field that can be a number with a decimal. But the decimal can be after 1 digit or 2 or 3. When I put Mask as ###.#### it does not allow me to enter '1.23' cause it does not a...
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'm preparing a "project submission form" which enables the user to insert his project data, associate other users with the same project, upload project files, etc.
I'm using a asp.net wiza...
can datalist have paging numbers (like with gridview options)
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...
Hi,
Up until now I have used InstallShield for deploying applications. In an InstallShield project you can use system variables like <TARGETDIR>, <WINDIR> when setting up shortcuts, regi...
Hi!
Have made an application in vb.net visual studio 2008.
Need some help to use a splash screen, that waits for about 4 seconds before it
show the main form. And of course close the spla...
I am trying to deploy an application with ClickOnce. I have been deploying updates of this particular app for over a year now with no problems. I havent touched it in a while and a client re...
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'm trying to use Ms Visual Studio 2008 to write a simple C++ program. I have followed all the instructions in this page: http://msdn2.microsoft.com/en-us/library/ms235629.aspx but I keep gett...
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 found this quote:
Visual Studio Team Foundation Server Workgroup Edition is limited to five designated users. One Client Access License is provided for use of the full version of Team Found...
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'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 ...
Hi,
I am trying to deploy an excel application addin developed in VS 2008/VSTO 3. We don't want to use ClickOnce as we deploy apps to our users via group policy and msi's are much easier in ...
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,
I am attempting to write a program that allows the user to click on one control (a button) and drag across the form to another control (another button) and drop. I'm creating the but...
Hello,
I am using VB 2008 Express Edition and i am having an issue with publishing a windows setup program. I have searched many knowledge bases and found that I might be able to fix my is...
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...
Hello,
i can't install visual studio 2008 on a win xp pro sp2 machine i get an error and the following error log.
Can you please assist?
Thanks
I have a few large sites that I need to access via ftp to work on occasionally. I am trying to use the FTP tool included in VS2008 but it is painfully slow. The site contains more than 5000 ...
I am new to web development and having been using Dreamweaver CS3 for all my work thus far. Now I want to start learning ASP.NET using the free tutorials availableon the miscrosoft website an...
In my application I hook into the ICallbackEventHandler to make pre-asp.net 3.0 aynch callbacks. This callback is limited to a very simple area of an order input screen, which I used mostly to...