Mateusz Rajca's Q&A profile
Visual Studio Team System How i can set the default columns in the Input List when i use Excel for create a New Work Item?
Hi to all, i would like to know if there are any way for setting the default columns that are displayed when i create a new Work Item using MS Excel with the Input List. Thank you. Hi, Upto my knowledge you can't set the default workitem columns in the INPUT List...i also tried the same. However the only alternated solution is you can choose the column names after getting the input list and start adding the necessary columns and publish. Thanks, kathir ...Show All
Visual Studio Team System Migration from Perforce to TFS
Hello In my new work, I am working with perforce. We are now checking the migration option I would like to get some information / links on that subject. Thanks Avi harush Avi, I am not aware of any tools that are available to assist with migrating from Perforce to TFS. I know you are aware of this thread already but will link to it for the benefit of other readers: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=543517&SiteID=1 Robert. ...Show All
.NET Development ThreadPool on Multiple processor machines
Hi, I am writing a number crunching server application and would like to be able to split the work across multi processors on my server. Would it be sufficient to use a .Net ThreadPool and queue the tasks on the different threads I am not sure about this because from the operating system point of view all the threads are running within the same operating system process and would therefore not get split across different processors. If this is the case then how can I make use of multi processor architecture on .Net applications Regards Vikram Hi nobugz Thanks for your reply. Is there any way I can test this theory Sorry, I really need to be sure about this as my project design will depen ...Show All
Visual C++ Convert Static Lib to DLL
Hi All, I inheritted quite a few static libraries code developed at the time when MFC was the "state of the art". After many..years maintained by previous developers, these libraries now still can be compiled with VC++ 2003. However, making these existing library code compiled with VC++ 2005 is truly a pain. I am thinking about converting these existing, old library code into DLL which can be compiled/linked with VC++ 2005. My questions are: 1. Is it possible to convert these old libraries to DLL 2. If it is possible, what do I have to do 3. Is there a forum/article on the Internet described the works that have to be done to convert a static lib to DLL If there is, can someone direct me to the url Thanks in ...Show All
SQL Server Problem querying Excel doc as a distributed database in SQL2k5
SELECT * FROM OPENROWSET( 'Microsoft.Jet.OLEDB.4.0' , 'Data Source=C:\Book1.xls;' , Sheet1$) I keep getting this error: OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned message "Could not find installable ISAM.". I have tried all kinds of data source string variations w/ extended properties or not etc., Same if using a linked server instead of ad hoc. SELECT * FROM OPENQUERY( MyLinkedServer , 'SELECT * FROM [Sheet1$]' ) or SELECT * FROM MyLinkedServer ... Sheet1$ OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "MyLinkedServer" returned message "Could not find installable ISAM.". Any help please. I am ready to jump out the window... Carl ...Show All
SQL Server How to use variables for server connections
Hello, Today is day two of using SSIS and having some issues adjusting. In DTS I would simply populate my global variables via an Active X step or pass them in at the job line. I am having a hard time being able to do either or in SSIS. Really all I want to be able to do is pass in a server name to the Connection of an execute SQL task from a scheduled job line. Same goes for any variable really ... how do I pass them in, and how do I assign them to specific areas of a task Thanks! So now what I'm reading here ... http://www.databasejournal.com/features/mssql/article.php/3509601 DTExec /FILE SamplePackage.dtsx /SET \Package.Connections[ConnectionID].InitialCatalog;tempdb Is really the intended ...Show All
Software Development for Windows Vista dependency properties do not get serialized
I have written the code shown below to serialize a string property in my custom activity. However, the property is not written to the XML file, when I call WorkflowMarkupSerializer.Serialize(). What am I missing ----------- [ Serializable ] [ DesignerSerializer ( typeof ( PanedActivitySerializer ), typeof ( WorkflowMarkupSerializer ))] [ Designer ( typeof ( PanedActivityDesigner ), typeof ( IDesigner ))] [ Designer ( typeof ( PanedActivityDesigner ), typeof ( IRootDesigner ))] public class PanedActivity : System.Workflow.ComponentModel. Activity { public PanedActivity() : base () { } public PanedActivity( string predicate) : base ...Show All
Windows Forms Printing a designed layoutform
Hi all, I'm building a program, which can be used to create a layout for a label that needs to be printed. I've created this using drag and drop. So the user can drag textboxes, lists, images onto a panel. The locations of the textboxes, etc... are saved in a database, their values, offcourse, too. Now I want to be able to print this panel containing controls, all in exact location. Which is the easiest way to accomplish this Sincerely, Tobias Is your panel scrollable I mean can the controls be placed so that some of them are hidden and accessed by scrolling the panel What language are you using Generally speaking, printing goes like this: 1. You create a PrintDocument and set its m ...Show All
Community Chat zune not recognized by PC
My PC will not recognize my zune, any other device i hook up usb i getthe old DOng ding sound and it shows up. When I hook up the zune, I get nothing. This is the second zune and third cable, it will not even charge on my PC and yes i have 2.0 usb. Any help would be great. Thanks Chad K Hi, I am new here, looking for help with the zune I got my son for Christmas. We seem to be having the same trouble you are. The device is not recognized on the software or the device manager. I have updated everything I can think of and spent several hours on the phone with zune help. I exchanged one at the store already but we are out of the store's 15 day limit on exchanging merch. It does no ...Show All
SQL Server Basic SQL Execution Question
I have a table that contains a history of record changes within another table. It may have rows that look like this: DML_Type Record_ID Record_Value DateTime Insert 1 A Today @ 11AM Update 1 B Today @ 11:15AM Update 1 C Today @ 11:22AM Delete 1 C Today @ 11:25AM Insert 2 A Today @ 11AM Update 2 B Today @ 11:15AM Update 2 C Today @ 11:22AM I've inherited a stored procedure that migrates these changes to another database in another schema. The proc is using a cursor to perform each operation in sequence. If I perform the migration in 3 steps (inserts, updates, deletes) - ...Show All
Visual Basic looking for examples of good user interfaces
I'm developing a program which will collect a lot of data. I'm trying to figure out which layout and colors to use to give the application both a nice modern look and at the same time show the user a clean and logical interface. Does anyone know if there are sites with examples of good interfaces Or is there any other source of information Regards, Eric Thanks for the link, it could be helpful to me. But I was wondering if there are some examples of complete interfaces, which could be used as a guide for my own application. Regards, Eric ...Show All
Software Development for Windows Vista ICredentialProvider
Hi I'm working on a diploma thesis, to create a logon in vista with a biometrical card. I'm looking for information about how ICredentialProvider is working. And how is it possible to overwrite the normal logon process. Thanks in advance Hi, you can try the thread, which I started in SDK section (well, I admit it would fit here better) http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=173658&SiteID=1 You may encounter some tricky issues, bugs, etc., so please post your experiences in this thread. Also, MS released some working samples of Credential Providers, which you can download, understand and build in VS: http://blogs.msdn.com/davbosch/archive/2006/06/30/651959.aspx Note that th ...Show All
Visual Studio Team System Merge doesn't work reliably + Suggestions for making Branching and Merging easier to use
For me the merge tool does not work reliably. Trying to merge from an integration branch to main-line I cannot select "all changes from left/right" it is always unhighlighted. Once when trying to merge main line changes into a different integration branch, one file would select properly in the merge tool, but the other did not allow me to select "all changes from left/right" because it was unhighlighted again. Do I need to get SP1 beta to fix these problems Clearcase introduced a concept of an integration branch, where a developer does his work in an integration branch and then merges it back into the development line, when he is done with his development effort; I am guessing this not a reco ...Show All
Windows Forms Combobox items Adding!!
Hii, I am using c# windows application: I have two arrays of strings one named textArray and the other is valueArray. I want at runtime to display the elements of the textArray in the combobox while the items value is added from valueArray: e.g say one item is US Dollar and its value is USD. Thanks I agree i should use theComboBox.DataSource = myArray; but what about the value of the value of each item in the combobox: What i want to do is displaying contries currencies in the combobox and when it is selected i can get the code of the country by theComboBox.SelectedValue property. ...Show All
Visual C# SMTP Response
I have a web application that sends email using the System.Net.Mail.SmtpClient. Is there a way to wait for a response back from the SMTP server (250/550) I’m afraid not. Instead you should take a look at the SmtpStatusCode enum, a value of which is passed when an SmtpException is thrown. Would it work to simply wrap your call SmtpClient.Send() call in a try/catch block that catches the possible SmtpException ...Show All
