I have a DataGridView where I display a list of box quantity and Weight.
The quantity column is calculated in the SQL 2005 database. The user at times needs to update the Weight which is p...
Yes I am trying to compile but I keep getting this error after I compile.. I am not sure what this fix mean.
Error 1 Resource name 'kent.kent.Resources' cannot be used more than once. kent
T...
Within Visual Studio 2008, I already have a good connection to the local SQL Server 2005 but I'm trying to add a new connection to an instance running on another box on the same local network....
How do I move to a position in a bindingsource that matches a primary key value?
I seem to be having a problem with the bindingsource.find property. I need to be able to move to a specific...
i am working on a software wherein i have to print the contents of a datagridview. I have no idea how to accomplish that.
i am using visual c# , visual studio 2008.
I have an application that uses an access database. This database was the standard for this company previously and they relied on portability of the data. We have created an application usin...
I am a VFP developer of over 10 years. I own a small software company that develops small/medium
applications.
I have tried many many times without success to make "SQL server" & VFP work t...
I try to send email from my web page. so I write this code:
Imports System.Net.Mail
Protected Sub btnSendEmail_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSendEma...
I have had Visual Studio Professional 2008 90 day trial, and have now purchased the full product with a MSDN pro subscription.
Is there any way of performing an upgrade without doing a re-ins...
My System:
Vista
Visual Studio 2008
Steps I took:
1 - create a new project > outlook 2003 Add-in
2 - add a MessageBox.Show("test") in the Add-in
3 - Save and install the Add-in --- su...
Hi,
Configuration:
1. Windows 2003 R2 - IIS 6.0.
2. Visual Studio 2008 C#.
Problem:
Authenticate users to allow / disallow them to connect to a particular web site.
Specifically ...
Hi
I am trying to create a strong name for my assembly. I have gone into the command prompt by typing cmd then I have typed
sn -k keyPair.snk
but I get the error
'sn' is not recognized a...
I'm trying to set up a unit test to simulate a user entering information onto a form created in VB.NET. I see a load of examples for testing classes on the web, but nothing that goes through ...
I need the setup to install the .NET Framework 2.0 Service Pack1.
Hello experts, we developed a in house application that needs to be converted to a multiple language format. I invision, the user clicking a button, and have all the text changed to the desir...
Hi there,
I have created a very simple WCF service using WCFServiceLibrary. It built fine, then I created a new Console project for Self Hosting this service. The code is as follows:
usi...
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...
hi
Is there a way to edit the right-click context menus in the VS 2005/08 editor?
For example, right click on a website project to "Set as startup project". Thie right click menu is clut...
Hey folks
Just started using asp.net - visual studio (using 2008 at work)
looking at the login controls
how can i get these controls to actually work with my real data - i.e authen...
Hello,
I have a Datagrid control and I want to merge two of my BoundFields value toghether (A & B) and showing the result in a new filed without touching the SQL Query
Thanks
I can't seem to find a diff utility inside Visual Studio 2007 Pro
I need to compare 2 C# source code files and find the differences.
Is there a diff build-in?
If not, is there an add-on tha...
I have a base .ascx user control that I am using as a base class for a number of other user controls in my asp.net web application. For unknown reasons VS 2008 is no longer resolving my class...
hi i've been using linq and really need access to my database. I can add the data base fine but when i try and open it in VS is saids
connection to SQL requires (*.mdf) requires SQL Express...
I have a question about Visual Basic 2008 (Visual Studio 2008).
I have developed a EXCEL 2003 application complete with user forms, macro ect. And this works as intended. But when it runs f...
Calling the function FTPCommand results in this:
Public Declare Function ftpCommand Lib "wininet.dll" Alias "FtpCommandA" (ByVal hConnect As Long, _
ByVal fExpectResponse As Boolea...