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

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

rjstinyc

Member List

berndku
RichardAU
Ted Hoffman
Mike Kendall
dbunder
rickyrulz
AdaByron
shart
trichards57
brokenpoet
ICantThinkOfAGoodOne
km9
Haplo
Jbernoski
com100h
JunJie1800
DonM
zafarmirza
mcerisano
Wezlie
Only Title

rjstinyc's Q&A profile

  • Visual Studio Team System Go Live License

    Ive submitted for the Go Live License, but have not heard anything.  Im itchin to publish, however, its still not a build option.  Has anyone else experienced the same problem or would someone be kind enough to school me about what Ive done or not done Thanks Thanks Rob, I have succesfully published my application and I am currently testing it in the "sandbox".  All works perfectly, now I'm just an ...Show All

  • Visual C# Help

    Hi everyone, I have a question, i am currently running VS 2005 and i want to connect to SQL 2000. How do i change the setting or anything i need to change in order for me to connect to SQL 2000. Your sincerely, Cindy You're probably putting them in the wrong place. To be honest, this is the sort of question where you'd do better to google. You're asking for something so broad that you n ...Show All

  • Visual Studio 2008 (Pre-release) WPF Feb CTP 2006, XAML Designer not available in VS 2005

    Hi, I installed the WPF Feb CTP 2006 version. Apart from the namespace bugs, i have run into a peculiar problem where the xaml designer is not shown in the VS 2005. Is this by design or is it a bug Any help in this regard would be highly appreciated. Thanks & Regards Susheil Kumar System Analyst You should give Microsoft Expression Interactive Designer a shot - http://www.microsoft.com/expression T ...Show All

  • Visual Studio Team System MSProject Fields Mapping Problem

    Hi, Based on the information we found from the list of Project fields at the following url: http://msdn2.microsoft.com/en-us/library/ms181691.aspx and also how to: change how fields are mapped to Microsoft Project from the following url: http://msdn2.microsoft.com/en-us/library/ms181686(VS.80).aspx We are trying to map the "Description" field in VSTS workitems with the "pjTaskNotes" field in MS Project but when w ...Show All

  • Visual Studio Team System Team menu item disappears

    I am running VSTS, on a server which I am connecting to over the web. It's worked fine for a while now. The only problem I've had is that the 'team' menu item does not always appear, but I've found if I go to the 'team' tab and browse, it appears. My 'team' tab has disappeared, and I can't find how to reinstate it, and my menu item is not appearing either. I can check code in and out of VSTS, I am connected to it, just the team menu is gone. Wha ...Show All

  • Visual C# Process.GetProcesses Exception "Feature is not supported for remote machines"

    On a recent deployment, my winform app encounters an exception when attempting to get the Process.StartTime from a remote computer (Exception is: Feature is not supported for remote machines). For example, I want to check the start time of an application on a remote machine. Interestingly, I can get the Process.Id and Process.ProcessName for running services on the remote machines without any problems, but not the start time or other more detail ...Show All

  • Visual Studio Tools for Office Binding ArrayList or List(Of type) types to Listobject

    According to documentation and example, it seems we should be able to bind any array of type that supports IList, ICollection, etc etc etc... However, when we bind a listobject to a, say arraylist using SetDataBinding() call, nothing shows. If we do the exact same as a example and move the data into a DataTable type then it works... Can someone let us know why this seems to be the case Thanks in advance. Don Mohit, Based on what you said, ...Show All

  • .NET Development Visual Studio 2005 + ASP.NET + Modules? =D

    I need some way that I can access a function across all of the pages within my site. The problem is that there seems to be no support for Modules. I'd use a class, but I don't want to create an object each time. I just need to call a function. Any ideas Again, improper design. True, it will work, but it's not proper OO design. Sorry. ...Show All

  • Windows Forms How do I obtain reference to current DataRow from binding?

    I am trying to make some business rule classes that are part of a collection and sit independent of any datasource, and currently I am making a front end for them that handles datatables. The question is... is there a way for me to obtain a reference to the current datarow from one of the many binding objects in a binding system. This way the client programmer will not have to pass a DataRow to me and call "EvaluateRules()", rather ...Show All

  • Smart Device Development What referenz is used in this Tutorial?

    Hello, in the Video Creating a Managed Bluetooth Application Using Microsoft Visual Studio 2005 http://msdn.microsoft.com/mobility/windowsmobile/howto/ehowtos/default.aspx it is showen how easy it is to use Bluetooth. But when I start to build a WM05 Application in VS2005 I don’t have bluetooth. What Library do I need or what Referenz do I have to add to build the same Application like the one showen in the Video Thank you twickl ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How can I output 3D screenshot to asp page

    I would like to output the 3D screenshot to browser. I found the directX can output screenshot to file, such as: SurfaceLoader .Save(dialog.FileName, ImageFileFormat .Jpg, _device.GetBackBuffer(0, 0, BackBufferType .Mono)); But I wish I could output directly to my ASP page. So I can render the screen shot in browser directly. Thanks for help. PS: A lot of existing examples in ASP is rendering bitmap, such as setting Respo ...Show All

  • Software Development for Windows Vista Scheduling workflow

    I have a workflow application (my first) that has several sequential workflows defined that are triggered based on incoming messages from a network socket. What I'm not sure on is how to marshal the incoming requests into the workflow, I could have up to 50/sec inbound requests that each need to be processed via a workflow. At the moment, for each request I do a CreateWorkflow().Start, and while that works for OK for the moment, I'm not s ...Show All

  • Windows Forms Inherited Toolstrips cannot be Designed

    When I have a base control with a public or protected Toolstrip, and then inherit from the base control, the Toolstrip acts as if it is locked within the designer. Also none of the properties are accessible from the designer and I cannot use If I manipulate the Toolstrip via code, it is public. I have VS.NET 2005 RTM release installed and I tried this but it didn't work i have the same problem have you foun ...Show All

  • Visual C# Pass by Whatever

    Hi! I am confused by the insistence of both Java and C# that passing a reference type is not pass-by-reference but pass-by-value. I take it that since you get a copy of the reference, they consider it pass-by-value Then, what is passed in pass-by-reference A handle (pointer to a pointer) And, if so, isn't it a copy of the handle that's being passed As you can see, I am missing something. Please, lay it out simply for me. (Pass-by-value--I ...Show All

  • Visual Basic Object type cannot be converted to target type error

    Hi everyone.. Im working on a vb6 migration to .Net. Testing the code I've been stuck with a bunch of errors and apparently they were resolved, but when I started to debug I get this error and dont know how to get rid of it. I developed a library, when I add the component to the form and try to run a method i get this error: "Object type cannot be converted to target type error". Reading on other forums, I alrady tried setting the copy ...Show All

©2008 Software Development Network

powered by phorum