Software Development Network Logo
  • Windows Vista
  • Microsoft ISV
  • Visual C#
  • Visual C++
  • Windows Forms
  • Game Technologies
  • Visual Studio
  • VS Express Editions
  • Architecture
  • VS Team System
  • Visual J#
  • Smart Device
  • .NET Development
  • Visual Basic
  • Visual FoxPro

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

Ally

Member List

JeyKey
asifBasha
Landero
Daniele Balducci
Niksta
Kanna
AK-47
DelWare
Joni
Steve Savage
PETER_WHITE123
Joe Hanlon
RWeigelt
Jana Carter
vindos
Peruri
FukDotNet
Mel MacMahon
g.miranda
Jerrie Pelser
Only Title

Ally's Q&A profile

  • Visual Studio Team System Launch Error, no data was collected

    More often than not, when I run a Performance Session, I get a small dialog box that says: Launch Error PRF0025: No data was collected. However, the session does create a .vsp file that I can then add to the Performance Explorer and view the report.  Is this a known issue, or am I doing something wrong Thanks, Bob Willer BetaID 267513 Lucky me.  :) Patrick, are you running in sampling or instrume ...Show All

  • Visual C# Problem with sorting a generic List

    The new generics in C# 2.0 are really breath taking, but I've got some problems with sorting a Generic List. I've got a List<KeyValueType<TKey, TValue>>, so this is a list containing another generic type. Now I would like to sort this list by the TKey type of the KeyValueType<TKey, TValue> type. The list contains KeyValueType objects with in which the TKey is unique. I've been working on it all night, but can't get the synta ...Show All

  • .NET Development Regular Expression syntax for C#

    Hello Everyone, Currently, I am working on a project that required heavy pogramming with regular expression. I am looking for documentation about regular expression from Microsoft. Please upload the document if you don't mind. Regards JDang Rather than looking for Microsoft specific documentation on regular expressions I would look into two directions... first, read up and learn a ...Show All

  • SQL Server Data Reader Source cannot be configured

    Hi, I am using a Ado Connection Manager to connect to a M S Access source. But when I use this connection Manager in Data Reader Source, I am Not able to Configure Data reader Source. It gives exception "Cannot Acquire Managed Connection From Run Time Connection Manager". Can anyone help on this. Thanks Dharmbir It works for me fine. There are a couple things to check 1) ...Show All

  • Visual C# How to dynamically check if a type supports the "+" operator

    All, Has anybody any idea on how we can query a type to check whether it supports the "+" operator Correct me if I'm wrong, it seems to me that we can only query those methods which are named methods, like "Add" instead of "+". Thanks. Noli Operator+ is a named method; if you inspect CIL code that is produced, you'll notice a method called op_Addition. ...Show All

  • Visual Studio Upgrading VSS6d to VSS2005

    Hello. I’ve just (12-Dec-2005) downloaded from the msdn suscriptions site the latest vss2005. Is this the final release version I’ve read the forums searching for info about the "upgrade" process and I’m pretty clear about that. Only one question remain: Can I run the uninstall vss6 - install vss2005 steps with the vss database on a particular state or not Should I make my team to check all files in before the installation of 2005 ...Show All

  • Visual Studio Express Editions VB 2005 Express ED. can not connect to SQL Server 2005 Workgroup Edition

    morning, I have just created my Company Database, now i'm developping an application for this, but i can't continue because i can't connect my VB 2005 Express Edition to my SQL Server 2005 WorkgroupEdition, when in VB 2005 Express Edition i'm trying to add a Data connection to my Database file.mdf, - Datasource : Microsoft SQL Server Database File - Dataprovider: .NET Framework Dataprovider for SQL Server and The Log ...Show All

  • SQL Server generate Testdata

    Hello I'm searching for good ideas how to generate testdata from existing data. e.g. i've a table "tabPerson" with PersonId, LastName, FirstName. Know i want to produce testdata using the existing data, but i must not be able to reproduce the original ones. Are there some good ideas or algorithm Thx a lot Michele Can you please explain - you wouldn't be using names in test data for data mining, unles ...Show All

  • Visual Basic First Chance Exceptions

    Having converted a VB.Net 2003 project to VB2005 as soon as the program is run in the debugger I get these two statements in the Imediate window A first chance exception of type 'System.ArgumentOutOfRangeException' occurred in mscorlib.dll A first chance exception of type 'System.ArgumentOutOfRangeException' occurred in System.Windows.Forms.dll Can any one shed any light as to what the cause is I have a break point at the very first ex ...Show All

  • Visual C# javascript in code

    web application aspx <table..> <tr> <td bgcolor=".." style="<% GetVisibility();%>"></td> </tr> </table> aspx.cs public string GetVisibility() { string keyMaster = Request.QueryString["keyMaster"]; if(keyMaster != null) return "VISIBILITY:visible"; else return "VISIBILITY:hidden"; }   not work!!!! There are a few things you may want to consider ...Show All

  • Software Development for Windows Vista [OT] - Do What I have to do for to join the Beta of Vista?

    Hi, I'm sorry if I ask for it here, but it's from the month of May that I'm asking for to join this beta, but I never had a response :( I asked it to the betaplace site, to the Connect site, to the Admin of the Mail beta, OneCare, MSN and others .. but no1 know how I can to join this beta. Please, if here is someone that know how to help me I will be really glad. thanks and excuse me for the off topic. Marcello Consolo Microsoft Bet ...Show All

  • Windows Forms KEyboard Control

    Hi, Is there any customisable keyboard control that I can use in my application    I might need to customise it to remove a few keys, add new keys and change the functionality of a few keys.  Can I download code from somewhere  or s ...Show All

  • Microsoft ISV Community Center Forums Business Scorecard Manager 2005 Webpart problem

    Problem with the Business Scorecard Manager 2005(Maestro) on an Analysis Services cube of SQL Server 2005 Apr CTP While using the Office Report View Webpart (Pivot Table) in WSS, cannot see the Toolbar with the Save option. So if i create a Pivot table with the Dimensions & measures, click another link and come back to this page, the Pivot table gets reset without any fields Any solution I have a similar problem. I installed exactly ...Show All

  • Visual C++ Running an .exe file compiled in VC++ 2005 on a different computer

    Hello, I've got a question regarding how to run a program compiled using VC++ 2005 on a different computer. Although I have seen the thread by suda5181 and the answer by RonaldLaeremans (http://forums.microsoft.com/msdn/ShowPost.aspx PostID=23371), I can't find the redistribution pack for the current Visual C++. I have found a page with the Redistribution pack for Visual C++ 6.0 (http://msdn.microsoft.com/library/default.asp url=/library/en- ...Show All

  • Visual Studio 2008 (Pre-release) Will DLinq fully support objects-first development?

    Microsoft: 1. Will DLINQ be able to a parent-child relationship without having to write a ParentId property in the child class 2. Will DLINQ be able to map dictionaries (not just sets) 3. Will DLINQ be able to map nested classes properties in the same table as the class 4. Will DLINQ support all inheritance mapping strategies (class table, single table, concrete table) and be able to mix strategies at different levels 5. Will DLIN ...Show All

©2008 Software Development Network

powered by phorum