titus505's Q&A profile
SQL Server Web sites cannot be enabled for Anonymous access?
How are we supposed to use Forms authentication Is there a workaround ...Show All
Smart Device Development FTP NLST From WM5 to UNIX
I use th FTP example from Microsoft (kbms-help://MS.VSCC.v80/MS.MSDN.v80/MS.KB.v10.en/enu_kbvbnetkb/vbnetkb/832679.htm)and it connect but in the GetFileList function when reach to line: bytes = cSocket.Receive(m_aBuffer, m_aBuffer.Length, 0) it doesn’t return. It works fine with PPC30 and with WM5 when I connected to my Windows XP with ActiveSync. But when I connected via modem with UNIX it only works with PPC30 and I need the application for the news WM5 PDAs and for the PPC30 also. Can somebody help me with this issue. Ok, well my 5 minute review of the code for that KB article gives me this code (inside the GetFileList method): Do While (True) m_aBuffer.Clear(m_aBuffer, 0, m ...Show All
SQL Server Sorting report by columns header
Hi. i have a report. I want to be able to sort the report by clicking on one of the columns header, just like in every other table in the web. is it possibly ...Show All
SQL Server How to schedule Multiple Reports using One Scheduler
Hi I Have 10 Reports and i am using 10 different schedulers to convert them into Excel format and store it in a particular location. Is it possible to just use 1 scheduler and assign all the 10 reports to it and how to do it Thanks ...Show All
Visual Studio 2008 (Pre-release) Adding Columns to a ListView
Hi everyone, I'm trying to populate a ListView control using code in C#. While I am able to display one column of information, how can I add an extra column For example, this is the code I have so far for just displaying the first name. for (int i = 0; i < 100; i++) { ListViewItem foo = new ListViewItem(); foo.Content = "First Name: " + i; // ucMain = ListView created in EID (Sparkle) ucMain.Items.Add(foo); } In several of the online examples, especially those created in VB, the listviewitem seems to have a subitem method, but I can't find the WPF equivalent to use in C#. Thanks, Kirupa Thanks for the response Lee. That seems like a pretty roundabout way of adding data to a L ...Show All
Visual Basic Estimating a process finish time
Hello, I have experience of VBA and I am developing my first app in VB within VS2005. The app will have to process hundreds of files on a frequent basis and import them into a SQL Server database. The user will select lots of files and then walk away from the machine. I want to be able to estimate the finish time so that they can watch progress and manage their time. In VBA it is simple as the type date can be used in functions so the equation dtFinish = dtStart + (Now() - dtStart) * lngFilesToProcess / lngFilesProcessed would yield a date with the estimated finish time. A similar approach in VB does not work as I get IDE errors in my code telling me I can not * a date and an integer. I have looked at th ...Show All
SQL Server Cannot connect to SQL Server 2005 Express with Management Studio Express
On my home machine without permanent network connections enabled, I cannot get the Management Studio connect to the database server. Always get this error: Cannot connect ot MPLIAM\SQLEXPRESS Additional Information: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, erro: 26 - Error Locating Server/Instance Specified)(Microsoft SQL Server) I have used the SQL Surface Area Configuration Tool to reset the defaults to allow remote connections, stopped and restarted the server, but still get the same message. Please help ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XACT data loading problems
Well, after a short discussion of what audio library to use, my team and I have decided to use XACT audio for our 2D game on WindowsXP. I got the framework pretty well set up, but I am having a major issue with loading up a wave or sound bank. Loading up a streaming wave bank gives me an S_OK, but the other two give me a XACTENGINE_E_INVALIDDATA error. Ive tried a number of .xwb's, from the ones given in the XACT samples, to others i created myself using XACT. It reads in the file fine, I believe it maps the file to the void* buffer just fine, but I'm unsure how to check if it is. It also gets a correct file size, but when it goes to create the bank it fails. Any help would be greatly appreciated, as I have spent far too much time checking ...Show All
Visual Basic Error running VB6 to 2005 Upgrade Wizard
I am encountering an error running the VB.NET 2005 Upgrade Wizard. When the wizard completes and attempts to open the converted project I get the message: Unable to read the project file '(project name).vbproj'. The project file "(path)\(project name).vbproj" was not found. (I have substituted 'project name' and 'path' above for the actual values.) When I look in the folder I find the file '(project name).vbproj.vs7.vbproj'. When I try to open this file, the Upgrade Wizard launches again and gives the message: Operation could not be completed. The project file '(path)\(project name).vbproj.vs7.vbproj' cannot be converted. See the conversion report for details. The conversion report contains the message: Error co ...Show All
SQL Server Problem in creating Asymmetric keys
I am a novice to the SQL server. I am trying to create Asymmetric key using the query CREATE ASYMMETRIC KEY PacificSales19 AUTHORIZATION dbo FROM FILE = ' C:\temp\temp1.snk' ENCRYPTION BY PASSWORD = 'ABC123!@#$' ; GO But I alwys get the follwing error The certificate, asymmetric key, or private key file does not exist or has invalid format. Can anyone please guide me as to how to go ablout creating the ASYMMETRIC KEY FROM FILE. Thanks and regards The statement you are trying is correct - this is how you can create an asymmetric key from a file. You should check that the specified path is correct and that the file is not corrupted. How did you generate that file Thanks ...Show All
Visual Studio Team System Is it possible to define checkin rules via templates?
In TFS you can specify checkin rules that force users to run unit tests, specify workitems etc. before a checkin command can be issued successfully. Now I would like to specify these rules as well as the Code Analysis ruls inside my template so every project I create has the same set of rules, but I can't find documentation for that. Is there a way to do that Guenter from Frankfurt/Germany ...Show All
Visual Studio how to integrate msdn library August 2006 with vs 2005
I did install msdn August 2006 library on machine with vs 2005 and did accept integration with the studio. But it still does not show up in any Help toolbar items. Also I did reinstall studio, did run msdn library installation wout result. Could somebody advice how to fix it ps: running msdn lib from Start/Programs/ is fine. Hi, Khairun. Thank you for respond. Checking urls shows strange things. Pushing F1 opened msdn page: ms-help://MS.VSCC.v80/MS.MSDN.vAug06.en/WINPROG/winprog/windows_data_types.htm Search for keyword "string" gave different sources in Local Help tab. One link for "String Object" pointed to 'natural' help: ms-help://MS.VSCC.v80/MS.VSIPCC.v80/M ...Show All
Visual Studio Team System How to measure latency?
Hi all, From VS Test suite, how do I find out the latency from client to server Thx Vui Hi Vui, could you provide more details about your scenario If you are talking about the latency between client, controller and agents used to run tests, this would be to a large extent depend on whether the controller and agents are local or remote. Thanks, Ramesh ...Show All
SQL Server Usage of Association Rules
Hello, I want to score my data by only the assoziation rules I filtered in Mining-Model-Viewer. Is this possible I recognized that MiningModel Predictionquery uses the generated Model (all rules). Is there any way to influence the model at generating time. Thanks a lot. Hi, I specified the point to solve my problem but I did not understand why MS SQL Server didn't recognize the Association parameters I but in. It uses the Minimum_Probability I put in, but the Minimum_Importance i wrote didn't care it, it use the default value. I want to paste a screenshot here but it isn't possible. By the way I'm using the evaluation version, which should be same as the enterprise edition. Hope for a soon ans ...Show All
Windows Forms Controls position on window resizings...
Hi all, I have a WinForm that has a DataGridView, TextBox, ComboBox, ListBox & 2 buttons on it... how do I get the layout to stay the same or the DataGridView to resize it self to the current window size with out it all being out of sight in the From Thanks. ...Show All
