Destroyer749's Q&A profile
Visual Studio Express Editions Manually uninstall betas
Because of a problem with a bad sector on a hard drive, I get an error when I try to uninstall any of those listed in the Uninstalling Express Editions section. Is there a way to manually uninstall Hi Dan, That worked for .Net framework but I am having the same issues with SQL Server 2005 Express Edition Beta. thanks, tim ...Show All
Visual Basic Open "path\filename.log" For Input As #1 Error
My open statement is no longer working. The path and filename are both correct. MsgBox ("SETTING cLogin") Set cLogin = New Collection MsgBox ("cLogin SET SUCCESSFULLY") MsgBox ("OPENING LOG FILE") Open "\\path\filename.log" For Input As #1 MsgBox ("LOG FILE OPENED SUCCESSFULLY") I put in the MsgBoxes to localize the problem and it executes MsgBox ("OPENING LOG FILE") and then stops running. It never reaches the MsgBox ("LOG FILE OPENED SUCCESSFULLY") statement. I'm fairly new to VB but as far as I can tell the syntax is fine. Ahhh than you are ...Show All
Windows Forms tutorial on treeview
Hi can anyone direct me to a good site where i can learn how to use the treeview control I want to be able to covert this code With tvwMediaCategory .Nodes.Add , , "ROOT", "My Media", "CDMUSIC", "CDMUSIC" .Nodes.Add "ROOT", tvwChild, "ALL_MEDIA", "All Media", "CLOSEDFOLD ...Show All
Smart Device Development 64-bit file support in CE 5.0?
Hi, Please forgive & redirect me if I'm in the wrong forum. I'm just wondering if anyone knows if there is 64-bit file support in Windows CE 5.0. The CFile::Seek() call takes a LONG value, and SetFilePointer() has a DistanceToMoveHigh value but it's not currently supported according to the docs. Is there ANOTHER File I/O interface for CE 5.0 which supports 64-bit files, or is there a way to get either of the above methods to work Thanks in advance. Allan Stirrett. Hi Allan, Regardless of the storage/filesystem, WinCE5.0 provides file acces ...Show All
SQL Server How to get around SqlException I'm getting because of IS NOT NULL???
I'm trying to return all the rooms that are in a specific area being selected in a ComboBox and I don't want any rooms that have no MacNo. I would have thought this would do it but they Visual Studio throws me a SqlException "Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression." String dbsql = "SELECT a.RoomID " + " , a.Room " + " FROM tblRdrRm a " + " WHERE a.RoomID = (SELECT RoomID " + " FROM tblRdr ...Show All
.NET Development Converting to Unicode
I have the following code in vb6: StrConv(sServer, vbUnicode) Can anybody tell me how to do this in c# Hello Gbez, While I haven't tried running your code, I would recommend running your application with CLRSpy - specifically the Marshalling Customer Debug Probe. It may be that there is a marshalling issue with the PInvoke calls. Adam Nathan talks about CLR Spy on his CLR Interop Blog on MSDN: http://blogs.msdn.com/adam_nathan/archive/2004/01/13/58308.aspx Hope that helps, Stephen http://blogs.msdn.com/stfisher ...Show All
SQL Server 2005 April CTP Install Failure
SQL Server Setup could not conect to the database service for server configuration. The error was: [Microsoft}{SQL Native Client} Named Pipes Provider: Could not open a connection to SQL Server [2]. Refer to server error logs and setup logs for more information. For details on how to view setup logs, see "How to View Setup Log File" in SQL Server Books Online. That is the error when attempting to install to W2003 running as a VPC2004 guest OS. The framework and VS Beta 2 are installed and functional. During setup I recall no configuration option that required the use of Named Pipes. For the most part I used all d ...Show All
Windows Forms Databound ComboBox with space for selecting None
Hello everybody, I am trying to build a search form for a new application I am building. The form has a couple of text fields and some comboBoxes for narrowing search criteria. My comboBoxes are all databound to show valid values from the database. The problem is that I would like to have the option of not selecting a value in the comboBoxes. For example suppose I'm building an inventory system: search form has fields Asset#, Description, Make, Model, Supplier. Make, Model, Supplier are databound comboBoxes with valid values from the database. In this situation in order to find and asset I would have to select the appropri ...Show All
SQL Server Report Builder Help
I have been doing everything in Report Designer....now I just tried report Builder after using a Model I creted to create a report. When I try to run the report, it's prompting me for a username and password. Where and how can I switch this to Windows Authentification The dataset it's supposedly using already has windows authentification as the method. But the strange thing is, when I click on View Report, it gives me another dataset name called dataset1 saying that I must first supply a username and password...where did this generic dataset name come from What dataset is this refering to it certain ...Show All
Visual Studio Team System Is there a limit to the number of items on the tf command line ?
When I run the command line C:\workTFS\XTplusIntg\build>tf checkin $/xtplus/TeamBuildTypes/external-Castle/XTplusBuildExtensions.targets $/xtplus/TeamBuildTypes/external-EnterpriseLibrary/XTplusBuildExtensions.targets $/xtplus/TeamBuildTypes/external-NHib/XTplusBuildExtensions.targets $/xtplus/TeamBuildTypes/external-NMock/XTplusBuildExtensions.targets $/xtplus/TeamBuildTypes/external-PicoContainer/XTplusBuildExtensions.targets $/xtplus/TeamBuildTypes/external-ILDASMDependencyChecker/XTplusBuildExtensions.targets $/xtplus/TeamBuildTypes/CIBuild/XTplusBuildExtensions.common.targets $/xtplus/TeamBuildTypes/external-Castle/XTplusBuildEx ...Show All
Visual Basic graph sin curve with following curve? Help
I am using the following to graph a cardiod in polar coordinates but am trying to figure out how to graph a sin curve which is not in polar coordinates. How could I change the following code to make it graph in rectangular coordinates Private Sub DrawCardiod(ByVal g As Graphics) ' Drawing an Cardiod Dim x As Double Dim y As Double Dim old_x As Double Dim old_y As Double Dim r As Double Dim t As Double Dim dt As Double Dim iFromTxt As Integer = CInt(txtWaves.Text) Dim iFromTxt2 As Integer = CInt(txtWaves2.Text) Dim iFromTxt3 As Integer = CInt(txtWaves3.Text) Dim iFromTxt4 As Integer = CInt(txtW ...Show All
Visual Studio Team System Trace-Logging to Verify TFS mail sending status
Trace-Logging to Verify TFS mail sending status ------------------------------------------------------------------- On a server with both TFS(Beta3) AND TeamBuild both installed. Per following link: http://blogs.msdn.com/psheill/archive/2005/11/28/497662.aspx notification_id=201283&message_id=201283 I open on TFS Server: SrBuild C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Web Services\Web.config and I edit as follows in accordance with supporting link: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemdiagnosticsdefaulttracelistenerclasstopic.asp < ...Show All
SQL Server About Indexes & Where caluse
Hi, I am struggling with the sequence of parameters in my where clause. In my databse table i have index on Broadcast_Date(some table field).The Index also include some other parameters which might become part of where clause. The first field of the index is broadcast date. So I want to know whether it is always compoulsory to have broadcast date as my first field of where clause. Will it not scan the index if my where clause is starting with any other field which is also part of index. Will it hamper the query performance any way Any help will really be appreciated. Thanks Vyanki Hello, the orde ...Show All
Visual Studio Upgrading from VC++ 5.0 to VS 2005 Prof
Hi, I intend to buy the upgrade to VS2005 Prof Edition and am still using VC++ 5.0 Prof. Will I need to dig out my old invoice in order to be able to order/buy the upgrade Will the upgrade require the old product still being installed or will it be enough to let it have a look at the original VC++ 5.0 CD-ROM I could not find any information in this regard anywhere. Perhaps someone has done an upgrade already and knows the steps/requirements Regards, Siggy Final answer: the product will search your system to confirm your eligibility for the upgrade. No previous invoice needed. ...Show All
.NET Development FtpWebRequest usage
Hi, I am trying to use FtpWebRequest and my program works, but very slow. I suppose it is bacuse FtpWebRequest opens connection every time when I try to get some information. So if I want to get full directory listing program creates instance of FtpWebRequest class tree times to make the following request Methods: ListDirectoryDetails, GetFileSize, GetDateTimestamp. (well, it's possible to get file size from directory list and this gives 33% less in connections number, but I want to use framework as much as I can - this is the purpose of FW, right ). I took this approach from 'FTP Explorer Technology Sample'. So, I am wondering if ther ...Show All
