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

Software Development Network >> Benchmark Developer's Q&A profile

Benchmark Developer

Member List

Monu_India
Adam Tappis
DROSCOE
Alias
SQLMSFT
Raj74
pons68
Ian Jagger
hhhguten
ojv
Klimov Vova
Jari Haaranen
jeusdi
owned
Patrick Sears
LittleRascal
P S Hall
skg1063
jbrunning
bjoseph954
Only Title

Benchmark Developer's Q&A profile

  • .NET Development ThreadState::Aborted

    I have got a small problem with ThreadState. The next sample will illustarate it. I am using Visual C++ .NET 2005 but it's easy to translate this sample into C# or into VB. #include "stdafx.h" using namespace System; using namespace System::Threading; void foo() { while ( true ){ Console::WriteLine( "test" ); Thread::Sleep(1000); } } int main() { Console::WriteLine(L "The thread is sta ...Show All

  • SQL Server management studio object search

    Query Analyzer has the object search tool - F4 to access. Is there a similar tool in Management Studio I have looked around and been unable to find it. Thanks, RM Check out this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=189306&SiteID=1 Cheers, Dan ...Show All

  • SQL Server SQL 2005 & Windows Password Policy

    We run a few shared hosting servers in the UK, now we used to run mssql 2000 and moved to 2005 in december 2005. Microsoft SQL 2005                                      9.00.1399.06 Microsoft SQL Server Man agement Studio      9. ...Show All

  • SQL Server Syntax for "In" Operator

    Does anyone know what the syntax for the "In" operator is when setting a filter on a matrix. If you want to use the IN filter, the filter value expression has to return a multi-dimensional array. Typically you would use an IN filter with a multi-select report parameter. If you want to define your own list of values, you can use an expression like this: =Split("value1,value2,value3", ",") The Split function w ...Show All

  • Visual Studio Solution Platforms Drop Down Dialog

    I have created a new project type based on the MPF and the IronPython integration sample. I have provided the names of our platforms in the GetPlatformsNames of the ConfigProvider class for my project. When a user creates one of my projects, the "Solution Platforms" dropdown box is populated with one, and only one, of my two platforms. When I enter the Configuration Manager (or the configuration dependent property pages), ...Show All

  • Visual Studio Express Editions Windows Form Aplication

    hello if I create a new project-> windows form aplication-> build aplication.... the program will run on my system, but not on other system with same OS(windows XP SP2) MarianL wrote: but is posible to make that default windows form aplication project to work on a windows xp sp2 default instalation system The moment you use Windows Forms, the app needs the .NET framework to run. So, your targ ...Show All

  • Visual Studio Generate makefile in vc

    In VC 6.0 you can create/ generate MakeFile of your project, but it seems this option is not there in VSIDE .NET 2003. Do u know how to create the makefile of your project or solution As far as I know this is no longer supported and has been removed. Sayed Ibrahim Hashimi www.sedodream.com ...Show All

  • Visual Studio Reports does not work in Visual Stufio 2005 RTM

    I have 2 problems with Crystal Reports in VS .NET. I already asked this questions but don't see answers. I have report with 3 subreports. Report and subreports uses stored procedures on MS SQL 2000. Report was created with Crystal 9. 1. Reports that work in VS .NET 2003 don’t work in VS 2005. I use this schema: Instantiate ReportDocument (ReportDocument rptDocument = new ReportDocument()). Load document rptDocument.Load(“report.rpt”) ...Show All

  • Visual Studio Fatal error by opening a EAP file

    When I open a file with "eap" extension, I receive the following error: Fatal error: "The Microsoft Jet database engine cannot open the file \\itsrv\Proyectos\temp\sst1B.EAP . It is already opened exclusively by another user, or you need permission to view its data". When I try it from another computer, the file is opened but with some strange character beginning by Standard Jet DB". It d ...Show All

  • Visual Studio Tools for Office Using user properties in Find method

    Hello all, I want to filter the appointment items collection with the Find or Restrict methods. But when I use these methods by filtering the collection on a "test" user property and set the IncludeRecurrences property to true and sort the collection by the [Start] property, no appointments are returned. If I don't set the IncludeRecurrences property to true and don't sort the collection by the [Start] property, many appointments are returned ...Show All

  • .NET Development Make custom validation on new row accepted via datagrid!!!

    Hi everybody, I have a datagrid on a winform. The datagrid is binded with a datatable. My table has a small number of data, and editing, inserting, deleting rows is not often, so I allow users can do all of these things directly on the datagrid. That is, on the datagrid users can edit row, select a row then press 'delete button' to delete it. and accept data for a new row. When user finish his work, he press save button, then i call the up ...Show All

  • Software Development for Windows Vista Issues in SQLTrackingService

    i am working on SQLTrackingService given in WWF Labs-03. It is good. i observed all tables but the following tables are never populated with data. dbo.Workflowchange , dbo.Artifact, dbo.ArtifactAnnotation, dbo.EventAnnotation dbo.AddedActivity dbo.RemoveActivity. Under what condition these tables will be populated. Hi Ravi, The tables WorkflowChange,AddedActivity and RemoveAct ...Show All

  • Visual Basic Wheel Mouse Use in Visual Studio 6 Developer Environment

    Whilst some Visual Studio 6 panes respond to the mouse wheel, the code pane does not. Is there a way of activating this feature No there wasnt a VB6 forum Places to find answers for older versions of VB. Maybe the VB6 newgroups - http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.vb.general.discussion&lang=en&cr=US Or perhaps the VB6 resource center http://msdn.microsoft.com/vbrun/ or perhaps www.vbcit ...Show All

  • SQL Server Reporting Server error

    When I log onto the homepage of my reporting server I get a big RED "X" in the upper left hand corner with the word "Error" . There is nothig in the event viewer to indicate a problem. I have looked at the IIS permissions and they all appear to be set properly. Are you trying to connect to <servername>/Reports or <servername>/ReportServer What version are you using Have ...Show All

  • .NET Development BIG BIG and little challengeing Tcp/Ip prb with C#

    when sending throught tcp u can only send in bytes my problem is: I have server and client, the client send a string(transodrmed to bytes) command to server, in the server i have a On Data Recived method.. my problem is that my string doesnt come all in one it come trought multiple pakets, and i dont know when the string finished to recive.. so i can execute that command i know that u guys dont really understand (my fought) client send co ...Show All

©2008 Software Development Network

powered by phorum