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

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

jog

Member List

foru
zahid.masood
laMenAcquired
Bdy
WirbelCarpe
MEder
david22
schalmeti
Erik Porter
cmn
LozD
B.A. Schupp
saurabhsule82
Hienphilly
PCZ
doph
Wenbin Zhang
MichelleMcKelvey
JamaSaru
Manfred Mejias
Only Title

jog's Q&A profile

  • Visual Studio Team System Team Foundation Server RTM with Premium Subscription?

    Simple question: I have "Visual Studio 2005 Team Edition for Software Developers with MSDN Premium Subscription" (in fact, 20 of our software engineers have that subscription). Will I also need to purchase "Visual Studio 2005 Team Foundation Server" separately, or does the Premium Subscription include it Thanks for your help! ...Show All

  • Visual Studio Feature/Addon to get your (C#) code sorted?

    Hello MSDN Users, when i write larger classes, for example when i add new event handlers (from winforms), properties, and functions over a period of time, its very hard and time consuming to keep the code clean and group all the member variables, constructors, methods, properties together in clear regions. Further, even if i try to keep the grouping i am missing some kind of sorting inside the regions which would be even more time consuming to apply, so i just let it unsorted... Do you know a hidden feature, or maybe an AddOn or extra tool which would sort your code, for example, put all member variables to the top, then continue w ...Show All

  • Smart Device Development camera guidline

    Will anyone is able to guid me about camera developement I have two questions As WM5.0 support the camera api's but if i have the camera full specifications including driver and camera device api's then which way is easier to implement camera app 1. Using WM 5.0 api's 2. Device dependent api's Please give me the detail answer. I am new for WM thanks in advace Standard WM 5.0 API is the best option as it would work on any compatible device and any camera. As to complexity, it should be roughly the same for both. ...Show All

  • SQL Server matching inbound and outbound messages

    When you begin a dialog, you do so between source and target. A conversation is begun on both source and target, and messages flow between the two. What would cause messages to build up on the source in sys.transmission_queue and not get transmitted to the target, with no error in the transmission_status column of sys.transmission_queues The dialogs on the source have a state of 'co', indicating that messages should be flowing.... I checked the status of the queue I am having a problem with in sys.service_queues; all my queues have the is_receive_enabled and is_enqueue_enabled set to 1. I altered the state of the endpoint on each server t ...Show All

  • Visual Studio Debugging Error Message of VS2005

    --------------------------- Microsoft Visual Studio --------------------------- The following module was built either with optimizations enabled or without debug information:   C:\Documents and Settings\ Peter Peter \Local Settings\Application Data\assembly\dl3\GK36Y4X8.1TR\K1JO6NOP.P99\bc8980d3\f0e49e63_711dc601\MyResources.dll   To debug this module, change its project build configuration to Debug mode. To suppress this message, disable the 'Warn if no user code on launch' debugger option. --------------------------- OK   --------------------------- I didn't do anything but this error message come out fro ...Show All

  • Visual Studio Express Editions Computernames

    Hi How can i see the names of all the computers in a network, which are connected to my computer or which my computer is connected to. Regards Thomas Are you still with me here is a .NET object picker from Mr Igor Kissil that was posted on the gotdotnet.ru forum, that I have updated to from 1.1 to 2.0. It works as expected. the picker is in C#, but can be referenced in VB. includes a VB example project (PickerTest) with a reference to the C# library IMPORTANT : compile before opening the form1 in the PickerTest as the form has the component on it. . . will fail if not compiled ...Show All

  • SQL Server Reference Dimension causing long processing times

    I have a reference dimension that is linked to a regular dimension that is linked to the fact table. For some reason, when I process the database with some small sample data, it take about 5 minutes to process, where it should take 10 seconds. I am using a reference dimension because it is a child-parent hierarchy, and I don't think I can merge it into the regular dimension. My work-around is to just include the link to this reference dimension in the fact table, so I can create the child-parent dimension as regular. Now is processes in 10 seconds. It doesn't seem ideal since I have what seems to me an unessary dimension now. If I turn &q ...Show All

  • Software Development for Windows Vista Managing resources within workflows

    I need access to some resources whenever my workflow is active in memory, i.e when it is in the hydrated state. I am using the SqlWorkflowPersistenceService for persisting the state of my workflows. What is the best approach to detect when the workflow is active (because of creation or hydration) and inactive (because of dehydration or completion) I want to use these events to open and close my resources. maybe the easiest is to hook into the events of the WorkflowRuntime like "WorkflowLoaded" and "WorkflowPersisted". ...Show All

  • Visual Basic Creating Tables with sql express

    I know this deals with ms sql express more so than vb.net but it correlates b/c I want to edit the database with vb.net express. On to my question... I'm trying to learn how to use ms sql express using the SQL Express Manager. However, I can't seem to figure out how to create tables. I'm reading http://msdn.microsoft.com/SQL/2005/getstarted/default.aspx pull=/msdnmag/issues/04/09/expresseditions/toc.asp  but it seems outdated and I can't replicate what he's doing in the tutorial. I'm not a total novice when it comes to programming, but SQL Express Manager isn't as intuitive as one might think, there's no "Create Table" context menu. Can ...Show All

  • .NET Development C# Thread Safe Class events

    Right now I have created a custom base class that has numerous events. These events have non-standard signatures and are fired from a thread I have that is basically just a while loop checking variables against older ones for telling when something has changed. As far as I know this is the best way to go about doing this is to just make a void on another thread in a while (true) loop, in the loop just doing ifs... than doing a thread sleep. I make sure the thread is a background thread that way it'll exit propertly when the consumer exits. If anyone knows a beter way of going about this than stop reading here. :) If not that onto my r ...Show All

  • Visual C# Computer Performance

    Ok. I know this will be a very odd question. But basically, I would like to be able to show the computers performance in some type of box. The same as the Windows Task Manager performance thing. Can someone help me or point me in the right direction Sure can. There are WMI counters for nearly all of this information. http://www.ondotnet.com/pub/a/dotnet/2003/04/07/wmi.html is an example program with article; it operates similar to perfmon. Should get you headed down the right path. Cheers, Greg ...Show All

  • Visual Studio Team System Location Link Problem Analysing a Team's Work

    I'm not a .NET programmer (more C and C++), but I am responsible for ensuring that my programming team is complying with our requirement that they follow the Framework Guidelines. I just found FXCop and have started to use it. The analysis itself appears to work fine, but the Location link shows the programmer's directory structure and, of course, won't work on my machine (different user name). This makes it difficult to check the source to see if there is a valid reason for the programmer choosing to code the way they did. I don't really understand assemblies and manifests, so I was surprised to find that a build contains machine-spec ...Show All

  • Visual Studio Team System Error 28100.Error loading Event web service.

    Hi,   During installation I got "Error 28100.Error loading Event web service.". Any idea what is going wrong TFS is being installed on a Virtual Machine.   Please feel free to contact me if you need any more information. Thanks, Bart ps. Is it possible to upload the setup log Are you attempting a single server or duel server TFS install At what stage of the installation process are you getting the error   Easiest way is cut and paste the relevant error stack trace. ...Show All

  • Visual Studio CrystalDecisions.CrystalReports.Engine.ReportDocument

    Hi friends, i have deploy a VB.net application which have crystal report in it. the application is running well but when i open the form with Crystal report its giving me error. Please help See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.InvalidOperationException: An error occurred creating the form. See Exception.InnerException for details. The error is: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. ---> System.TypeInitializationException: The type ...Show All

  • SQL Server dmx query probablity ?

    CREATE MINING MODEL mortgage (  [id] long key,  Edu_Status long DISCRETE,  Work_Status long DISCRETE,  age long CONTINUOUS,  asset_value long CONTINUOUS,  Net_income long CONTINUOUS,  paid_Status long DISCRETE PREDICT )USING MICROSOFT_DECISION_TREES i have  a mining model above and i am designing a web cross ablication to see probablity of the a costumers' paid status. can you write for me dmx command for selecting paid status that have same criteria(ex;age=30 net income=2000,Edu_status=college) and when i write dxm window(select * from [paid_Status] ) it only shows "4" one row one column why as you ...Show All

©2008 Software Development Network