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

Software Development Network >> Josh Crosby's Q&A profile

Josh Crosby

Member List

Koen Vermeire
eric8910
Hannah11632
Mike Haro
Kameswara Sarma T R K
AnushaD
Sha1-Hulud
dotnetwebdeveloper
WJ53418
Wagner K.
Jannet
DDressel
Juerg
Jerome Hannebelle
Express edetion user
Jorg Jooss - MSFT
ALeal
Silvina
Niros
JoelLoh
Only Title

Josh Crosby's Q&A profile

  • Visual C++ how to declares a class type?

    In msdn, the explain of the class keyword is: The class keyword declares a class type or defines an object of a class type. class [ tag [ : base-list ]] {     member-list } [ declarators ] ; [ class ] tag declarators ; The elements of a class definition are as follows: tag Names the class type. The tag becomes a reserved word within the scope of the class.   i want to know how to ...Show All

  • SQL Server oracle connection manager configuration help

    Hi, I dont know if I should post this question here, or on oracle forums, but here goes ... I made a simple package that performs 2 Excecute SQL Tasks, one task does a select query on a SQL Server DB Table, the other task does a select query on an Oracle DB Table. The package runs fine in BIDS when debugging, but when I deployed the package to a file system and added it to an sql server agent Job, it all went wrong ... I tried th ...Show All

  • Visual C# How can I draw a circle with radius and area writen on?

    I have made an calculator that calculates the area of an circle when a user input the radius. So i wounder how i can (using C#) draw the circle with the measure on. Sorry if it is bad english. Thanks to those who wanna help! Thanks do you have any good tutorials to recomend ...Show All

  • SQL Server DHCP Service fails to start after installing SQL Server 2005 April CTP

    I have a Windows 2003 Server SP1, Active Directory, Application Server and RIS installed on my computer. After installing SQL Server 2005 April CTP my DHCP Service fails to start. In the Event Viewer I see the following Events. Event Type : Error Event Source : Service Control Manager Description : The DHCP Server service terminated with service-specific error 20013 (0x4E2D). Event Type : Information Event Source : Appl ...Show All

  • Visual Studio Team System TF30068: An exception has occurred in a TF component: Could not load 'microsoft.visualstudio.coverage.analysis'

    Hi, i've just installed TFS beta 3 + TFS Client using TFSSETUP account :), after logof and login with my admin account i'm getting this errors in MS Error Reporting: Application: VSTF Coverage Analysis Error Description: TF30068: An exception has occurred in a TF component: Could not load file or assembly  'Microsoft.VisualVtudio.Coverage.Analysis, version=8.0.0.0, Culture=neutral, PublicKeyToken=some numbers' or one of its dependencies. ...Show All

  • Visual C# how to delete files with a certain extension

    I know how to delete a single file, but how do I delete multiple files at once with a certain extension Is there some file enumeration function I'm unaware of i.e. if exist c:\test\*.txt del c:\test\*.txt System.IO.Directory.GetFiles has an overload which takes a search string as well as a directory path. ...Show All

  • Visual Studio Express Editions fatal error C1083: Cannot open include file: 'xxxx.h': No such file or directory

    Hi, I'm using Visual C++ 2005 Express, and I see that this type of error message has been giving a lot of people problems, but after trying a few of the fixes posted here, my project still gets the same error message. Here's a snippet of my .h file: //randomcard.h int randomcard( void ) {    int randomnum; and here's the top part of my .cpp file: #include <stdlib.h> #include <stdio.h> ...Show All

  • Visual Studio Team System Cannot connect VS 2005 Team Suite client to Team Foundation Server

    I have installed Team Foundation Server Beta 2 (application and data tier on a single server) and the install seemed to work correctly. I can certainly use the Sharepoint Services pages successfully. I have Team Suite Beta 2 on a separate machine and I am attempting to connect to the TF Server. However, when I use Tools/Connect to Team Foundatioin Server and add the server I get a message saying "Unable to connect to the Team Foundation Server:v ...Show All

  • Visual Studio 2008 (Pre-release) Storyboard in a CustomControl doesn't find an element to animate

    Hello there! I have a ListBox with the following DataTemplate in < ListBox.Resources > <!-- DVDItem in ListBox --> < DataTemplate DataType = " {x:Type src:DVDItem} " > < src:DVDViewboxItem x:Name = " MyDVDViewboxItem " /> </ DataTemplate > Everything works fine but only if I enter my DVDViewboxItem I get an exception, that a Storyboard in DVDViewbox ...Show All

  • SQL Server Initializing SQL Server Reconciler has failed.

    Hi all ,     In my VB.NET application i have made a synchronization function which synchronize the data from a SQLCE SERVER 2000. till the data is less the synchronization happen well the data from the PDA database to the Desktop version database goes well but when we increase the data size in the syatem(desktop) or Pda the following error comes: 2. On synchronizing the data from the PDA database to the Sql database on th ...Show All

  • .NET Development custom CreateUser Control

    i want to increase one field into dbo.aspnet_Membership.update table and over loading Membership.CreateUser method how can i write the CrateUser. thanks. You might want to post at the forums on www.asp.net instead. The Membership, Role Management and Login Controls section at http://forums.asp.net/144/ShowForum.aspx  should be able to help. ...Show All

  • SQL Server SQL 2005 Agent Configuration issues

    Hello, I've got two problems when attempting to set up SQL Server 2005 Agent. Any help on either of these would be greatly appreciated. 1.) When I go into properties of SQL Server Agent and then to history. I check the Automatically remove agent history checkbox and set the time delay, but it doesn't stay checked when I exit and look again. Does anyone know how to fix this or even better the specific registry key I can change to for ...Show All

  • Visual Studio 2008 (Pre-release) WPF in Feb CTP still breaking wherever!

    The last time it threw exceptions when deserializing the BAML left and right trying to run compiled applications, if I was lucky, I managed it to run once, if it was the first WPF application to run on my system. The reason where was that it was a known bug related to non-SSE2 CPUs. Meanwhile I upgraded my machine to an Athlon64 X2, instead of exceptions, the application is dieing now due to simple breakpoints. I still only manage to run it once ...Show All

  • SQL Server How to avoid Caching of Reports?

    Hi All, We have a Report wherein we specify the criteria and then generate the report. The issue is when we give a new criteria the second time and generate the report, we get the old result set that was for the previous criteria. How can we avoid this Thanks in advance. Sundar if you are calling the report via URL access then add in the rs:ClearSession=true command to the url ...Show All

  • Software Development for Windows Vista When an instance state WF become idle?

    Hello,When an instance state WF become idle and can I modify this delay When ideled(after daly expiration), the SQLPersistance Service doing his job(persistance) . If this is possible, how to Thank you Are you asking how to persist a workflow when it becomes idle If so, when creating the Persistence service you need to set UnloadOnIdle = true. ...Show All

©2008 Software Development Network

powered by phorum