Shailendra18's Q&A profile
Visual Studio Visual Source Safe 2005 and Visual Studio 2005
How to configure VS2005 integrated with VSS2005 I have setup the Visual Studio 2005 Team edition for architects and then the Visual Source Safe 2005 . I can't enable the source control toolbar buttons and the files of my project are not recognized as files protected by a VSS2005 project. Any help To enable source control in VS 2005: Select Tools->Options... Select Source Control node Select "Microsoft ...Show All
Visual C# help me (dll problem)
i have made a WindowsControlLibrary (dll file) (i made a winform and then copyed every thing (almost) to the control ) but every time i try to load it with asp.net nothing happens the asp.net file : public class WebForm1 : System.Web.UI.Page { private void Page_Load( object sender, System.EventArgs e) { Assembly a; a = Assembly.LoadFrom(@"C:\saa1\vc#\WindowsControlLibrary2\bin\Debug\saa2.dll"); Type t = a.GetType("WindowsContro ...Show All
Visual Studio Express Editions ListView sorting question
Hi I have a ListView control called HSlist on a form which has 3 columns. The adding data seems to work OK, but the sorting is weird to say the least. Initially, I thought that the list would be sorted on the contents in the first column, so I added to the ListView with the Item containing the data that I wanted the list to be sorted on (numerical). Then I found that the list was being sorted on the second column (strings), so I swapped th ...Show All
Visual Studio 2008 (Pre-release) dragging control will immediately crash visual studio
Problem repro: create a new windows application fx project, create button on the grid, drag it to another location. After about 0.5 seconds visual studio throws an error and asks me if I want to debug. If i choose yes, I can get to this call stack: > ntdll.dll!7c901230() [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] milcore.dll!53216a95() milcore.dll!5316ba53() milcore.dll!530d9318() milcore.dl ...Show All
SQL Server cant connect to server from another machine
Hi Friends I have a sql server (2005 standard edition) on Win xp machine. i can connect to this server from my machine ok but others on the network try to connect i get following error "An error has occurred during report processing. Cannot create a connection to data source 'dataSource1'. A connection was successfully established with the server, but then an error occurred during the pre-login handshake. When connecting to SQL Serv ...Show All
Visual Studio Express Editions Noob to VC++ looking to get started...
I am trying to learn C++... (I got sucked into learning vb.net, because of its ease of use/ surpluss of begginer walk-throughs, and I would like to learn to write code not dependent on the .net) Does anyone know of a good website with tutorials and lessons to learn the new VC++... I basically have no knowledge of C++ and I can't seem to find project lessons that are compatable with the VC++ express edition. (The msdn walk-throughs and examples h ...Show All
Windows Forms ComboBox ValueMember Binding Issue
I have a combo box which i have set the Valuemember to a column. What seems to be showing up is the column name, not the data value. Am I doing this wrong Thanks, MikeD Here is what I did to check it. private void cbQuery_SelectedIndexChanged( object sender, EventArgs e) { if ( this .cbQuery.Text == "" ) return ; MessageBox .Show( "vm=" + this .cbQuery.ValueMember.ToString()); } ...Show All
Windows Forms Thread operation not valid
I see the following in the output A first chance exception of type 'System.InvalidOperationException' occurred in System.Windows.Forms.dll System.Transactions Critical: 0 : <TraceRecord xmlns=" http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord " Severity="Critical"><TraceIdentifier>http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Reliability/Exception/Unhandled</TraceIdentifier><Description ...Show All
Windows Forms Problem Implementing IButtonControl
I have a control which acts like a button in some regards, now to recieve information on when a control is the default button the SDK says to implement the IButtonControl which I did. The problem is that if I place three of my button& ...Show All
Visual Studio “Error reading from file” when try to access VSS
Hi Alin, I might need your help. I’m having a problem regarding the Visual SourceSafe. Before this it works perfectly. The problem arises when one of the developers claiming that they can’t access the VSS (previously was OK). It says “Error reading from file” . Before this, usually if there’s an error regarding VSS it must be the pointing from client to the srcsafe.ini file at server is not corre ...Show All
Windows Forms ComboBox Changes in .NET 2.0
Hello Everybody i am using WinApp using .NET 2.0. for ComboBox there in no ListItem in .NET 2.0. I want to add Name, values to ComboBoxes manually, How to do this. any suggestions are appricated Thanks for response, but i want to add name & value through ListItem Object but there is no ListItem in .NET 2.0. is there any other ...Show All
Visual Studio Express Editions SQL2005 express edition and the 1GB RAM limit
is this still true my laptop has 2GB, and im wondering if the sql express edition will work or not. thanks SQL Express will work on your laptop. It will only be abel to use 1 GB of RAM. ...Show All
Visual Studio Team System TFS on Domain Controller?
Can TFS Beta 3 be installed in Single-Server Deployment on a server that is also a domain controller The documentation appears to suggest this is OK (in "How to: Install Internet Information Services for Team Foundation Server") but I am having some permissions problems relating to asp.net "temporary asp.net files" folder and wondered if it was to do with the asp.net process account on a domain controller Kind regards, Ian I ...Show All
SQL Server Task converting xls files to csv files ?
Is there a way to do this with some sort of task In the data flow, you would use an Excel source and a Flat File destination, the latter configured appropriately to generate CSV output. When no transformations are required, it's possible to hook a Source to a Destination with no intervening steps. -Doug ...Show All
Visual Studio Express Editions Charts and graphs with VB Express?
Can anyone recommend a charting component for VB Express. I would like to add some bar charts to my application and am not sure what the best approach would be. It would be great if there was a free solution available. Has anyone got a recommendation Thanks Thanks for the info. I dont know how I missed this on my first visit. Carl ...Show All
