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

Software Development Network >> Robert Wafle's Q&A profile

Robert Wafle

Member List

Mikes2nd
Wayne Grincais
HalaniA
wekempf
USMCNJ
pragaw
Sukesh Nambiar
Nattack
Roy Jackaman
cloudycity
dmls
Wilbert
Erklarbar
iambad
sagiraju
Luis Simoes
Dugan Porter - Microsoft
Mark Blackburn
ChrisNof
Yingshen
Only Title

Robert Wafle's Q&A profile

  • Visual Studio Express Editions Create A Link

    How do I create a button that links to a certain webpage. I have been trying and haven't quite figured out. Please help! ...Show All

  • Visual Studio Document Explorer not finding local docs any longer

    The Document Explorer (accessed directly or from the VS IDE Help menu) was working fine for a couple of weeks. It no longer finds anything under Local Help when I do searches via the "Search" tab (visible at the top of the content pane). I'm fairly confident that the problem started when I installed SQL Server 2005 Integration Services locally. I installed nothing else from, including SQL Server Books Online. All of the SQL Server docs had already been installed and were also working fine. All of the local docs appear to be there if I browse through the contents. But the search is no longer finding anything locally. Does anyone know how t ...Show All

  • Smart Device Development Installing MS. NET CF 2.0 on Treo 700w

    I can't install the .Net Compact Framework on the Treo 700. I get the following error. Installation error. Stop all applications and processes, maximize available storage space, and run installation again. Support info: 4. I have nothing running and nothing is installed that didn't come with the phone. Here is the log file. 20/01/2006 15:20:58: Entered Install_Init(). First Call: Yes Previously Installed: No Installation folder is: '\Program Files\.NET CF 2.0'. 20/01/2006 15:20:58: Build 2.0.5238.00 20/01/2006 15:20:58: Device CPU: 'ARMV4I', 05020000 (84017152) 20/01/2006 15:20:58: PocketPC 5.01 20/01/2006 15:20:58: Our trust level is: ...Show All

  • Visual Studio Express Editions Unable to Install SQL Server Express June CTP after removing the previous CTP

    Hi, I'm basically doing web programming and designing during my free time with Dreamweaver and has recently found that VWD Express is ideal tool to learn ASP.net 2.0. But I encounter a problem in attempt to install the latest CTP of Sql server. After I've unistall the previous CTP to give way to new June CTP, I get the below error message: "SQL server has detected incompatible beta component ......." and ask me to run cleanup utility from CD. My problem is, I obtain the installer version 9.0.1293 when I installed the VWD August CTP, I dont have the CD and cleanup utility. Another thing is, after I removed the previous CTP from "Add and Re ...Show All

  • Visual Studio Tools for Office bind excel sheet with database without using typed dataset.

    Hi, I am using VSTO with VS.Net 2005. My problem is that I want fill the excel sheet with the database at the startup but not directly with typed dataset created through wizard (Actually I dont want to use wizard, I want to write code as with VS.Net 2003). Is there any example or any webcast there for creating a data access layer in a class file and then binding the excel sheet from this class at the start up. Any one have any idea regarding this Thank you Prashant, I have found it useful to use the wizard to generate the code required to create the typed dataset and data bindings and then ...Show All

  • .NET Development EventLog in C#

    Hi , I wanted to write messages to windows eventlog . I will read messages from certain file say xyz. What my question is , is there any possiblity to write date and time which i read it from xyz file to eventlog along with other parameters such as source , event id , message etc. Thank you guys for looking into this. Regards, Prasanna. The System.Diagnostics.EventLog class might be useful. Start reading here... ...Show All

  • Visual Studio Team System Unit Test Wizard doesn't let me select certain projects.

    When adding a new unit test to my test project, the Unit Test Wizard jumps back to the "Add New Test" dialog when I select certain projects.  If I try to click either the '+' sign for the tree structure of the project or try to click on the project's CheckBox, the dialog returns to "Add New Test".  Is this because test units cannot be auto-generated for this project, and if so why do I not see some form of message dialog --Edit-- I also attempted to create a test unit directly from the class that is to be tested.  I received the error: "The source code cannot be sufficiently parsed for Code Generation.  Please ...Show All

  • Visual Studio Team System URL in Redirect is not encode

    Hi, I have a ASP .NET app. In the Search.aspx there is a redirect to an URL with a QueryString parameter (data). This parameter is created at run time and contains characters like %. When i run the web test, the parameter value is not right, as something replace some characters. In the Object was moved here... page the parameter looks OK. <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="/ESC/PM/View.aspx data=FEOam%2fXr2PE86xvkECi2IfqSI6RW6UyZzv2WIqkCqzULnCH2iKjfx3mQGyf%2bBb0iL19xe98UimXIJI%2bl5RcPie8hFnSuP1%2fNqsuEcwyYTF%2fEIUiy11f%2fL%2fPdCLwDrXzkWN%2brIXkaJ%2f ...Show All

  • Visual Studio Express Editions Trying to follow lessons... problem

    Hey fellow beginners and pros, I following the tuturials in order to start learning the software and I am having a weird problem. Specifically, I am currently trying to set up a Style Sheet and Master Page. I can create the Style Sheet just fine but when I create the Master Page I cannot see the DOCUMENT properties in the properties window. I need to access these in order to specifiy the Style Sheet to use and I simply dont see any properties. Note: This is not entirely true. What I see are a handful of asp.net properties, one body property, and one documetn propert (the title). Thanks for any help. Im sure this is a d ...Show All

  • SQL Server SSMS Express: Using PIVOT operator to Create Pivot Table - Error Messages 156 & 207

    Hi all, In MyDatabase, I have a TABLE dbo.LabData created by the following SQLQuery.sql: USE MyDatabase GO CREATE TABLE dbo . LabResults ( SampleID int PRIMARY KEY NOT NULL, SampleName varchar ( 25 ) NOT NULL, AnalyteName varchar ( 25 ) NOT NULL, Concentration decimal ( 6.2 ) NULL) GO --Inserting data into a table INSERT dbo . LabResults ( SampleID , SampleName , AnalyteName , Concentration ) VALUES ( 1 , 'MW2' , 'Acetone' , 1.00 ) INSERT … ) VALUES ( 2 , 'MW2' , 'Dichloroethene' , 1.00 ) INSERT … ) VALUES ( 3 , 'MW2' , 'Trichloroethene' , 20.00 ) ...Show All

  • .NET Development Error Handling in Unsafe Code

    Hi, I have small problem, Actually I dont know how to do error handling in unsafe code, can some one help me in this regards, I struck in my project, sorry to ask for earlyest replay. What kind of errors do you want to handle Can't you do it the same way you do in "safe" code - handle the appropriate exception ...Show All

  • SQL Server List all your connection managers

    Hello, I'm building a custom task which has a property ConnectionManager which obviously allows you to select which connection manager you're goinng to use. I know how to get the list of connection managers but how do I make them appear in a combo-box in the properties pane Anyone got some code for that Hopefully this is fairly trivial for you developer types out there. Thanks Jamie Adam Tybor wrote: I don't know about dataflow components, but on a custom task I simply created a property of type ConnectionManager and it gave me a drop down list of all the connectionmanager's guid's in the package. The built in type converter has ...Show All

  • Windows Forms Debugger doesn´t stop on breakpoint

    HI! I´m developing a C# application using windows forms. I made a copy of my solution and saved it on another computer. Now when I try to debug my project on this computer I can set a breakpoint and the debugger stops at this certain point. If I set a breakpoint on a later part of the code the debugger won´t stop.  If I try&nbs ...Show All

  • Visual Studio Team System MS Project 2003 Dates not retrieved from TFS

    When retrieving work items using MS Project, dates are not retrieved correctly. The dates can be viewed using Excel or Team Explorer. Any ideas Hello Alyaru, You mentioned that you had set other fields in the mapping file as "PublishOnly=true" but you could still refresh those fields. We are not able to reproduce that issue. Can you please provide the mapping file you used and also the version of VSTF will be helpfull. Thanks, ...Show All

  • Windows Forms Saving datatable to database

    I am working on an inventory application using the .net compact framework and Visual Studion 2005 I have created a dataset with the following tables from a SQL Mobile database tblItems tblUPC tblSalesCallItems I've also created two additional table adapters by joining the above tables with a query viewSalesCallItems viewItemUPC The portion of the application I am working on right know consists of two forms: the first form has a textbox, OK button, datagrid, and a save button. The user types an UPC in the textbox, then clicks the OK button. This brings them to a second form (item details) where they can add additional information abo ...Show All

©2008 Software Development Network