sreekanthr's Q&A profile
Visual Studio Team System Team Project creation fails by failing in task SharePointPortal
Hi, after migrating a "full functional" installation of Team Foundation Beta3 to Team Foundation Beta3 refresh containing two Team Projects we cannot create new team projects. The existing projects seem to work. The log points to a sharepoint problem while creating the team web site. The installation is a single server box. The migration was done as described in http://msdn.microsoft.com/vstudio/teamsystem/b3rmigrate.aspx The sharepoint servi ...Show All
Windows Forms Loading a to bitmap converted animated gif into a picturebox.
It works like this: 1. I load a gif/jpg/bmp/png or whatever from a file location into a filestream. 2. I define a new Bitmap with the filestream as argument. 3. I assign the bitmap to the picturebox. The problem is that when my program loads an animated gif, I get an external exception. This is the error:('bij' means 'at' in Dutch) ************** Tekst van uitzondering ************** System.Runtime.InteropServices.ExternalExcep ...Show All
Visual Studio SourceSafe Integration without SourceSafe CD
Hi, I have a desktop with Visual Studio 2003 that needs to connect to our SourceSafe Server, but I don't have the SourceSafe CD to install the integration files. Is there a place on the Visual Studio 2003 discs that the files are located Or, can I copy the required files from a desktop that alreday has the integration installed to the one that does not Can I download an "Integration Setup" anywhere Thanks, FD ...Show All
Visual Studio Express Editions How i can use the ToolBox
Hello, i want to use the toolbox from the .net framework and i can't find an example how i could use it. how i can build it in my c# form. can someone help me I'm not sure what you mean by "use the toolbox from the .net framework," karnayanar. Are you referring to the ToolBox in the Forms Designer where you find buttons, labels, and other controls If so, you can show the ToolBox from the View menu a ...Show All
Visual Studio Express Editions XML and Visual c# problem
Given the following code: private void button1_Click(object sender, EventArgs e) { System.IO.StreamReader sr = new System.IO.StreamReader(@"people.xml"); System.Xml.XmlTextReader xr = new System.Xml.XmlTextReader(sr);   ...Show All
Visual C# VS 2005 conversion: Removed the id attribute from the <form> tag in file
When I have converted my web app to .net framework 2.0 using Visual studio 2005 pro, I see this the conversion report: "Removed the id attribute from the <form> tag in file ..." This prevents my java scripts on my pages to work, and need to insert the id tag again. Why does VS 2005 remove the id tag in the <form> tag when converting to .net framework 2.0 ...Show All
Smart Device Development how to add toolbar in menu created by SHCreateMenuBar
Hi, I am trying to add Toolbar beside the menu created by SHCreateMenuBar in ECV++ 4.0, how do I do I can't get the pictures in the bar! Thanks in advance Hi, I got it. If I disturbed or wasted ur time with my silly question I am really very very sorry. ...Show All
Visual Studio VSHOST Strong Name Validation Failed
I converted a .NET 1.1 application to the new VS2005 .NET 2.0 framework. Whenever I load the solution, I get a "Strong name validation failed" as it tries to load the "myapp.vshost.exe". I would like to take advanteage of the vshost but it is saying the the strong name validation failed because it the key was tampered with. Anybody know why it would do this or how to fix it Thank you, John R W ...Show All
SQL Server Open empty environment
What happened to the Query Designer It's a modal window that doesn't allow you to drag tables from other databases into the query. SQL 2000's verion of Query Designer was so much better than 2005. What happened Are the developers at Microsoft completely retarded Also, why do I have to log into my database servers everytime I open "Server Management Studio" Who thought up that nice feature Probabl ...Show All
Visual C# Can anyone help me to make a shadow for forms
Hi, As you know, I all menus in XP have a nice transparent shadow in behind, Window Live Messenger BETA has one. Does anyone know how it apears and how to make it My manager always focuses on beauty of program's GUI. It would be nice if i can use it in my forms Hi, this article at code project tells you how to do it in a popup balloon: http://www.codeproject.com/cs/miscctrl/balloonwindow.asp ...Show All
Visual Studio How to scale down Visual Studio 2005.
Hello, I would like to launch a scaled down version of Visual Studio. I am looking to launch the Editor, with my own tool bar and menu bar. What is the best approach to do this Should I write my own editor using the VSIP APIs OR is there a way to remove the extension points from Visual Studio 2005 to get down to its bare bones and then add my functionality on top of it Thanks, Laadlaa. C ...Show All
SQL Server Problem with source from Books Online - Application.LoadPackage
I'm trying to execute a package in the file system from an c# assembly. In BOL there is the following sample code available: ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.SQLSVR.v9.en/dtsref9mref/html/M_Microsoft_SqlServer_Dts_Runtime_Application_LoadPackage_1_cfc592c3.htm Application.LoadPackage Method (String, IDTSEvents) class ApplicationTests { static void Main( string [] args ...Show All
Visual Studio Team System Working Offline with Source Control
Hi, Am I supposed to be able to work offline with Team Foundation server I have a solution with a few projects in Team Foundation Server. I do 1.5 hours a day on the train and I usually work on my code on the journey. (I'm sure this is a common requirement and in fact I used to do this all the time with VS.NET 2003 and SourceSafe) When I'm offline I open a solution I get a few messages and I opt to "temporarily work uncontrolled&qu ...Show All
Windows Forms [Beta 2, C#] Problem saving Settings when collections are involved
Hi, this has been bugging me for a while - there seems to be a bug (or more likely, I don't know yet proper way to use it) when some of the Settings are collections. I am using Settings designer and rely on build process to generate strongly typed Settings.Default class for me, and that works fine. But if I choose a NameValueCollection or StingDictionary or something similar, I cannot save the settings. I have manually set the "key" of thi ...Show All
Windows Forms PROGRAMMING STUDENT NEEDING URGENT HELP FOR ASSIGNMENT
If anyone would be so kind as to help. I need to write the code of a button which will display the factors of a number (as entered in textbox by user) and display them in a listbox. Also need to code a button that will disp ...Show All
