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

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

Luislcm

Member List

Joe_D
fathi S. Elashery
ebby
Kestutis
Tigers21
jkidd01
Damien fromOZ
wadnerk
EvilOneSD
Dhananjay
Gary Dessler
Shady-Potter
MayoDev
davidy13
Kea
Vaish
renon
Raoul_BennetH
collide
Le Saint
Only Title

Luislcm's Q&A profile

  • Visual Studio 2008 (Pre-release) Is it possible to run WPF applications in a system which only contains .NET framework 3.0?

    What are the requirements for running the WPF applications Can we copy the .exe file of the WPF application and will it run in other systems From the list of following what are the requirements for running WPF application Visual Studio 2005 Windows SDK .Net Framework 3.0 I developed a WPF application. Can i copy only the exe file of the WPF application and install in other systems and run the application ...Show All

  • Visual Studio Team System How to pass value of a context parameter to a web/load test via VS command prompt

    Hi, I've a web test that has a context parameter (say pageurl). I am able to set a value in the VS and run from both VS and cmd prmt. How ever if I want to run the same webtest for a different value, is it possible for me to set the value @ cmd prmt and run the webtest (I'll not set the value of CP in the VS). This way, I can make my webtest more generic. if this particular webtest is passed as a value for a load test, will it be able to actually hit the page URL I've set via cmd prmt Thanks in advance. Yes, setting an environment variable on your local machine will no affect tests running from a controller. In that case, you'd need to set the environment variable on each agent machine, but that's really a difficult solut ...Show All

  • SQL Server ReportServer Website

    Ok, I have this up and running thanks to the help of lots of users in this forum (Thank You again) I deployed some reports, and everything looks fine, however to add another twist to this, I would like the website to look prettier, by adding something like a welcome page,and some folders and such. Does anyone have any ideas on how to do that DO you have any material or a website, where I can get some info Thanks ...Show All

  • Internet Explorer Development Capturing URL in address bar

    Hi, I am doing a plugin for Internet Explorer. However this plugin requires the current URL that the user had typed in. My question is, is there anyway that using C# i can capture the current URL that the user had typed this plugin is also developed in C# Regards For example take a look at the code here: http://www.codeproject.com/csharp/dotnetbandobjects.asp In the project BandObjectLib and class BandObject there is a field called Explorer. Through this field you can access the LocationURL. ...Show All

  • Visual Studio Team System Debugging a custom task?

    How does one go about debugging a custom task At present I am relying on Log.LogMessage etc which is quit etedious. My build project is not overly complex but I do make use of variables passed in from ItemGroups and PropertyGroups. I am also hitting the TFS api in this task. I read somewhere of creating a mock build engine object but that would be more for unit testing, and not actually real-time testing. Is it possible to attach to the msbuild process and then step through the code Those of you who have created custom tasks, can you share your thoughts Thanks! In general, the answer is to include System.Diagnostics and insert a Debugger.Break() statement - this will allow you to attach the debugger to the msbuild.exe process. Thi ...Show All

  • Windows Forms How to create Arrow Line Control?

    Hi, all. If you ever used visio, you have seen the arrow link. You can put arrow link between two text boxes or image boxes. I want to create the arrow as a custom control so user can select arrow on the form and can drag it/link between two picture boxes. Does any one knows about this Any info will help! Thank you. I want Arrow line control which exactly works like the on on the Visio or Powerpoint.. Since it's a control, User should be able to click it. It's like a Line control in VB6. However it's missing in .NET! ...Show All

  • Visual Studio 2008 (Pre-release) May CTP: Where are array extension methods defined?

    Nice work, the CTP - a tad flaky, but usable. I am in the process of upgrading one of my projects using LINQ to the May CTP. I managed to get the build process running, found the "missing" DLL's. I am now stuck with basically 5 compiler errors all related to extension methods. DLL's included are: System.Core; namespaces used are: System; System.Collections.Generic; System.Linq.Expressions; System.Linq; System.Text; System.Xml; The compiler chokes on: public IEnumerable < object > GetValues() { return _FieldValues.ToSequence(); } where _FieldValues is defined as: object [] _FieldValues; Can anyone enlight me In the May CTP ToSequence sas a valid extension that was de ...Show All

  • Visual Studio How to Add Untyped DataSet or DataTable to Report as a Report Data Source

    Please help me to solve following 3 points 1) How to add DataTable as a Report Data Source in RDLC file I don’t want to make XSD, My Database contains 300 Tables, 2400 Stored Procedure and I have to develop 600 different reports. So Creating XSD for each report is not possible. I want plain dynamically initialized DataTable or DataSet, I mean untyped. 2) How to add fields to the Report I mean is there any thing like dragging and dropping textbox or so 3) I reviewed all examples of GotReportViewer.com, Example of SubReport is exactly what I want but I cant find that how to build that report visually in Visual Studio. Its Urgent, Please ...Show All

  • Windows Forms datagrid troubles with stored procedure (vs 2003)

    I have the following code: Dim daGrid1 As New SqlDataAdapter(Me.SqlCommand1) (a stored proc) Dim dsGrid1 As New DataSet dsGrid1.Clear() daGrid1.Fill(dsGrid1, "top") DataGrid1.DataSource = dsGrid1.Tables("top").DefaultView I set the command to a stored proce and fill a dataset, then set the datagrid1 to the dataset table. I can then see the data grid on the form filled out. I need to change the column headings, hide some columns, then click on a row, and get the hidden field and pass it on to another form. I thought I would need a table style for that. But when I try to add one, I get: "The data grid table styles collection already contains a table style with the same mapping name." ...Show All

  • Windows Forms Problems with Flash9.ocx (maybe)

    Product Versions: MS .NET Framework Version 2.0.50727 MSVS2005 Version 8.0.50727.42 Macromedia Flash Player 8.0 r22 8.0.22.0 Definitions: FlashObj axShockwaveFlashObjects (flash8.ocx) Visual Studio Version: vs2003, vs2005 Language: C# This FlashObj works perfectly in vs2003 Fact/Symptoms Fail 1 1. I put the FlashObj on the Toolbox using "Choose Items" 2. With a new windows app I attempt to place the FlashObj on the form 3. I recieve an MSVS error: Failed to import the ActiveX control. Please ensure it is properly registered. Fail 2 1. I open a vs2003 c# app in vs2005 that already has the FlashObj on a form. This app runs good in vs2003. 2. After going thru the vs2005 conversion wizard 2. I can place another F ...Show All

  • Visual Studio Team System Viewing TFS Project Work Items on corresponding WSS Team Project Portal

    Salam, We've just installed MS TFS Trail Version for evaluation. Next, we created a new Team Project and chosed the MSF Agile Process for the project. The wizard creates a WSS Team Project Portal for the project. A number of tasks were automatically created on TFS work items lists by the wizard. Now, I opened the WSS Team Project Portal and navigated to the tasks list, the tasks that I could view on TFS Team Explorer are not listed in WSS Team Project Portal Tasks List, shouldn't they I did nothing except following the wizard steps, should any further settings and configurations be applied so as to view the same tasks list on both Team Explorer and Portal Is it something to do with being using the trail version Any advice is highly ...Show All

  • Visual Studio Team System Error while following Naren's Blog for "How to use Custom Controls in Work Item Form".

    I am using Naren's Blog  for " How to use Custom Controls in Work Item Form". I am using SP1 & Microsoft.TeamFoundation.WorkItemTracking.Controls.dll with version 8.0.50727.127. I copied WorkItemIdReference.wicc and WitCustomControlSample.dll to C:\Documents and Settings\All Users\Application Data\Microsoft\TeamFoundation\WorkItemTracking\CustomControls I added  <FIELD name="DuplicateId" refname="MyFields.DuplicateId" type="Integer" /> under <FIELDS> tag and <Control FieldName="MyFields.DuplicateId" Type="WorkItemIdReference" Label="&amp;Duplicate Id:" LabelPosition="Left" /> in the FORM to Customize Bug Work Item. I am getting following error when I am trying to customize ...Show All

  • Visual Studio Team System Please help! TF30177 Team project creation failed. (Creation of first and only project)

    Hi all, I've been trying for over a week to get the trial version of Team Foundation Server to Install on a Win2k3 server. Each time I've come across a problem and managed to resolve it, but this one has got me stumped :( I've read a lot of postings about this, all of which i have tried and have been unsuccesful. The error log is detailed below, I've included only the problem part, but can post the rest if required. The fundamental problem is that I cannot create any new projects in Team Server, getting the error shown below. When I try to navigate to the /_vti_bin/Sites.asmx in the default website i get a 404 'The webpage cannot be found' error. I have checked the site via IIS and the file system and it does exist within the d ...Show All

  • Windows Forms Problem adding files to deployment project.

    I am having problems adding text files (xml) to a deployment project. I check out the deployment project and try to add a file (from both the File System View and the Solution Explorer). I select the desired file from the Add File dialog and click Open. The Add File dialog closes and nothing happens. In the past I found when I observed this behavior I had to make sure the file I was trying to add was writable so I would check it out from the source control (I am using ClearCase) and I would be able to add the file. Now this doesn't seem to make a difference, no matter what I do, the Add File dialog closes and nothing happens. I have not seen any sort of error message anywhere obvious. I can add project outputs, but not files. Has anyone se ...Show All

  • Software Development for Windows Vista Package load error when starting VS.NET 2005

    Similar to the issue reported here ->  http://forums.microsoft.com/msdn/ShowPost.aspx PostID=88635 I'm running the exact same version of VS.NET 2005 Beta 2 (beta2.050215.4400) on two machines but on one machine I get the following error when VS.NET starts up: Package 'Microsoft.Workflow.VSDesigner.DesignerPackage, Microsoft.Workflow.VSDesigner, Version 3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' has failed to load properly (GUID = {FD526733-BD72-4F81-BEEC-BEB06E2AF59F} ). Both platforms are running the same OS (WinXP) etc. and development environment. On the system that produces the error, it seems I still able to open/use the Workflow designer (downloaded/edited & run the samples). ...Show All

©2008 Software Development Network