Software Development Network Logo
  • SQL Server
  • Windows Vista
  • Game Technologies
  • VS Team System
  • Microsoft ISV
  • SharePoint Products
  • Smart Devicet
  • Windows Forms
  • Visual C++
  • Visual FoxPro
  • IE Development
  • Visual Studio
  • Visual C#
  • .NET Development
  • Visual Basic

Software Development Network >> Ecroton's Q&A profile

Ecroton

Member List

Santiago Aceñolaza
Quilnux
Gus B
NP Rudra
Whoisit
Damiaan
RobertMC
N_John
Lluis B
bennymacca
robinjam
barkingdog
cgraus
Buffbuh
Match Brace
Bigforky
Kaleb
project2n5e0o1
xanaduguy
Vjy
Only Title

Ecroton's Q&A profile

  • Visual Studio Team System Auto-levelling in Project and integration with Work Items in Team System

    We have a scenario where we have constructed a project plan where single resources are allocated to tasks in MS Project (due to a limitation with integration to team) and using the auto-levelling feature so that resource assignments can be determined in line with priorities etc. We have published the initial project plan 'tasks' to team, so that each person is able to see the tasks that have been assigned to them and roughly when they have been scheduled to start them as pre-determined by MS Project. When the resource begins a task, they are able to enter the ''Actual Start'' date in a customised field against the task in MS Team as well as 'completed' and 'remaining' work number of days. When this is subsequently refreshed in MS Projec ...Show All

  • Windows Forms How to pass a list[] into a listbox?

    Hello, is it possible to copy a complete list [] at once into a listbox without using the 'for' or 'forever' statement Regards, Henk It works, Thanks! I'm reading the comports from my computer with it and get a list: COM2 COM1 is there a kind of 'sort' operation possible ('SortedList' does not seem to be the answer...) Henk ...Show All

  • Visual Studio Express Editions Is there no atls.lib with vc++ 2005 express Edition

    I have installed Visual C++ 2005 Express Edition version 8.0.50727.42. but I can't find atls.lib or atlsd.lib in my computer.So there is a fatal error when I link my project. How can I fix it Why there is no ATL support Thanks in advance. See also http://msdn.microsoft.com/vstudio/express/support/faq/ ...Show All

  • SQL Server Query results vary in SQL2000 and SQL2005

    I have been executing the below Query in SQL2005. But the results vary when executed in SQL2000. Any knows why and what is the solution. In SQL2005 it updates the first record from #Temp_Customer_Targets into #Temp_Customer_IQ but in SQL2000 it updates the last record. Begin tran Create Table #Temp_Customer_IQ( Customer_Id T_ID, Customer_Upper_Commission_Target T_Amount NULL ) Create Table #Temp_Customer_Targets( Customer_Id T_ID, Calculated_Upper_Target T_Amount ) Insert Into #Temp_Customer_IQ Values (2000000132,NULL) Insert Into #Temp_Customer_Targets Values (2000000132,0.99) Insert Into #Temp_Customer_Targets Values (2000000132,1.80) Insert Into #Temp_Customer_Targets Values (2000000132,1.62) Update #Temp_Custom ...Show All

  • SQL Server System.IO.StreamReader: The Report element was not found.

    Hi, I just installed few reports on our test environment w/ SQL Server 2005. I can run the pre-made reports (.rdl) files from our developers. But when I try to create a new reports, I'm getting the following error. System.IO.StreamReader: The Report element was not found. does anyone has any ideas Thanks, ...Show All

  • Visual C++ ListBox Scrolling

    Hello all! I seem to have a problem. I have a listbox that is constantly updated, but when the number of items is greater than the available space and the scrollbars appear, it doesn't show the newer items. I know that's not what it was meant to do, but I need it to automatically scroll down. Is there anyway Thank you! This forum is for the Visual C++ product itself, not for Win32 API questions. You may want to post the question here: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.ui&lang=en&cr=US ...Show All

  • Visual Studio Team System Binding Information

    Hi all , We recently moved to TFS from VSS. We are still using Visual studio 2003. while using VSS , when i select the change source control options in the Visual studio, i would be seeing both the path of my physical folder of my project location(C: drive) as well as the logical path of the VSS($root/project) where it is binded. But in TFS i am not able to see the logical path(server binding information) Do i need to enable any option on the studio to see it Thanks for your help. with regards, Sathya You will be able to see the mapping between server folders in VSTS and working folders by managing your workspaces. Take a look at the following link to see how you can manage your workspace. http://m ...Show All

  • Windows Forms TextBox with AutoComplete

    Hi, I am trying to populate AutoCompleteCustomSource (for my TextBox) only when the user hits the <Enter> key. I.e. when the user hits the <enter> key in the TextBox, i want to (a) send the text to the server, (b) do a server-side search for matches, (c) return the set of matches to the client, (d) populate the AutoCompleCustomSource programmatically, & (e) then display the matches in a drop-down. The difference here relative to how one normally sets this up, is that i want to issue a server-side request for the list of matches, & dynamically populate the AutoCompleteCustomSource. Now, i am able to do (a) thru (d), above; just not (e). Any idea how i'd do this Thanks, Mark ...Show All

  • Visual Studio Reporting Services Excel Export

    Hi We're exporting from a RS report to XL. If there is no numeric formatting in the report all numbers are exported to XL Correctly as numbers with lots of decimal places. If I apply a 2 decimal place format in the RS report, by the time the numbers get to XL they are being "stored as text" according to XL. Once in XL, they can be converted, but it's a complex report and would be a pain to convert them back to numbers. Does anyone know how to format numbers in the report and still have them export as numbers Thanks Thanks guys, I used the "=round(field.value,2)" formula in each numeric cell on the report to solve the problem. Ta ...Show All

  • SQL Server Delete rows

    Hi I am trying to delete rows in temp1 which are exist in temp2 delete from dbo . temp1 as a inner join temp2 as b on a . regionname = b . regionname and a . servicecode = b . servicecode and a . directioncode = b . directioncode and a . destorigflag = b . destorigflag I am getting error : Incorrect syntax near the keyword 'as'. thanks in advance subash I recommend not using the DELETE FROM FROM syntax -- it can get confusing (at least, I think so).  Instead, use EXISTS:   DELETE FROM dbo.temp1 WHERE EXISTS (     SELECT *     FROM dbo.temp2     WHERE    &nb ...Show All

  • Visual C++ Norton Windoctor found the following 2 errors and is unable to fix them

    "C:\WINDOWS\$NtUninstallKB898458$\ORUN32.EXE" cannot access a necessary file, "learn32.dll." "C:\WINDOWS\$NtUninstallKB898458$\ORUN32.EXE" cannot access a necessary file, "pctree32.dll."   The program ORUN32.EXE may be part of Microsoft Interactive Training for Windows XP. Or it may be part of another program that is causing the error message.   What 2 do Dear Mjemitchell---- THANK YOU-- I found the dll's in Training and copied them into the correct $NtU... file & WinDoctor is now happy! ...Show All

  • Visual Basic LoginForm in VisualBasic .NET edition

    Hi, I'm playing around VB.NET and trying to learn different things but the first mistake I have notice is that i forgot to install the MSDN files on the computer. Oops! Oh well. I noticed that inside the File-New-File , there is an option for a LoginForm. I have selected the LoginForm and have it added to my program. The next thing that I have done is added a table to my database called User containing the following fields: User_ID , User_Name , User_Password , User_FName , User_LName , and User_Access_Level . I want my LoginForm when the 'OK' button is pressed to check the db for the Username and then see if the passwords match. If so then open the particular form, if not then popup a msgbox with the reason why it couldn't log them in. C ...Show All

  • Visual Studio 2008 (Pre-release) UsernameToken over Certificate authentication

    I need to use client certificate to validate the domain of the request and user name token to validate the user in that domain. I know that this is a classic case for federation but lets ignore that for the purpose of this post. So the first authentication of the request was through certificates, which was relatively easy. Instead of passing user name and password as arguments to a method, I would like to send a user name token in the request. On the server side, I would like to validate the user credentials in the WCF plumbing. How would I go about doing the second part given that it has to happen right after the first part Thanks. Out of curiosity, does your example actually send both tokens [username & certificate] to the se ...Show All

  • Visual C# Exception in deserialize object send by network

    Hellow : I alwayes got an exception in deserialize an object I send it througth the TCP Socket : Socket clientsocket = listner.AcceptSocket(); netStream = new NetworkStream(clientsocket); IFormatter objformatter = new SoapFormatter(); if (netStream.CanRead) { messageClass clinetmsg = (messageClass)objformatter.Deserialize(netStream); } and this exception is : Parse Error, no assembly associated with Xml key a1:http://schemas.microsoft.com/clr/nsassem/client/client%2C%20Version%3D1.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Dnull messageClass can anyone help me Double post, i'll close this one. Please visit the following url for ...Show All

  • Visual Studio 2008 (Pre-release) Vertical lines in the GridView

    May be I am missing something, but I can't get the ListView with GridView to display vertical lines. -Alex Hi Anastasios, Thanks for the answer, but this is a Windows Presentation Foundation forum right   CSS and tables are HTML stuff.  Or am I missing something Alex ...Show All

©2008 Software Development Network