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

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

Stark77

Member List

norisk
SoCalWizard
Chris Denslow
vijil
jjrr007
cnewbie
lasu
jwhitehorn
Robert McIntyre - MSFT
RajanSelliah
mniccole
ldhertert
Steffen Niekler
Jose Fuentes
msnken
MaheshKshirsagar
Rick Kierner
manticor
Wayne_Peterson
Sairam Srinivasan
Only Title

Stark77's Q&A profile

  • Visual Studio Team System Unable to create a Team Project

    Hi, We installed VSTS Beta3 using dual server concept. In first server we installed SQL Server 2005 Sep CTP and TFS Beta3 Data Tier. In the second machine we installed Windows Sharepoint Services(WSS) and then installed windows update for installing WSS SP2 and finally we installed TFS Beta3 Apptier. We then installed VS 2005 RC and then connected to tfs server. We then want to create a Team Project we are getting following error: TFS30177: Tea ...Show All

  • Visual Studio Team System Can I access the SQL server databases directly?

    I have found the following database files in C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data STS_team-foundation_1.mdf TfsBuild.mdf TfsWarehouse.mdf tfsWorkItemTrackin.mdf ->this was what i was looking for My problem is that I can't seem to access the database using the visual studio "connect to database" tool. I tried all three of the user that were created for the server setup(tfsSetup, tfsReports, tfsService) t ...Show All

  • Windows Forms Designer problem when extending components in the same project

    Hi, I have a problem similar to this one: http://support.microsoft.com/ kbid=842706 but in both VS 2005 Express and VS 2005 Pro. Designer will present the message: Could not find type 'ComponentName'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built. at System.ComponentModel.Design.Serialization.CodeDomSerializerBa ...Show All

  • Visual Studio Express Editions STL.NET

    Is the STL.NET library included in the February 2005 Community Technical Preview Release   for Visual C++ 2005 Express. Paulos STL/CLR (the new name for the library) is not in the Feb CTP. It will hopefully be included in beta 2, due later this month. ...Show All

  • SQL Server Problems Executing Stored procedure OLEDB

    <sigh> been doing all kinds of stuff in SSIS and then I get to what I thought should be simple: Running a stored procedure, and I've had nothing but headache: OLEDB connection, ResultSet None SQL Statement: EXEC dbo.pStoredProcedure , , , , , , OUTPUT Parameters Mapping page: User::gvSourceName Input VARCHAR 0, User::gvDestinationName Input VARCHAR 1, System::UserName Input VARCHAR 2 etc.. etc.. UserlvDataImportID Output NUMER ...Show All

  • Visual Studio Express Editions Numeric Problem

    Hello, I am currently writing a gemetric multigrid solver as an exercise at univeristy. Until now i have developed the solver with gcc. But I want to port this project to Visual C++ 2005 Express. My Problem is that exacty the same code compiled with gcc give me the right results. But if i compile it with Visual C++ the program runs but do not give me the right results. The solving process is iterative so the defect is getting smaler with every i ...Show All

  • Windows Forms What the eck??? Error on Line 0???

    Got rather weird error in my solution.... Everything has been working fine but I have suddenly got a debug message that reads "Object Reference not set to an instance of an object".  Doesnt sound like an unusual message, but this one is&nb ...Show All

  • SQL Server concatenate a string within a loop from a temp table

    I need help. I have a large table that looks like this. (ID INT NOT NULL IDENTITY(1,1),PK INT , pocket VARCHAR(10)) 1, 1, p1 2, 1, p2 3, 2, p3 4, 2, p4 5, 3, p5 6, 3, p6 7, 4, p7 8, 5, p1 9, 5, p2 10,5, p83 i would like to loop through the table and concatenate the pocket filed for all the records that has the same pk. and insert the pk and the concatenated string into another table in a timely manner. can anyone help Emad ...Show All

  • Visual Studio Team System Team Build that performs builds from 2 projects?

    Hi all We have an application that references another TFS project in the solution, so in order for my app to build it needs to build the project it is depending on first. Is this possible with Team Build Thanks Kev Refer blog http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx Thanks. ...Show All

  • Visual Basic running long SQL script in file

    I've got a long sql script that I want to run from my VB code. The script is in a file, say somefile.sql. Any suggestions on how best to do this Or use a stored procedure and/or direct Ado.NET using parameters and hence negate the ability for malicious users to use SQL injection. I won't make a suggestion to which is better, in-line SQL vs. sProcs.....that's a touchy subject for database programmers. ...Show All

  • SQL Server How to create and combine 4 reports, one being a total off fields from the other 3 ?

     If I have one rdl.. and I need 4 reports in it, one has a table that is a summary off certain fields from the other 3.  I have some questions then 1) How do I add 4 reports to the same report so that I end up with 4 Excel tabs 2) How can I relate a 4th report to be a summary report of all 3 other reports in the same rdl  My Excel file in the end will have 4 sheets.  3 of them will be reports, and the ...Show All

  • Smart Device Development C++ DLL for VB smart device app

    Hi everyone! I'm a beginner so please forgive me for asking this... I'm trying to create a c++ dll for a vb app, I'm still learning and following tutorials from the net. While I'm pretty sure I got the C++ writing part, my VB app terminates due to an unhandled exception of type 'System.MissingMethodException' (Can't find PInvoke DLL 'emptydll.dll'.) I don't understand what I did wrong. Some questions I have are: Do I need to place the DLL somewh ...Show All

  • Windows Forms How To Call Mdi Function From Dialog Form ?

    Hi All , I Want to call to fnUserExist function From the frmLogin dialog form code. This is the code that I have in the mdi form Form frmChildLogin = new frmLogin(); frmChildLogin.ShowDialog(); public bool fnIsUserExist(String sUser , String sPassword) {    return true ; }   Please Help Thanks. It's Correct, You are OK. Thanks Again David . ...Show All

  • Visual Studio Help Broken Help Editing Macros in VS 2005 Beta2

    I have found the fix that takes care of the broken help with the VS2005 Beta2 installation.  However, I still have broken help if I try to use help while I'm in the macro editor.  Does anyone know of a fix for this further problem Thanks A late follow up that may be of interest. I later attempted to install the SQL Server 2005 CTP.  This required me to uninstall the .Net 2.0 framework that VS had installed.  Needle ...Show All

  • Software Development for Windows Vista ASP.NET and WF viable?

    Hi, I am very much enjoying all the new technology coming out around the WF. Seen some interesting webcasts from MSDN and articles in MSDN mag. I've not seen anything about how to actually do PageFlow from the WF as described briefly in Israel's webcast on ASP.NET/WF. I've yet to see any examples here at the WF website. There are some good webcast examples using InfoPath and Sharepoint to demonstrate WF (not PageFlow). I'm wondering if anyone ...Show All

©2008 Software Development Network

powered by phorum