RichLeyshon's Q&A profile
Visual Studio Team System ACTUAL Expected Behavior of the <WHEN*>, <DEFAULT> and <COPY> Rules
I am reading through Section 1.16 in the Authoring Work Item Types document and although it makes perfect sense I am not actually seeing this behavior. To quote from the documentation: 1) A user gestures to create a new work item or edit an existing work item. 2) Fill in field defaults. For all fields, use any <DEFAULT> rules which are outside <WHEN*> rules. 3) Copy field values. For all fields, use any <COPY> rules which are outside <WHEN*> clauses. 4) For all fields with a <WHEN> rule that matches first do <DEFAULT> then <COPY> rules inside. 5) For all fields with a <WHENNOT> rule that matches, first do <DEFAULT> then ...Show All
Smart Device Development "GetThumbnailImage" In Pocket PC Developement ?!!
hello .. i want to use the method getthumbnailimage , but the problems is , it is not available in pocket pc developement , so what is the solution for this problem i really need an answer for that .. and for information , i am using VB .. with my best regard ,, hi thanks alot for replay guys , the opennetcf really helps me to do it .. but i still have a problem .. i want to use the thumbnail to make a picture viewer .. when i open the picture as thumbnail it takse alot of time as same as opening it at normal size .. i know that i saved memroy by opening it as thumbnail, but if will make a thumbnail for pictures in folder , for examble 10 pictures it really takes alot of time .. ...Show All
SQL Server iif statement problem
hi all, i've browsed some of the smilar iif expression problems but no idea how to solve mine. i get an #Error when i wrote the following expr : =sum(iif(Fields!revenue_type.Value= "R" , Fields!amount.Value,0)) but no error when it's =sum(iif(Fields!revenue_type.Value= "R" , Fields!amount.Value,0) - iif(Fields!revenue_type.Value= "T" , Fields!amount.Value,0)) If i filter the dataset and just take in data where revenue_type = "R" then there won't be error... how come did i do something wrong please help... this seems so simple yet i couldn't get it.. Maybe RS is not so clever Your field if decimal or duble or someth ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Levels with XNA
Hello, I'm looking to make my levels in 3D Studio Max however I have no idea how to get it working as a level within XNA. For example if I made a Office Building with 3 Floors a lobby, middle floor and an upper floor how would I go about making movement with a camrea when you go up stairs for example Or if you run into a wall so you don't go through, I'm looking to work a 1st person game with nothing but an office building and movement to learn from. Any help would be great! Jim has answered your question already pointing at the XNA Help. All you need is to implement collisions detection and the free camera.So you have to assign the bounding boxes/spheres to your geometry,main hero a ...Show All
Windows Forms Can't build (or publish) if I want XP styles with a manifest file
Hello, I currently have my application using a manifest file to get XP visual styles (because I know that Application.EnableVisualStyles() is buggy -- at least it was in .NET 1.1). My manifest file looks like this: < xml version="1.0" encoding="UTF-8" standalone="yes" > <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Sistema Integral Curves" type="win32" /> <description>Windows XP Visual Styles</description> <dependency> <dependentAssembly> <assemblyIdentity ...Show All
Visual Studio Express Editions DATA ENTRY WITH A DATAGRIDVIEW
Hello, I'm struggling with a problem. I have a datagridview (unbound) formed by 5 columns to be used as a data entry. the type of the columns in the order are: textbox,combobox,combobox,texbox,combobox. I enter a value in the first column.When I move to the second cell to enter another value the first column value disappeared... and I'm not able to to get it again. I want the entered values remain in cells ... Thank you, in advance for helping me NETLAND With DTGW .ColumnCount = 1 .ColumnHeadersVisible = True .Columns(0).Name = "TYPE" 'TEXT COLUMN .ColumnCount = 2 Dim VstrStruttura As String ...Show All
Game Technologies: DirectX, XNA, XACT, etc. C# Express SP1 - Need to install?
I see that the first Service Pack for all the Visual Studio editions has been released. As users of GSE/C# Express, should we be installing SP1 I'm guessing Yes, but not seen anything in these forums about it so far. errolian wrote: I see that the first Service Pack for all the Visual Studio editions has been released. As users of GSE/C# Express, should we be installing SP1 Yes. Several bugs that directly affect XNA GSE are fixed in VS 2005 SP1. Plus, SP1 fixes many issues that make VS 2005 incompatible with Vista (XNA GSE is still not supported on Vista, but SP1 is a big step in the right direction). --Stephen ...Show All
Smart Device Development any samples which sends sms to the server by invoking the webservice.(device application)
I want to create a device application which send sms to the server by ivoking the webservice.Any sample code related to this (vs2005) i want to use my own webservice in my project.If i type customer id and i click the send button,server get the result via webservice.i think mobile client factory will be used fro this process,but iam new to this application.so please ...Show All
Visual C# add one tracelistener to all tracesources
I have an application that initializes a lot of tracesources at runtime. The names of these tracesources are only known at runtime. How can I add one tracelistener to all tracesources using the config file (since I do not own the sourcecode for some of the assemblies that generate these tracelisteners) If that is not possible, how can I collect all tracemessages into one file I am using .net framework 2.0. ...Show All
Smart Device Development register a dll
Hi, when I want to register the dump.dll register filter, I got this error dump.dll is not an executable file and no registration helper is registered for this file type. Any idea where it can come from Thanks Regards I tried both, with regsvr32 I have the error message that I described in my previous message, and when I used regsvrce with platformbuilder I have the following error : DllRegisterServer in dump failed, and the dump.dll is unloaded. Maybe I do it the wrong way Thanks for your help Best Regards ...Show All
SQL Server EXEC permission on a SCHEMA COLLECTION???
I have a permissions problem with a table/procedure that I hope someone can help me with. To set the scene ....... All my procs/tables/functions etc are owned by dbo. I have a windows security group that is granted permissions to EXEC all procs. No one has permissions to tables. I have a table that has an XML column and the column has a schema collection bound to it. The table has a computed column that relies on a function to extract a datetime element from the XML in the XML column and I have an index on this computed column. I have a proc that selects from this table and uses the computed date column for filtering. However, the select statement is build dynamically and uses sp_execute to perform the SELECT. This of ...Show All
.NET Development Thread Safety on accessing WriterSeqNum and AnyWriterSince() in ReaderWriterLock??
Hi all, I know microsoft declares the ReaderWriterLock is thread safety in multithreaded opertions. As most of the samples/examples codes show that accessing "WriterSeqNum" property after acquiring reader lock or writer lock. Can I directly access the "WriterSeqNum" property for comparison and then acquire the locks when changes detected Any experts have experience this situation Please kindly advised. Thanks! Thanks for your kind attention, Raymond That's correct. Get the reader lock, then use AnyWritersSince(oldseqnum) to check if any other thread has obtained the writer lock to write something. If it returns True, read the new data and store the WriteSeqNum property in o ...Show All
SQL Server Need HELP Determining version
First off...I have NO experience with SQL. I need to determine the version we are running. I am not even sure if we are running MSDE or full blown SQL Server. It was installed as part of our accounting software. When I go into services, there are several MSSQL services running. They are... MSSQL$JURIS MSSQL$SOPHOS MSSQLServerAdHelper Can someone please help me figure out WHAT we have installed and the VERSION Thanks in advance! Dave G. hi dave, you can connect to them using sql server enterprise manager or querry analyzer using windows or ISQL or OSQL at the command prompt for 2005 you can use management studio or SQLCMD at the command p ...Show All
SQL Server sp_refreshview produces an error
When I execu sp_refreshview, I got this error message on a valid view on SQL 2005 express edition. Msg 8197, Level 16, State 8, Procedure sp_refreshview, Line 1 Object 'vName' does not exist or is invalid for this operation. Next, I got a similar error on SQL 2005 for a valid view. Msg 8197, Level 16, State 8, Procedure sp_refreshview, Line 1 Object 'vNamehere' does not exist or is invalid for this operation. Is this Microsoft Bug This error message happens if the view you are trying to refresh is not present in the current database (meaning your execution context is different, say master db) or if the name refers to an object other than a view or if the view is schema ...Show All
Visual Studio PackageLoad failure - SetSite
I am getting this error trying to create a new project of my type in the machine where I have installed my package. SetSite failed for package [Idea.Xgen.Package.XgenPackage, Idea.Xgen.Package, Version=1.0.2403.23830, Culture=neutral, PublicKeyToken=null] Does anyone have any ideas Thanks, Mike Hi Ed, I wrapped my Initialize code with a try/catch block, but did not get anything out from my catch logic. Maybe the exception is caught in the base classes or the error is occurring somewhere else. I'm not sure how to use the debugger, since I'm not in debug mode, but actually trying to create a project of my type of the vpc where I am installing my package. The activity log also shows that the ...Show All
