ThomasSob's Q&A profile
Windows Forms MS-Access/MS-Excel
hi all, I want to know whether we can create an utility which we will allow us to convert an access file into an excel sheet..I know that we can do the same by simply saving it in different format..but what i want to know is that ...Show All
SQL Server SQL Server 2005 incorrectly claims I don't meet minimum service pack level requirements?
This doesn't make any sense. I am trying to install SQL Server 2005 on SBS 2003 with Service Pack 1. According to Windows Update, there is nothing left for me to install. However, I am getting this error (while installing SQL Server Express and the Developer Edition): "Your operating system does not meet Service Pack level requirements for this SQL Server release. Install the Service Pack from the Microsoft Download Center at http://go.m ...Show All
Visual Studio Team System App Tier - Error 32000 - setupwarehouse.log
I cannot install Application Tier (Dual-Server deployment). Everything made exactly like described in the newest Installation Guide (April). Clean installation on Virtual PC. Tested platforms: Polish version of Windows Server 2003 Standard, English version of Windows Server 2003 Enterprise with SP1 - same error on both versions. At the end of the installation I still get the same error: Errorr 32000: The commandline '"C:\Program Files\Microsof ...Show All
SQL Server Obtaining destination e-mail address
I have been asked if we can give NS the destination e-mail address via our Application's Event Table. I have suggested that this defeats the purpose of using NS and that we should instead call the Subcription Classes from our system to create and manage subscriptitons. That way we can take advantage of the more advanced Distribution features in NS. Is this the right way to think about NS or is passing the e-mail a common practi ...Show All
SQL Server Transaction Peer-To-Peer Replication Error MSSQL_REPL20011
I set up a peer-to-peer replication among three servers. To do the setup, I set up replication on Server A, created a backup of that database, then restored the backup to Servers B and C. Then I went back to Server A and created the peer-to-peer topology. When I loade the replication monitor, Sever A has nothing but errors. Server B and C allegedly have no errors but they aren't getting any data from Server A. I've googled and searched here for ...Show All
.NET Development StreamWriter - get time from server
I am connection to a server via port 13. Yes, 13! I can connect via 80 and read simple pages easily. Now I want to connect and just get the time off the server. Having a little trouble with the line below that has the comment next to it. Have a few tries but not listed here. TcpClient connection = new TcpClient (" www.isp.com ", 13); NetworkStream stream = connection.GetStream(); StreamWriter sw = ...Show All
Windows Forms databinding & automation
Does Vstudio .Net enterprise edition support data binding to window forms using Vb.net or C# for using MS word 2002, i am trying to pull my data from sql enterprise manager. but i am coming up with difficulties, any help. i dont think that ms word 2002 is supported by .net apps, due to some vb6 edtiors available kinda lost thanks for the help Yea well i got on a roll first off using the MS 10.0 object library and ...Show All
SQL Server Can the code.Functions be shared between reports?
hey, I have created some vb functions in report->Properties->Code page, they are some common converting and formating functions, can these be shared between reports or I have to write it for every reprot Or I have to write it into a dll and ref that dll in my report Thanks. You should move those functions into a custom assembly and reference that in the reports. Please check this link on MSDN: http:// ...Show All
Windows Forms GDI+ Flickering (animation)
Hi, this seems to be such an often discussed topic but I just can't get it to work. I have this very simple test code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplication3 { public partial class Form1 : Form { public For ...Show All
Windows Forms datagridview
I have to convert a existing app to 2005 for a demo and i'm stuck the current app is using a grid and displaying the data like I need to in the .NET world. How can i get my data in my datagridview to go accross instead of&n ...Show All
SQL Server SQL CE 2.0: Calling Engine.Dispose() after every query?
After making several hundred queries against a SQL CE 2.0 database (through NetCF/ADO.NET), I begin getting a SqlCeException: "Not enough storage is available to complete this operation." Microsoft speaks to this situation in the following hotfix: http://support.microsoft.com/ kbid=827837 When I contacted them to receive the hotfixed ssce20.dll, they described the problem as SqlCeDataReader and SqlCeDataAdapter not releasing thei ...Show All
Visual Studio Team System TF10216: Team Foundation services are currently unavailable
I finished the TFS install, with a lot of problems. I can connect to the server, however, if I go to "Team Foundation Server Settings | Security" I receive the following errors: Failed to query the source control global permissions for [SERVER]\Service Accounts Team Foundation Server foundation does not exist or is not accessible at this time. Technical information (for administrator) HTTP code 503: TF30059: Fatal error while ini ...Show All
Windows Forms DataGridView UserDeletedRow event does not always fire
If DataGridView has only one row the UserDeletedRow event does not fire! We have two boxes here that confirm this. Can anyone else This isn't by design is it VS2005 Is the last row the new row Do you have AllowUserToDeleteRows set to true Which row is the current row when you delete Are these valid repro steps: 1) New WF app 2) Put a DataGridView on the form 3) Hook up the Us ...Show All
Visual C# how do I Update multiple controls and forms
I have a edit form with a detailsview, I use the openfiledialog to retrieve a file. The file location is saved in a textbox on this form. That works great. I have a datagridview on another form I want to reflected the changes made to the database. Is this possibel Thank you. Moondancer I think I understand....so I would double click the selected row in the datagridview on the Mainfor ...Show All
.NET Development is there any kind of Boolean type SQL server
Hi, I have a boolean check property of my checkboxes in VB.NET. how can I send that value to SQL server, is there a boolean type in SQL server when I m designing the table. Thanks but if i send the boolean type directly it s gonna give me an error, right, i remember it did give me error thanks amigo ...Show All
