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

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

ShadowLord

Member List

kmp112495
ISRA
Leandro Gregory
Moclobe
sjallipalli7409
KC GSR
sk4130
Turbojohn
Keith M. Dennis
Liam404
shrooman
Eigil
Deeneyman
Mohamed Harris
John C MCSD
Sankar07
Eric Lewandowski
BillyRoberts
Hani Felemban
Eylem Ugurel
Only Title

ShadowLord's Q&A profile

  • Visual Studio Team System TF30162: Task "WITs" from Group "WorkItemTracking" failed

    This is with Beta3 on a real 2003 Standard Server SP1. Setup worked without a problem. I did change the name of the three accounts but they all work fine. I cannot create a project with a user account that's in the domain admin group. However I can create a project with the <setup> account logged on on the server directly. Thinking it's a SQL permission kinda thing, I gave the domain account all the same permissions as the <service> ...Show All

  • SQL Server How to Update or Delete records with a SqlServer Destination

    I'm a novice to SSIS (and we've never used DTS). Writing a Control flow that inserts records worked fine, using lookups and all, but i can't find somewhere an example on how to update records of even delete records. Any suggestions .... Thx Harry Leboeuf Are you referring to the control flow If so, you can do this inside the Execute SQL task. The OLE DB Command transform is how you can play with tha ...Show All

  • Visual Studio Team System Source Control Reporting

    Source Control is considerably more sophisticated than VSS and persists a lot of obviously useful historical data. However, I am not finding any information on how to unlock that info for audit purposes. Question: Is there any documentation on how to run reports against Source Control Also, canned reports would be nice similar to the ones that are provided for bug tracking/velocity, code churn, etc. Billy, Wh ...Show All

  • Windows Forms printing in order

    Solve one problem- create a different one.  OK- I can send all of the files in a directory to the printer but now that problem is that if the files are of a different type-- such as pdf and doc  - the doc files end up&n ...Show All

  • Visual C# Calling ATL-based objects with C#

    Hi, I am a newbie in C# programming.( though was using COM,Win32 earlier!) I try to explain the current problem, which I am facing- 1.I have a ATL dll(VS6) and a C# program(which refers to a web page...VS7). 2.I run C# CLR from this ATL dll. 3.So C# is caller program, which calls ATL dll's signatures. 4.Though I have added refernces to this ATL dll, in my C# prgram, but thread fails on ATL dll as well as C# program, as soon as it tries to enter ...Show All

  • SQL Server Insufficient Log Data

    The mirror database, "UOP_PIMB", has insufficient transaction log data to preserve the log backup chain of the principal database. This may happen if a log backup from the principal database has not been taken or has not been restored on the mirror database. (Microsoft SQL Server, Error: 1478) I've taken a backup while the database is online and applied it to my "other" server. What do I need to do to have both in sync ...Show All

  • Visual Studio Express Editions Learning -Books-

    Anybody have a good sujestion for books. I am new to programing and have bought Visual Basic 2005 step-by-step and also Visual Basic 2005 The Language. I am looking for a book that deals with a larger overveiw of programing in general someting that can set a solid base for a good future. Any thoughts would be helpful. Thank you. The book you're talking about is called Code Complete. It covers a lot of topics that are about programming i ...Show All

  • Smart Device Development System.Data.SqlServerCe.SqlCeConnection.CreateCommand(out System.IntPtr)' is inaccessible due to its protection level

    Hi all, I am working on SQLCE, but when I try to overload CreateCommand() as suggested by MSDN library as CreateCommand(out IntPtr), I got following error: System.Data.SqlServerCe.SqlCeConnection.CreateCommand(out System.IntPtr)' is inaccessible due to its protection level please solve my problem... how can i remove this error... thanx This overload is for internal use only, you should use another one (as far as I know the on ...Show All

  • Visual C++ linking fails when compiler is set with the \clr

    Hi, I have a solution comprise of 2 projects with one referencing the other, both are written in visual c++ and both are compiled with /clr, each of them is also compiled with the option /MDd. when this solution is compiled with the option "no run time support ", it's compiling allright, but with /clr I got the link error- lnk2022. the compiler has indicated an error in a lib file , so I used ildasm tool to generate an ...Show All

  • .NET Development TableAdapters/XSD Schemas/XPath Query and the Update Function

    I am starting a new thread as I have not seen in other threads people using the same combination of technologies. I have been working on this problem for the last 2 weeks and am completely stumped!!!! Here is the scenario: I am having problems with SqlXmlAdapter.Update.  I am running Visual Basic Express 2005 and SQL Server Express 2005. Here is the code that does not work...  I hope this is enough to work with... __________________ ...Show All

  • Visual Studio Bug in Microsoft.VisualStudio.Package.DropDownMember.op_Equality()

    The code for this method is (according to Reflector): public static bool operator == ( DropDownMember m1, DropDownMember m2) { return m1 . Equals ( m2 ); } The problem is that mi can be null, when called from TypeAndMemberDropDownBars.GetEntryText(), GetEntryImage() and GetEntryAttributes(). The 'if ( member1 != null )' test in each of these methods ultimately ends up in DropDownMember.op_Equality(), which throws an excepti ...Show All

  • Windows Forms VB.NET DataGrid

    Hey, I am trying to display a column at the far right of the datagrid which would have the total of all the values for each individual row. I added a datacolumn by setting it's expression property, but, this works only if you change rows f ...Show All

  • Windows Forms TreeView Control and BindingSource

    Hello, I wanna create a TreeView from BindingSource. The BindingSource has a typed DataSet as its DataSource. In that DataSource I have a Family Table. which containes family memebers. I wanna Display all these family memebers in the TreeView Control. Then I have other Tables which shows information about each family Member. Like age , name and education. For all other controls I decided to use BindingSource as the DataSource so that I have Some ...Show All

  • Windows Forms "Templatable" repeaters in WF

    ASP.NET easily lets one define customised templates on how to repeatedly display data with Repeater and DataList classes. WF only has the DataGrid which doesn't appear a third as formattable as the ASP.NET equivalent. What would be the most effective and ...Show All

  • SQL Server Convert numbers to Month Name

    I have a stupid field in my database that doesn't hold a date but I have to use it to determine the month in my Chart in SSRS 2005. So for example, check this out: http://www.webfound.net/chart_months.jpg Ok, so how can I change those numbers to the Month Name I tried MonthName() around my field in the expression builder, but that's only for a datetime field. Hi, Just try =Monthname(1) or =MonthName("1") ...Show All

©2008 Software Development Network

powered by phorum