Answer Questions
aidanmack "Nullable object must have a value." error message
While trying to get up to speed with Visual Basic 2005 Express and SQL Server 2005 Express I ran into the following problem and hope someone can explaing to me what I can do to corect the problem. I created the following SQL query in a Table Adapater (i.e. "WagesEarnedTableAdapter") with the name "ComputeHoursWorked". After creating it I tested it by typing in the values "1" for @EmployeeID and "1/21/2006 ...Show All
musichenryviolin SQL Server express managment console ceased to work
I installed all the 2005 express languages and Visual web too (including SQL server). Then, some days ater, when available i installed the managment console that worked fine. But some days later the managment console ceased toi launch. I only get 2 seconds of hourglas cursor and nothing moore. The only i see in events log is a message about sql browser that tells me suceso: Advertencia Origen del suceso: SQLBrowser Categoria del suceso ...Show All
gearmesh BindingSource.Find by operator LIKE
How to find a letter begins them string with operator LIKE and object BINDINGSOURCE The following code does not work : Dim sString As String sString = "Like 'C*'" Dim foundIndex As Integer = Me .DATI_BindingSource.Find( "Cognome" , sString) If foundIndex > -1 Then DATI_BindingSource.Position = foundIndex Else MessageBox.Show( "Nessun nomimativo con questa lettera inizia ...Show All
Commander Plz I want to have source code to make scientific Calculator
Microsoft Team plz i want to have an code to make scientific Calculator in vb.net Express editon 2005 Thank's My Love 4 ever Microsoft This mater was edited by Ahmedxp if i now some of english you not no any thing about my language "arabic is best language in world sorry not english" Thanks , thank you very match But i'm sorry i want an other code to make scientific Calculator to make skin with it ..... t ...Show All
nicola.giannetti How to include a dll in my project
Hi, I'm trying to use ASPJpeg from PErsist, and in order to use it I have to include their dll in my application. Can someone tell me how to include an external dll in my website structure. Thank you. Thank you, It really helped a lot. Danny I agree it's better to post this on a different forum. With that said, here is the answer: Right click on your w ...Show All
Mohankrish vb 2005 express edition : data source list
Hi, I just finished installing VB 2005 express edition and try to connect to my SQL server database on another machine. I try to create a data connection but the data source list just gives me choice between connecting to access mdb files and SQL server database files. I can I connect to a remote SQL server I succeeded in creating programmatically an adodb connection but that's not what I want : I want to see if I can manipulate data visua ...Show All
Ricky Kelley Serial port properties NOT binding.
There seems to be some problem (bug ) with the serial port properties binding. I have : Baudrate, Databits, Handshake, Parity, Portname and StopBits set up as binding, the little binding symbol appears next to the name and also they are all listed under the Application Settings. Of all the above only the HandShake (Flow control) is properly saved on exit and restored at startup, all other values for the serial port revert to the default state ra ...Show All
Richard Liu - MSFT Error 1406 Installing Web Developer Express
Successfully downloaded all 344 MB of the Visusl Web Developer Epress load (VWD, MSDN documentation, SQL Server Express) Encountered error in doing VWD setup using Windows Installer 3.1 in Win XP SP2 machine. (SQL Server 2005 Developer Edition has been sucessfully installed previously and is currently installed on the machine and the service was running). -------------------Error Message Box-------------------------------------- Title: ...Show All
Sha1-Hulud win32 application
i have read abt this frm the forum and followed steps given in the following link : http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx but still i am getting the following error: 1>c:\documents and settings\administrator\my documents\visual studio 2005\projects\test\test\stdafx.h(28) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory i am missing something . plz help This is a gues ...Show All
aimnmhmd Namespace missing? + Running from shared drives...
I am trying to create an application that will send emails in response to given events... however, all of the code examples I've found reference system.net.mail When I try to add the reference (Project, Add Reference...) there is no sign of system.net or system.net.mail Can anyone tell me why this might be missing, or how to get it to appear I am creating a console program if that is any help. Also, when I try to run my bui ...Show All
Fraadl Couldn't get Design Time license for 'SoftwareFX.ChartFX.Lite error
Question: Couldn't get Design Time license for 'SoftwareFX.ChartFX.Lite.Chart' what's the meaning of the above error and how to solve it I'm quite new to c #. Thx! Hi, thank you for your help! My problem now is not to add charts. I am now working on some GUI developed by others in 2004. It seems they use C# and ChartFX Lite for .NET to do the GUI. My work now is to change some pictures and layout of the original GUI. ...Show All
leecsone configure SQLDataSource
Situation: Visual Studio Web Developer 2005 Express Edition with SQL Server 2005 Express Edition. I added SQLDataSource to a .aspx page. Configure data source, configure select statement, choose Advanced. Now I should be able to choose option for Insert, Change, Delete records, but the options are not available. What's going wrong Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping ...Show All
karthi Unable to Download Registration Benefits
I've been trying to download the "Build A Program now" document from the registration benefits portal but all I'm able to download when I click the button is a .aspx file called downloaddetails.aspx How can I actually download the document I'm looking for Try using Internet Explorer (not Firefox, etc.). ...Show All
Santos Work around for SP2 to be installed
I can't get VC Express to install on any of our corporate machines because our PC's do not have SP2 installed, but all the fixes that compromise SP2 ARE installed. Is there a way to a) make the computer believe SP2 is installed, or b) have the Express Editions install without checking for SP2 Scott I suggest you ask your IT department to get SP2 and VS Express installed instead of searching for a workaround ...Show All
hbaradi How can I play a wav sound with Visual Basic 2005 Express Edition
I am a very begginner in this software and I am having problems to play sounds with Visual Basic. I have copied the code suggested by the Help (my wav file is called 1) but even though there seems to be no errors, there is no sound. Sub PlayBackgroundSoundFile() My.Computer.Audio.Play("C:\Windows\1.wav", _ Audio.PlayMode.Background) End Sub Thank-you very much. Hi One newbie to another ...Show All
