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

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

NeedHelper

Member List

jigee
Scott L
Mike Bravo
Umut Alev - MSFT
MKMV
captJackSparrow
P Liedman
Max Manowski
M. R. Miller
MarkShep
Mange
ModemGeek
Goldenarowana
brianbutterfield
formhabit
daniblind
Vandana11
Jeff Leite
Glen Profeta
ngmvista
Only Title

NeedHelper's Q&A profile

  • Visual C++ .NET 2.0 and Visual Studio .net 2003

    I have visual studio .net 2003 installed, and I recently upgraded to .net 2.0 I can no longer compile applications without an error durring linking from alink.dll. Any help is greatly appreciated. B_a_s_i_c wrote: I have visual studio .net 2003 installed, and I recently upgraded to .net 2.0 I can no longer compile applications without an error durring linking from alink.dll. Any help is greatly appreciated ...Show All

  • SQL Server What are the settings to enable any memeber of an AD group to logon to SQL2005

    I have a group login created on the SQL server like so: CREATE LOGIN [MyDomain\MyGroup] FROM WINDOWS WITH DEFAULT_DATABASE=[master], DEFAULT_LANGUAGE=[us_english] I have then created a user in the db MyDB for the login above and gave it db_owner role: use MyDB go CREATE USER myDBUser FOR LOGIN [MyDomain\MyGroup] go sp_addrolemember db_owner, MyDomain\MyGroup When I try to connect to this server using a user member of the group MyD ...Show All

  • .NET Development Athalon 64 problem with Win XP Home Editon

    I am sorry if this is the wrong catagory for this topic... I have been having problems with a reboot issue... my systems specs. are at the bottom of this page... I have flashed by BIOS... All the parts are compatible... I thought maybe it would be a power issue... then a heat issue... Then i was believing Windows just hates me... But i believe there is an answer to all this... To describe the Reboot:  I will be working on the computer ...Show All

  • SQL Server How to group the columns?

    hi there, im new to sql server reporting services and ill be developing reports and the report i want is: change the parameter textbox to dropdownlist and populate the data from db allow user to see the data by providing + (expand) - (close) like for an example: +mike +john when the user click on + it will expand and show the the row is it possible You can use the show/hide functiona ...Show All

  • SQL Server "The statement did not return a result set" error on SPs with exec

    I'm trying to modify our application to use the SQL Server 2005 JDBC driver. After making the appropriate changes most stuff seems to work OK, except for any stored procedures that contain an exec statement and return a result set. When the stored procedure is called with executeQuery it throws a SQLServerException with the error "The statement did not return a result set". Other query SPs that don't have an exec work just fine. It doe ...Show All

  • Visual Basic Logical error? Please help!

    Hi, I'm running this project in vb.net 03, and for a reason i can't not find the problem. Every time that the user enters any input it authenticates and return an access granted, which is what i wanted to have, BUT it approves any input. I might miss something in there. Here is the code. class: Public Class clsemployee Private strusername As String Private intpassword As Integer Private ...Show All

  • .NET Development Accessing a client id from within a web service

    Hi I am using Visual Studio 2005 with VB 2005 and investigating Web Services. I have a VB client application that accesses a Web Service. This works fine, but I would like to know if there is a way to obtain some kind of unique id/reference of the VB client application from within the Web Service. I would like to save this id/reference somewhere (possibly in a file or database) and then, when the Web Service responds back to the client ...Show All

  • Software Development for Windows Vista State Machine and AutoResetEvent

    Hello, I am implementing a State Machine workflow, that workflow is quite simple, Starts in a WaitForRequest state something comes from the network , it changes to a ProcessRequest state, after processing it changes to WaitFor Request. Basically it is used for a Server Side. To make the thread synchronisation in the Wait For Request activity, I used an AutoResetEvent. But When I 've tried to run that workflow, it does not start and send a Termin ...Show All

  • Visual Studio 2008 (Pre-release) WCF config schemas not updated in Feb 2006 CTP

    Hi, On all my installations of WinFX Feb 2006 CTP VS Extensions ('Orcas') the main WCF config schema is not updated. I'm talking about Intellisense schema that is used to suggest attribute/element names/values inside Visual Studio 2005. It seems that Jan CTP schema is installed with the package, which makes VS config development a pain. Can somebody confirm this and possibly provide an updated 'Orcas' package or just an updated DotNetCo ...Show All

  • Visual Studio Team System Having no one assigned to a Work Item

    Just today I put all our issues (non-closed) into TFS. This is over 600 issues. 80% of these issues have no one assigned to them because the Issues are: -Notes jotted down to keep information -Many duplicate bugs(we keep these for tracing purposes) -etc. So... now I have over 550 assigned Work Items and I feel Overloaded... I should ask for a vacation... anyways... Is it possible to tweak that field so we can have no one assigned I don' ...Show All

  • Microsoft ISV Community Center Forums Is an Excel bug that set PivotItem.Visible to true will generate 1004 Macro Error?

    In a Excel PivotTable, I want to programically hide or show some PivotItems of a PivotField.  To hide, it works fine (just set mPivotField.PivotItems("xxx").visible = False).  However, to show, it does not work: mPivotField.PivotItems("xxx").visible = True.  Program breaks with an error 1004, macro error. When try to record a macro for setting a non-visible PivotItem to visible, macros recorded is to use ...PivotItem("xxx").visi ...Show All

  • Visual Studio Express Editions X Mouse fouls up properties toolbar list selection

    I've discovered that if I have TweakUI set to Mouse/X-Mouse/Activation Follows Mouse, then lists don't work properly in the control properties window. If you find that you can click on the property but the panel that opens up vanishes when you move the mouse away from the list button, try turning off X-Mouse. Anyone else seen this ...Show All

  • SQL Server Check Connection Exist

    Lets say I have created an excel connection to an excel file. During/Before runtime, I have deleted the file. Is there any way for me to detect if the connection exists or not, and if the connection does not exist, skip a particular data flow process Hi there, You have a couple of options: 1. Use a script task to call out to System.IO.File.Exists to confirm the file exists. This will mean you'll have to get the ...Show All

  • Visual Studio Team System How do you use a template once downloaded?

    I have done everything i could think of and still cant figure out how to use a downloaded template could anybody help me out. Note that if you don't want to overwrite the existing template, you'll want to change the name of the process template before upload.  It's in ProcessTemplate.xml as the <name> element near the top. ...Show All

  • Visual Studio Express Editions Newbie: tyring to use numbers in a textbox

    Ok, I am kind of stuck on how to accomplish the following: I am using 8 texboxes that will contain only numbers (ranging from -50 to 50, no decimals) Textbox 1 will contain the sum of all of the other texboxes. I can fill the other 7 textboxes with the numbers, but how do I add them together, and make it so that text box 1 will constantly add the sum of the other 7 text boxes (incase the values change later) Thanks in advanced. ...Show All

©2008 Software Development Network

powered by phorum