Henrik Viklund's Q&A profile
Visual Studio Team System Error 28100.Error loading Event web service.
Hi, During installation I got "Error 28100.Error loading Event web service.". Any idea what is going wrong TFS is being installed on a Virtual Machine. Please feel free to contact me if you need any more information. Thanks, Bart ps. Is it possible to upload the setup log I went back to some lessons learned when installing tfs beta 2, one of which was to install wss before sql server (even though ...Show All
Visual Basic Thread Management Question....I think
I'm not really sure how to search for this question, so if this is a common question, please accept my apologies beforehand. Many programs (Winamp, for example) are able to detect if they are already running, and if so, they simply activate the window or take some other, presumably definable, action. How is this accomplished I am building an app that can run in the tray(notification area, or whatever), and I want to make sure that, i ...Show All
Windows Forms bouncing ball
Hi i want to learn abt GDI, i have read a bit on it, and i want to try it out. I want create a bouncing ball appliacton. I wan to have a ball in a form and when i clcik start it moves around, i also want to be ...Show All
Visual Studio 2008 (Pre-release) XAML, RenderTargetBitmap - picture disappears from image after load testing
I'm developing a simple ASP.NET handler that returns image that is rendered using XAML on server side. The problem that after stress testing picture disappears from returned image (but empty image is still returned). The picture here is XAML canvas (I put it to the bottom of the message) with different shapes and glyphs (rectangles with gradient fill, lines and text with digits). I tested on Windows 2003 (two processors, four processors), ...Show All
Smart Device Development VS2005 Beta2 and Pocket PC 2003
I have VS2005 Beta2 installed. I am trying to develop a native C++ application for Pocket PC 2003. I use ActiveSync 3.8 I get the error "Connection failed. The current version of ActiveSync is not supported. Install the latest version from www.microsoft.com". Could someone help me with resolving this problem. Thanks -Anthony Hi Vladimir I think that you know Jeff Abraham ,he helped me so much w ...Show All
Visual Studio Express Editions how to make like .mspx web document?
i se microsoft.com have .mspx web document please how to make need install what software on my web server i use asp.net 2.0,please can make it please tell me. I think you would be better served asking your question in the ASP.NET forums, unless you would like to rephrase your question as it relates to VB Express: http://forums.asp.net/ ...Show All
Windows Forms Huge databinding problem.
take this code, one form, with two textboxes, fname and lname, and a timer that runs each 5 sec: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) dt = New DataTable &nb ...Show All
Windows Forms Making a form a control
Hi This might be a real stupid one to some people, but I am a fresh convert from VBA and going through a bug learning curve. I have designed a form with treeview control and its own properties and methods. I would like to also create some inheritance forms from this. I am using Infragistics UltraExplorerBar. Pretty impressive and worthlooking at. If I set the control style to control container, I can very easily drag controls such as bu ...Show All
Windows Forms where can find Terrarium's source code?
i can not find the application's source code, i only find the server's code. who can help me i want to kown how Terrarium manage the customers code in DLL. Could be wrong, but I don't think it's been released yet. ...Show All
.NET Development Creating Images
C#, .NET 2.0, XP+Latest updates I am reading an image from a database into 'rawData'. I then use the following code to create an Image and add it to my cache: // Variables used.. // SortedList<string, Image> m_images; // string fileName; // string imageId; // byte[] rawData; // 'File' is System.IO.File // Save it to a file File.WriteAllBytes(fileName, rawData); // Add the image to ...Show All
Visual Studio Team System Beta 3 was supposed to come out with VStudio RC1 - but where is it?
According to this announcement: http://blogs.msdn.com/somasegar/archive/2005/08/22/451026.aspx " Simultaneously with Visual Studio 2005 RC1, we will also release Beta 3 of Visual Studio 2005 Team Foundation Server (TFS). T" Now, Visual Studio 2005 RC1 has been released. So my question is: What has become of Beta 3 of TFS Next week I need to start evaluating TFS, but I don't want to go to all the trouble of installing Beta 2 if Beta 3 com ...Show All
Visual C# How can I code this?
I am writing a text editor. I would like to have a combobox with all the fonts, and I would like the font to change in the rich text box to the one the user selected. How can I code this Matt Use the following code to get all the Font Names in the combo box for (int i = 0; i < FontFamily.Families.Length; i++) { this.comboBox1.Items.Add(FontFamily.Families[ i ].Name.ToString()); } ...Show All
Software Development for Windows Vista Lab 10 on beta 2.2
I am working through the labs, using beta 2.2 and have run into trouble with Lab 10 (Embedding the Workflow Designer). In Task 2 it tells me to drop a WorkflowDesignerControl from the toolbox into my shell. I can do this, but when I try to modify the Name property of the WorkflowDesignerControl from its default, I get a "Property value is not valid" error with the following details: Code generation for property 'XomlFile' failed. Error ...Show All
Visual Studio ReportViewer Control
Hi, I've just installed VB 2005 Express, SQL Server Express and the ReportViewer control. I'd like to be able to produce simple reports with this edition but i don't seem to be able to do it. The option to add a report to my project just doesn't show. Any idea why this is happening Thanks. I wish there was decent documentation for the VWD ReportViewer add-in. As of right now it is useless for me, as ...Show All
Visual Basic Mathmatical Equations
Im new to the VB language so forgive me if this sounds stupid. I am programming in Visual Studio 2005 Express Edition if it makes a difference. I have created my first program but i need it to diplay decimal values as fractions, as well as i need those fractions in simplist form. Example: X = .8888888889 If the decimal is converted to a fraction it must be 8/9, and no other ...Show All
