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

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

UberGeekxor

Member List

ado79229
WCO
Mike Kushner
BCullenward
Bob Bojanic - MSFT
Teetime
Luis Sa
rodrb
timkur
AustTech
Vidhya Sagar
wakeup
bigincome
TommyH
Emil Helldin
gsm
Yogi Bear
Tyfud
TuscoGrocers
Martel
Only Title

UberGeekxor's Q&A profile

  • Visual Basic Select A Row in a Datagrid

    I want to be able to delete a row from a datagrid based on the row the user has clicked on. Whichever row is highlighted, I want to delete it from the grid. But I cannot find any examples on how to do this. Any help would be great! Thanks! There should be plenty of examples of this... providing you know what you're looking for. The trick here is understanding that the DataGrid is only a display control; that is, it does not itself contain data. It gives you a view of data stored in some other object, such as a DataSet or Collection. So you don't delete a record from a DataGrid, you delete the record sele ...Show All

  • SQL Server Navigating to a File

    In reporting services, does anyone know of a way to navigate to a file, rather than a Website or another report I know this is possible in Crystal, but was wanting to do it in RS. Hi Hepper - You can place the file somewhere where it's downloadable and use the Jump to URL property to navigate to it. HTH... -- Joe Webb SQL Server MVP ~~~ Get up to speed quickly with SQLNS http://www.amazon.com/exec/obidos/tg/detail/-/0972688811 I support PASS, the Professional Association for SQL Server. ( www.sqlpass.org )   ...Show All

  • SQL Server Reporting server Activation Error.

    I got following message while activating a report server instance. "Failure verifying the current state of the web service: the web service is already in a valid state or the state can not be determined" When I run report manager( http://localhost/reports ) its working fine. but when I try to create the data source I am getting "Page cannot be displayed" error.  During Installation I saw warning message that As "windows sharepoint service is running. Manual initiallization is required after installation". What has gone wrong that prevents from creating "Data Source" or "Upload File". Thanks Santhosh ...Show All

  • SQL Server Command line action still not supported after installing sp1

    Why is the command line action still not supported after installing SP1 in the SQL Server Business Intelligence Development Studio What command line functionality you are looking for from BI Dev Studio Edward. -- This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All

  • Windows Forms Binding arrays to datagrids

    Is there a way of binding grids to an array or arraylist thanks It is very easy to do this: After you update your arraylist, get the currencymanager of the datagrid, and then call the Refresh method of currencymanager. Now the display of your datagrid get updated according to any changes made in the arraylist.  ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Questions about release date and VCS

    Q1 : As far as I have understand, current version of XNA Build isn't the final one. When it will be released, approximately at least Q2 : I haven't found any mentions about version control systems (even SourceSafe) exploring MC2 XNA-sample, maybe I was inattentive. In what manner it will be possible to incorporate a VCS into XNA Thank you. I just tried adding the build project to source control and noticed that didn't work. I'm not sure if we classify that as a bug or missing feature but I'll make sure it's brought up. Once that is taken care of it would use any source control program that visual studio ca ...Show All

  • Visual Studio batching issue

    i'm trying to take a semi colon delimeted string(metadatum) and create and item like this: < CreateItem Include = " %(SolutionToBuild.FoldersToHarvest) " > < Output TaskParameter = " Include " ItemName = " ThisFoldersToHarvest " /> </ CreateItem > < Message Text = " ThisFoldersToHarvest: %(ThisFoldersToHarvest.Identity) " /> The item is successfully created and the contents are spit out using the message task as expected. However when i try to call a target and use this newly created item as the input, the output in the build log always says "Skipping target "Harvest ...Show All

  • Visual Studio Team System Can not Connect to TFS

    I've been staring at this and I've narrowed it down to a machine-level issue...but I can't figure out what that issue is. When I try to connect to TFS, I get the following error: TF31002 - Unable to connect to team foundation server This is pretty much a generic message. Strange thing is that everyone else on my team can connect. Also, I can connect if I log onto one of their machines, so I know that the security is configured correctly on the server side. From my machine, I can browse to http://servername:8080/services/v1.0/registration.asmx without a problem. But I can't add the server in my Add/Remove Team Found ...Show All

  • Visual C++ manifest missing DLL - recurrent problem

    Hello, It occured before and vanished .. when i copied the DLL to windows\system32 folder I created a win32 console application my Mytest.exe.intermediate.manifest is pasted below ------------------------------------------------------------------------------- < xml version='1.0' encoding='UTF-8' standalone='yes' > <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>   <dependency>     <dependentAssembly>       <assemblyIdentity type='win32' name='Microsoft.VC80.DebugCRT' version='8.0.50215.4652' processorArchitecture='x86' publicKeyToken='1fc8b3b ...Show All

  • Visual Studio Express Editions Difference Between VBNullString And ""

    Hello All, I am a bit puzzled here and am hoping someone can shed some light on the problem. I used the VBNullString constant in my VB 6 apps to determine if the string in question was an empty string because I thought it was a cleaner way to write my code instead of using "". It seemed to work fine in VB6. It seems that my .Net code is not executing as I expected because VBNullString and "" are not the same thing. The .Net help does in fact say that VBNullString isn't the same thing as "" but it does not say what VBNullString is in fact equal to. Is it a null terminated string similar to what is used in C co ...Show All

  • Windows Forms Startup for no new instance

    Hello, I have a startup form (View Welcome Form) that the user types a case number into, hits a button, the startup form closes and the main form shows the results of the corresponding query. I'd like to be able to have a main_menu item that says, View Welcome Form, and when its activated, the Welcome Form shows up again.  We have the Welcome ...Show All

  • Visual C# VS 2005: "Key not valid for use in specified state"

    Hi all- I'm running VS 2005 final release version.  I have a solution with two projects in it; an ASP.NET website in C# and a VB project which is my data access layer. Yesterday, this code was working fine.  I can compile and run the solution, and all the code works. But when I try to access or add a new datasource through the VS 2005 Data Sources Explorer, I get a popup which says: "An unexpected error has occurred.  Error message: key not valid for use in specified state." This message pops up after I select database as the source of my new datasource.  The wizard does NOT fail if I use a Web Service as my new datasourc ...Show All

  • Smart Device Development eVC3 and eVC4 bomb when loading projects

    I'm trying to get eVC and eVC4 working on my main Win2K box. (Everything works fine on another machine). The IDEs each start properly. However, when I open any workspace, I get the following: eVC4: Instruction at "0x780104ac" referenced memory at "0x0000000". Opening the debugger gets "Unhandled exception in Evc.exe (MSVCRT.DLL): 0xC0000005: Access Violation" eVC3:Instruction at "0x510b2daa" referenced memory "0x00000004". Opening the debugger gets "UNhandled exception in EVC.EXE (DEVBLD,PKG): 0xC0000005: Access Violation". I tried doing a fresh install of eVC3, eVC4 SP4 and all the ...Show All

  • Visual Studio Team System Team Foundation Server installation problem ("SetupWarehouse.exe" and "...No mapping between account names...")

    Hi all, I am trying to intall Visual Studio 2005 Team Foundation Server.At end of installation progress, i am getting that error  ; Error 32000.The Commandline '"c:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\bisdwserver\bin\SetupWarehouse.exe" -n -s "MSF" -d BisDWDB -c "c:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\bisdwserver\bin\Consolidated.xml" -a "TESTMSF\TFSSERVICE" -ra "TESTMSF\TFSSERVICE" -v -l "c:\DOCUME~1\TFSSETUP\LOCALS~1\Temp\setupwarehouse.log"' returned non-zero value: 3. within  setupwarehouse.log: ...The following system error occurred:  No mapping betwee ...Show All

  • Visual Basic Installing.

    Kelly, You will get alot further with your frustrations by providing details of your problems/issues to the product feedback center: http://lab.msdn.microsoft.com/productfeedback/Default.aspx ...Show All

©2008 Software Development Network