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

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

Wheeldo

Member List

Vishalbhambure
Jan Byvaly
R. John
Corky12190
Asim A
Kuei-yang Lo
RemcoJVG
ledwinka
volleynerd
MrBrilliant
Richard Carmel
Mj.NaBLa
dustinto
Jocker23
Wee Bubba
Forch
Muhammad Adnan
Jake Reynolds
cristi71000
olgaF
Only Title

Wheeldo's Q&A profile

  • .NET Development web service project "Location" changed. How do i reset to local?

    Hi, We have a asp.net webservice project that was initially a “http” location project. Since then, the (local) http file system location was moved. Later, we tried converting this same web project to a “file system” location by dropping and reading the web project as a Location=”File System”. The problem is that I  need for this Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "http://localhost/Symyx.Vault.Service/", "http://localhost/Symyx.Vault.Service", "{94FB464D-12E1-4DFF-9CDC-AB1B5C70975F}" to be this: Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "D:\...\Symyx.Vault.Service\", "Symyx.Vault.Service", "{8EBCDBBC-E499-48FE-B306-1AA8A04DFFA1}" Initially, i get the "local" location by dropping and readding the w ...Show All

  • Visual Studio Team System Rule 24516 Error - What is it?

    Hello, We’ve been running TFS in production for about four months. We reevaluated our work item structure and made some changes in the available fields and work item layout. I then updated each project to use the new work items. Within one project, however, if I try to load my returned work items into Excel, I get a “Rule 24516 refers to a non-existing field” error. I am not sure if this problem is related to the work item changes - or if this problem was there before. As a test, the fields I removed from the work item definition were incorporated back into the work item, but this had no affect. I also reduced the columns displayed in the query to just System.Id, but the error still occurs when I load it into E ...Show All

  • Visual Studio Team System Bug: Remove Becomes Delete

    I have a project from which I did a "remove" of a source file. My intent was to re-add it to a seperate project. However, when I checked the "Source Control Explorer," I see that the file I "removed" from the project is pending for "delete." I don't want the file physically deleted, I just want it removed from the first project. And yes, after hitting the remove request and being presented with the option for "remove" or "delete," I had selected "remove." Is this normal and I'm not understanding something, or is this a known bug Ok, if its not a bug, then it is an oversight on behalf of the TFS developers. The "Remove" command should not pend a dele ...Show All

  • Visual Basic Tips & Tricks for Translation Required

    I have a ComboBox2.Text that it has Two Items of name 1 and 2 and i have a file of this type: Translation For My Tool [INFO] Language: Italiano Author: flash.tato [1] FileType: .mox Object1: Maxtor [2] FileType: .sek Object1: N/A I want that if ComboBox1.Text is 1 the Label1.Text is .mox and if the ComboBox2.Text is 2 the Label2.Text is .sek There is a good way Maybe that it is using ReadLine but how do i move the pointer in a line From 1st Line to 4st line how do i move You'll have to parse the text file somehow and create some kind of collection of ID values and file types. There are a number of ways to accomplish this. Here is one example: Dim FileTypeList As New Dictionary ...Show All

  • SQL Server Incorrect week number with DATENAME in localized query

    Hi, I'm trying to use the DATENAME function to get a correct Dutch week number, but the DATENAME function seems not to return a localized week number. This is how I have tested it: -- Set language to English SET LANGUAGE us_English -- Declare to dates 12/30/2006 and 12/31/2006 DECLARE @Dec30 AS DATETIME SET @Dec30 = CONVERT(DateTime, '2006-12-30') DECLARE @Dec31 AS DATETIME SET @Dec31 = CONVERT(DateTime, '2006-12-31') -- Return information about the declared dates in English SELECT @Dec30 as date1, DATENAME(week, @Dec30) as week1, DATENAME(weekday, @Dec30) as day1, @Dec31 as date2, DATENAME(week, @Dec31) as week2, DATENAME(weekday, @Dec31) as day2 -- Set language to Dutch SET LANGUAGE Dutch -- Return information about the ...Show All

  • SQL Server performance and tunning

    hi. i have a new question.. how can i make my cube browsing faster since i processed like a million of records into my fact table.. browsing the cube has become really really slow... is there anything i can do to avoid this delay Hi, I have a similar issue with Sp1 + August 2006 hotfix. After a while when 30 to 40 users are issuing 400 to 800 queries against 16 cubes, in a matter of 4-6 hours, the 64 bits As server becomes very slow.It may even refuse any more connections. Users will start cancelling and re-issuing queries like crazy leading to even more performance degradation. I can see that it uses nearly 100% of all 8 CPU's and up to 40GB of page File (I have only 16GB of physical RAM). If I stop/ ...Show All

  • Visual Studio problem debugging t-sql with local 2k3 win/2k sql server, vs 2k3

    Hi, Lots trouble getting stored procs debugged in VS 2k3 from a C# project. After correct the sql server name and apply sp_sdidebug 'legacy_on'. I can right click a SP and step thru sql code. But, when setting a break point and calling from C#, I can not get it to setp thru the t-sql source code as it trys to disassemble each line in sql. I can see the sql variable values. Yes, debug build with SQL debug turned on. Using admin account as win/domain user and sql con str (sa). Any help appreciated. Here's the top of the stack: > 00000000() dbo.MyStoredProc(mybox.mydb)(varchar[] @p1='xxx',int @p2=1) Line 10 T-SQL system.data.dll!System.Data.OleDb.OleDbCommand.ExecuteCommandTextForMultpleResults(System.Data.Common.U ...Show All

  • Visual Studio Team System Listing global groups on TFS

    Hi, Is there any API to list the names of global groups on TFS eg, [SERVER]\Team Foundation Administrators, [SERVER]\Team Foundation Valid Users etc. Manasi You can find the list of global groups on TFS for a particular project using "IGroupSecurityService" namespace of "Microsoft.TeamFoundation.Server". You can get the list of valid groups as follows: Microsoft.TeamFoundation.Server. IGroupSecurityService igroup = tfs.GetService( typeof ( IGroupSecurityService )) as IGroupSecurityService ; Microsoft.TeamFoundation.Server. Identity [] ident = igroup.ListApplicationGroups(ProjectURI ); ...Show All

  • Visual Basic Thread safe call. I dont get it. Can someone help?

    I tried posting a couple days ago but no one has responed. To much code included I think. Anyway, Ive' played around and i think I'm closer but now I have this error at Me.AddItem... Method 'Private Sub AddItem(strText As String)' does not have the same signature as delegate 'Delegate Sub ThreadStart()'. below is just the relevent code... Imports System Imports System.IO Imports System.Text Imports System.Diagnostics Imports System.Data.OleDb Imports System.Globalization Imports System.Threading Imports System.Windows.Forms Imports Microsoft.Office.Core Imports excel = Microsoft.Office.Interop.excel ' Public Class Form1 Inherits Form Public watchfolder As File ...Show All

  • Software Development for Windows Vista A problem regarding to the sample of re-hosting designer(by Vihang Dalal)

    Hi,     I have been studying the sample given by Vihang Dalal about re-hosting the workflow designer outside VS2005(here islink: http://msdn2.microsoft.com/en-us/library/aa480213.aspx ).     My problem is,if I have an activity A as well as an ifelse activity B,and I want to use one or more property in A to be the condition of activity B,how can I create this kind of custom property in this sample     Here is an example from daily life: I want to be absent from work for several days,and I need to create a workflow instance to ask for a leave.In activity A,I fill in a form to specify the number of days I want to leave.And if the number is less than 15,I only n ...Show All

  • Visual C# PropertyGrid Cloning objects

    I have a TypeConverter that returns a set of standard values to display a dropdown list of objects of type B for a property of type A. It appears that the PropertyGrid in 2.0 is cloning objects when setting the property for multiple SelectedObjects. In prior levels I was able to get multiple objects of type A to reference the same object of type B via a set in the propertygrid. Is there some way I can do this in 2.0 without implementing ICloneable for class B and making Clone() return this The appropiate msdn forum would be: Windows Forms Designer Here is my issue: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1208317&SiteID=1 ...Show All

  • SQL Server Quest for advanced queries

    I am pretty good at T-SQL as a .NET Application Developer, but now I need to take my skills of writing queries to the next level: the level required for Database Developers. I am sick and tired of writing simple inner join' s with a couple of where 's. I have a few books ("SQL Server 2000 Bible" and "The Guru's Guide to Transact-SQL"), and Books Online are always available, so I have no problems with finding the answers. The problem is not with looking for answers, but with finding questions... Could someone please recommend me some source of good SQL-related questions, which would require writing complex queries (not just a few inner joins) A book (perhaps, some university's textbook with lots of advanced exer ...Show All

  • Visual Basic VB configuration file

    Hi i have 2 configuration file in my project, how can i know which application configuration file i point to thanks If you have an application called ConsoleApplication1.exe     then the configuration file for this will be called ConsoleApplication1.exe.Config So your two applications will have different names and hence different configuration file names. Is there any reason why you have two configuration files for you application and not one.   ...Show All

  • Smart Device Development Radio Interface Library Privileged APIs

    Which RIL functions are priviliged It is not clear from the MSDN page whether these APIs are privileged or not (http://msdn2.microsoft.com/en-us/library/ms924486.aspx). Many of the SMS functions appear to be, but RIL Proxy specific functions are not well documented. Thanks, in advance. Chris According to this article, all RIL APIs are privileged. The RIL and RIL Proxy are part of the Celular driver stack. These components are indeed not documented - the docs might only be available to ODMs/OEM. Normally, an application has no need to call into these components directly. They sould be using the documented APIs. Is there a special reason why you need direct RIL access Michael ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. persistent backbuffer OR renderTarget (on 360) possible?

    I want to disable backbuffer clear. Though I have removed the Clear from my draw func it still gets cleared to black on Xbox360. Run the same thing on PC and the mystery clear doesn't happen (stuff I'm drawing correctly smears across the screen). I also tried to workaround w/ ResolveBackBuffer to a texture and draw this back at the beginning of each frame but thats not working for me either. In this case my Draw() looks like: Draw Backing Texture using Quad Draw new items ResolveBackBuffer -> Backing Texture I even tried double buffering the backing texture w/ no luck. Thirdly, I tried RenderTargets, but they also seemed to be getting cleared each frame as well! I would think there's gotta be a way for rendertarget contents ...Show All

©2008 Software Development Network