Software Development Network Logo
  • SQL Server
  • Windows Vista
  • Microsoft ISV
  • Game Technologies
  • Visual Studio
  • Visual C++
  • Audio and Video
  • VS Team System
  • Visual FoxPro
  • .NET Development
  • Windows Forms
  • IE Development
  • SharePoint Products
  • Visual Basic
  • Visual C#

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

SteveMo

Member List

byronfromwesleyan
Muhsin Zahid Uğur
George Clingerman
BillyB
Vlad Shimov
Raba Shani
Eric Marthinsen
glenna
Brahm
Ravencraft
CirdanCelebrindal
B.Huard
Ludo-R
ropley
meta_alucard
nkahootz
bbop1322
Dave Foderick
Karl Erickson
bes7252
Only Title

SteveMo's Q&A profile

  • Visual Studio Defining custom multiplicities

    Hi all I need to define an embedding relationship between ClassA and ClassB that has a multiplicity 0..3, so that ClassA cannot contain more than 3 ClassB instances. It seems like this is not possible (I am using the June CTP). I can only select the predefined multiplicities, but not define one myself. Is this so, or is there a way to define other multiplicities I could solve the problem by setting up a rule restraining the number of ClassB instances to 3, but this doesn’t seem like an optimal solution since the multiplicity would not be visible when studying the domain model. Thanks, Louise The way I like to think of connection builders (which are a bit abstract) is that they're ...Show All

  • Visual Studio Team System Installing TFS with the default web site on a port other than 80

    Hi, I'm working on an install of TFS on a an exisiting server where we've moved the default web site (along with Reporting Services and SharePoint) away from port 80. Is there an easy way to get the TFS install to work in this situation, or would it be simpler to move these sites back to port 80 for the install then reconfigure everything afterwards I've found some references on the internet to doing the latter, although these were mostly on the personal weblogs of sysadmins - so far I've not found any "official" documentation or guidance on doing any of this. Any pointers or advice gratefully received. I'll be experiementing in the meantime so if I come up with a working solution I'll post it in this thread. Thanks, ...Show All

  • Visual Studio Creating reports with temp tables

    Hi, I have created a new datasource that runs a stored procedure. The stored procedure uses a temp table and returns the contents of the temp table. When I add the stored procedure to the datasources window it cannot figure out the column names of the temp table. I can preview the data from VS2005 and it works fine. However when designing the local report I have no fields to drag on to the form. I choose Report - Report DataSources and pointed to the dataset of the stored procedure. I dropped a text box on the report and manually added Fields!DepartmentName.Value which I know is one of the column names, but that produces the error "The Value expression for the textbox ‘textbox1’ refers to the field ‘departmentName’. Report ...Show All

  • Visual Studio 2008 (Pre-release) How can I discover /access a UI control from within the object to which it is bound?

    I implement an object and declare it as an object data provider. < ObjectDataProvider x:Key = " PreOpen " ObjectType = " {x:Type src:PreOpenSetting} " /> I then bind a checkbox to it like so <CheckBox Name="preOpenCheckBox" HorizontalAlignment="Center" Content="Pre-Open"> <CheckBox.IsChecked> <Binding Path="PreOpen" Source="{StaticResource PreOpen}"> </Binding> </CheckBox.IsChecked> During initialize component the object is created and the checkbox is properly set to the value that it exposes. All is good, but there are circumstances where I need to modify the control itself based on lo ...Show All

  • Architecture A required .DLL file, MSCOREE.DLL, was not found.

    i need help. i bought Caesar IV and downloaded it to my computer. However, when i click on the shortcut to play it...it says: A required .DLL file, MSCOREE.DLL, was not found. it's making me mad..becuase i tried downloading the file, yet it still will not work. suggestions Not sure what this has to do with architecture but that's part of the dotNet framework. I would suggest contacting whoever you bought the software from and find out what ver sion the framework they need. Usually either the documentation gives you the download address or the CD includes the framework. ...Show All

  • Smart Device Development Can I use Device Emulator to run other OS

    Hi, I know that the Device emulator is an emulator for SMDK 2410 board. So my question is can I use device emulator to run other OS that can run on SMDK 2410 Such as can I run embedded Linux using device emulator by modifying the linux code I know that device emulator support .nb0 file. If I just rename the linux loader binary file to xxx.nb0 Can I run the embedded Linux loader No. Device Emulator is meant for development of Microsoft Embedded Platform only. You might be interested in reading EULA. -Thanks, Mohit ...Show All

  • Visual Studio Team System How to get data From TFS Work Item field!

    Hello, I am working with TFS using ASP.NET, c#. I would like to get Data from TFS for those work item depend on workitem type is bug, Scenario, task, ... State ( Active, Closed...), Type (API, High level Requirement, Security...), Triage (Approved, Investigate..), Priority(1,2...), Severity(Critical, high,...), discipline (Architecture, development...). Is there any API to do this or is there a way to do this at all Please help! Any answer would be greatly appreciated. Thanks in advance. Ddee Hi Vic, To be more specific, I try to do this: wiTypeLB.DataSource = m_store.Projects["Projectname" ].WorkItemTypes[ "Requirement" ].FieldDefini ...Show All

  • Visual Studio Building conent and then moving it...

    Hi there, I am very new to MSBuild and have been reading some samples and such. I got a somewhat working project file, but can't seem to find what I am doing wrong. Any help would be very appreciated. Below is my code .. < Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " > < UsingTask TaskName = " BuildContent " AssemblyName = " Microsoft.Xna.Framework.Content.Pipeline, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d " /> < PropertyGroup > < XnaInstall > C:\Program Files\Microsoft XNA\XNA Game Studio Express\v1.0\References\Windows\x86 </ XnaInstall > < ContentSourceDir ></ ContentSourceDir > < Con ...Show All

  • SQL Server SQLServer transactions

    Hi! I was on an interview and on developer asked me: Suppose three transactions have three different isolation levels, one off them has isolation level serializable, and all of then hit one table. How will SQLServer handle this I had no answer . But he said that SQLServer atomatically set isolation level for all transactions to serializable. Is it true Thanks Nick ...Show All

  • Visual Studio Express Editions NO Templates! And no help

    hello, I just downloaded Visual Basic Express (obviously) and when I click "New Project" there are no templates. It's just a blank window. I've searched these forums and google but found no help so far. Can someone please clue me in AHAH! I did it. Following the help from those posts I copied all the files from TemplateCache into the visual project folder and it worked. Weird.... Anyways thanks for the help. I'm sure I'll be needing some more soon though.... ...Show All

  • SQL Server Connection Error in Sql server 2005

    the site having connection problem like. It will work perfectly for the 20 or 30 days after that sql server gives error on openning connection. Then i have to restart the server. wt could be the problem of With regrds B anna What are the error messages you are seeing Are you seeing them on all client machines or just a subset of them What edition of SQL 2005 are you using Any additional info would be great to help debug. Thanks! Thanks, Sam Lester (MSFT) ...Show All

  • Windows Forms Hide horizontal scroll bar

    I want to remove/hide/disable horizontal scroll bar I have a situation where scrollbar is shown bet there are only about 10 pix to scrol to right, so i don't want the horizontal scroll bar to appear at all. I have autoscroll property set to true and i want my vertical scroll bar to appear. Is there any way to force horizontal scroll bar to not show. I have a form with table layout panel layout1 and another table layout panel (layout2)inside base layout1. This layout2 panel have panels in it and have autoscroll set to true cuz client area can't be seen entirely however there is no need to scroll this area to left or right, but i ve been trying all sorts of hacks all day long but can't seem to get rid of this HScrollBar. No no ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Sprite Collision Detection

    I have a 2D game which I wrote some simple collision detection for, which works like the bounding box example. It detects collisions very well, the problem I am having is moving the objects back so that they are not overlapping. They move 10 pixels a move, so when they collide, they overlap. I want to be able to detect a collision, and move the object that caused the collision back to the point just before they intercept, i.e. not the last position, but somewhere inbetween the last move and this one where the two do not intersect. I hope that makes sense. S Hughes (Clarity Consulting www.claritycon.com) Do you have the link Having a little trouble finding the exact article, although I found some useful ...Show All

  • .NET Development Intelligent XML/HTML Parsing: Firefox/Netscape Bookmarks.html Format

    Hi, I have a question on how to parse/edit an html file with a specific format. I'm talking about the Firefox/Netscape's bookmarks.html format. Is there an easy way to write new bookmarks (essentially link and text in according to specified spec) to this file format I'm thinking is there a way to convert this format into an XML object in the .NET XML object format and manipulate it that way Please give me any thoughts you have on this specific problem, or the general problem at large. Thanks. Jeff, The exported bookmarks file that firefox creates is not a valid xml. If you examine the file it has <DT> tag before each bookmark, but this tag is not closed after the bookmark link. So as it's ...Show All

  • Visual Studio 2008 (Pre-release) Struggling with svcutil

    hi I have several services in my solution. There is multiple data classes that get shared across these services. When I try to use svcutil against several of my services at the same time, the proxy that's spit out, in addition to many parsing errors, does not handle the namespaces well, and there just seems to be an abundance of problems getting the different service proxies to play nice. I tried using the namespace switch, but it didn't like the following: svcutil [service1] [service2] /out: myproxy.cs /namespace: Value.Value.Val The svcutil chokes on the namespace. I've resorted to using WSDL to build the proxies, and that seems to work fine. But the problem there is that the /sharetypes switch doesn't seem to work wit ...Show All

©2008 Software Development Network