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

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

A_RODRIGUEZ01

Member List

davep1553
Luisfe
Jarod.Net
YWLMB
asarshad
Rémi P.
Alexei_shk
M. Nicholas
Marzullo
Ajay Agrawal
Amde
jss3426
Ochensati
Suran
Manmamiya
Unforg3ttable
reyzzerolee
BradC4000
SachinPatole
Skippy_sc
Only Title

A_RODRIGUEZ01's Q&A profile

  • Visual Studio Team System Problem with Integrating vs 2005 with Visual Foundation Server

    Hi I am trying to connect to Team Foundation Source control from visual studio IDE. But when I choose Visual Foundation Server in Tools->Options -> Source Control,and then click on Environment the IDE crashes..... Please help in solving this issue... When i don't click on environment, but come back to File - > Source Control - >Add project to Source control.  I get the following error when i add a project to source control:- Package Load failure Package 'team Foundation Server Provider package has failed to load property (GUID = ..... I have windows xp sp4 installed   Regards Yuvaraj   hi Richard re installed the team foundati ...Show All

  • SQL Server ReportViewer 2005

    Does anybody know how to get Reportviewer 2005 working on .Net 2003 web application Not sure what your exact question is, but a good resource to start with is here: http://www.gotreportviewer.com/ . -Carolyn [MSFT] ...Show All

  • Visual Studio 2008 (Pre-release) Help with Object Data Provider.

    I really don't have code to post because I am not sure the correct way to do this, or even if using a ObjectDataProvider is what I want. What I would like to do is take the UI interface from the example here: http://blogs.msdn.com/atc_avalon_team/archive/2006/03/15/551721.aspx And morph it to use a database. I've established the connection to the database and verified its working, my problem is I don't know how to properly establish the binding, or if I should just do it 100% from VB code behind. However, if I do it that way, I think I will lose the ability to group in my list view. I've been banging at the objectdataprovider for a couple of hours with no luck. As an example the field names are: name, billdate, billhours, client, ...Show All

  • Windows Forms Enabling/Disabling ToolStripMenuItem objects

    Hi, I have a big MenuStrip and I want to create a Sub to enable or disable each ToolStripMenuItem, where the Item name and the status are parameters for the Sub. The Sub can be something like: Sub SetMenuEnable(ByRef MenuName As String, ByRef Status As Boolean) myMenu.Items(MenuName).Enabled = Status End Sub Any idea how to do it in vb.net 2005 Thanks Cristian The following code I've just written should do the trick... Private Sub SetAllMenuItems( ByRef menuStrip As MenuStrip, ByVal enable As Boolean ) Dim c As ToolStripItem Dim t As ToolStripMenuItem For Each c In menuStrip.Items c.Enabled = enable If c.GetType Is GetType (ToolS ...Show All

  • SQL Server Choosing the most frequent

    There must be a way to do this simply. We're running SQL Server 2000. I'm looking for some generic SQL statement that I can apply. If I have a table with a person column and a location column and multiple records for the same person / locatioin combination, how do I select the person with the location they most frequently visited Say George visits Mexico 5 times, and the Bahamas twice and costa rica once. I would have 8 records in my table for George. The data looks something like this: George/Mexico George/Mexico George/Mexico George/Mexico George/Mexico George/Bahamas George/Bahamas George/Costa Rica Ben/Brazil Ben/Brazil Ben/Peru The results would be: George/Mexico Ben/Brazil Thanks! Myles ...Show All

  • Visual Studio pass an windows form text box value as parameter

    Hi, How to pass an windows form text box value as parameter to local report ( .rdlc) or server side report (.rdl) Where can I read more ... Thanks modtran You can do this by calling ReportViewer.LocalReport.SetParameters() or ReportViewer.ServerReport.SetParameters(), depending on the mode you are using. There are a number of samples at www.gotreportviewer.com. ...Show All

  • SQL Server Selecting another field from the row with the max

    For a select statement like: select f1, max(f2), f3 from t group by f1 how do I say 'f3 from the same record that you found the max of f2' Thanks! For small fonts in posts, just copy the text and paste in notepad or similar... =;o) Anyhow, apart from using a subselect, you can also find the corresponding 'f3' by a join between the derived result with max(f2) and the base table t (same assumptions as above though) select x.f1, x.maxf2, t1.f3 from ( select f1, max(f2) as maxf2 from t group by f1 ) x join t t1 on t1.f1 = x.f1 and t1.f2 = x.maxf2 /Kenneth ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Reset or not reset a IDirect3DDevice9?

    Hi @ all, i'd want know if calling IDirect3DDevice9::reset() is the correct way after switching from windowed mode to fullscreen. In PresentParameters there are some attributes that have sense only in fullscreen mode, as well as FullScreen_RefreshRateInHz or MultiSampleType. Have I to call reset() function Is it the correct way What do I have still to check Thx ;) ProfEclipse wrote: Be aware that certain changes to the present parameters, such as bit depth, will require that the device be released and recreated. You can test for that, or just let the Reset fail and then fallback to device recreation. How did you get into this conclusion ...Show All

  • .NET Development Performance in DotNet remoting

    Hi, Application: We have developed a DotNet Remoting application which acts as a server to Calculate analytics. This server takes inputs from different client applications and respond with the analytics. This server is run on a "Single-call" mode so that each request is created independently for scalability. In some scenarios the requests from the client are sent parallely using different threads to speed up the process. Also, this remoting server uses some third party libraries for calculations which takes a longer time to compute the analytics and these libraries do not support multi-threading. Problem Statement: - Keeping number of users and different requests, Request / Response volume is very high. There are case ...Show All

  • Smart Device Development how to get the root folder using OPENFILENAME

    Hi All, Is there any means by which i would be able to access root folder of the device and the files there using OPENFILENAME or by any other means. Thanks in advance Sanjeeth Hi Sanjeeth, Doing this is against the recommended designed for windows mobile design guidelines and hence there is little support within the OS for doing this. One solution would be to utilise the tgetfile library available from Tillanosoft ( http://www.tillanosoft.com/ce/tgetfile.html ). This however is not free. Doing a quick websearch also brought up a "gsgetfile.dll" and related utility, http://www.pocketpcfreewares.com/en/index.php soft=752 , it may be another avanue to investigate. There seems to be instruction ...Show All

  • Visual Studio Team System TFS Instalation of VS80sp1-KB926738-x86 failed with Error 28002.Error Unknown.

    Hi, I try to install the SP1 of TFS on our server, and after installing the required KB919156, i get at the end of setup process "28002 - Unknown Error " I analyze the msi log file but i don't find any issue that can give me an hint. what's happened I saw a lot of issues regarding SP1 including on the connect bugs database, is any workaround for it And after the setup, i can not access the team system any longer from the tfs clients, it raise TFS31001, even after restart of the iis or whole machine. The TFS is an Workgroup edition, an i remove one of the users before installing KB919156 because of 5 users limitation. regards cosmin Cosmin, After looking at your install log it appears that you sti ...Show All

  • Visual Studio 2008 (Pre-release) Modifying default style/template for subclassed control

    Hi, I would like to subclass the MenuItem class and add a HighlightBackground property which would make the highlighted background of the control configurable. Currently, the background can be set by using the Background property, but the highlighted background is hard-coded in the framework. My first approach was to use a Style and add a Trigger to set the background based on the property IsHighlighted. This did not work. My second approach was to provide a custom ContentTemplate for the control. I used the template for MenuItem posted in mshelp. This template, however, is not the one actually used by the class. The one used by the class displays a popup with squared corners and check marks. The mshelp version displays a popup with round ...Show All

  • SQL Server How to pass multiple values to a parameter while cascading

    Hi, I am using RS2005. i have a requirement in which i need to pass more than 1 value to a parameter. this parameter is used in a dataset for filtering. Eg: if i have a parameter as @years, i want to assign values 2005, 2006 to it and use it in the dataset to filter like select.... where year in (@years). How can i achieve this Thanks Vivek S Hi, Thanks for the suggession. I am not using an sp. its like this. i have two reports. In the second report, i have defined a parameter as @levels and i am using this for filter in a dataset like select... where levels not in (@Levels). This filtering is to populate those levels which are not selected in previous reports. Suppose if i am at lev ...Show All

  • .NET Development halt a databind in progress?

    I have a very large query, and I'd like to present the user with per-page results. I have no interest in using the datagrid to do this, and have written my own paging object. For various reasons I want to halt a databinding operation once a certain condition is met. I do NOT want to use e.Item.Visible = false; which solves only the display problem and yet iterates unecessarily when really what I want the code to do is "stop binding, and exit gracefully". Ideally I could use the SqlDataReader object and set some sort of bounds (which it doesnt currently have) that could tell it to "jump to record X, and close out at Y records". This should not be confused with the SqlDataAdapters ability to fill within bounds ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Problem wih Beta 2

    Hi, i was trying GSE beta 1. It was working ok. Now i have just installed Beta 2 and i got problem. When i try to do: m_spriteBatch = new SpriteBatch(GraphicsDevice); i get exception "The method call is invalid." also when i try to run code that we can find in XNA GSE Programming Guide : Use BasicEffect i get exception "Both a valid vertex shader and pixel shader (or valid effect) must be set on the device before draw operations may be performed." in line "graphics.GraphicsDevice.DrawPrimitives...." does any one know how to fix this problems thanks for any help! support his opinion. Hope to support fix-pipeline graphics.  It should be ideas and content that are ...Show All

©2008 Software Development Network