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

Software Development Network >> AL...'s Q&A profile

AL...

Member List

A_P
wiertmir
Matt Turk
Toldin
David Hilditch
Ravish Subramanya
dragon6158
Richard McCrea
cmccoll_MS
Truby
Ankit Nagpal
RichardG
Rusi Hilloowala
Todd2000
Pat Garrity
jskim
Frank Buckley
scottportraits
joru
tex77
Only Title

AL...'s Q&A profile

  • SQL Server Database script creation errors

    I keep gettin these errors everytime i attempt to run the database creation script and I would appreciate any help in solving them: Major Error 0x80040E14, Minor Error 25501 > USE <master> There was an error parsing the query. [ Token line number = 1,Token line offset = 1,Token in error = USE ] Major Error 0x80040E14, Minor Error 25501 > DROP <Database FHHDB> There was an error parsing the query. [ Token line nu ...Show All

  • Visual Studio Express Editions Can I use VB Express in the full version of Visual Studio 2005?

    Here's the situation. We purchased and are using a full version of SQL 2005 Server which of course includes Visual Studio 2005. I would like to test using some VB.NET and C# possiblities using the free express editions to see if we want to use the full versions. From what I have read, you have to uninstall all 2005 products related to SQL or Visual Studio before installing Visual Basic Express. Can I do this without hosing up my PC I just fi ...Show All

  • Windows Forms Combine Image with Checkbox

    I am in need of a custom control which has a checkbox and a image combined. I am currently using a image column and a checkbox column. This will also work if I can figure out how to remove the separator line between the two columns. Any help in this will be greatly appreciated. Bill I was able to get this to work. I added padding to a DataGridViewCheckBox for the icon. I then draw the icon at paint. ...Show All

  • Visual Studio Converting IDTWizard to GAT project and solution templates.

    I'm trying to convert our existing project templates into GAT. Unfortunately my GAT doesn't let me do some things and does too many things for me in other cases. First, let's throw away the Visual Studio text replacement stuff everywhere and use the "T3" stuff. I previously complained about this for project items and somebody replied that I might be able to do that in the next release of GAT. Does this also apply to project templates Second, th ...Show All

  • .NET Development Shortcut to .exe on server doesn't work...

    K, confused... I wrote an app, built it as an .exe and went to put it on a server, for example P:\MyProgram\the.exe I want to drag a shortcut to P:\MyProgram\the.exe onto a local desktop (4 different ones in our office actually) so that way, any time I make a code change to the.exe, I can just upload to P: to overwrite the existing .exe but the shortcuts will still work on the local desktops. In testing, I'm getting an odd error...of course... ...Show All

  • Visual C++ How can I set the environment values? secondly How can I get from environment values?

    I am using VS 2003 (c++ and c#). How can I get the %PATH% or %CLASSPATH% from the environment settings and add additional values to set that is exclusive for this application to use. I have VC++ application 1) that should fetch the details from a file (some values) 2) get the %PATH% from environment 3) append the above, that should be used in my application as %PATH% values The moment the application is closed, the temporary appended values shou ...Show All

  • Visual Studio Team System SQL Server Source Control Plug-In Not Available.

    I've successfully installed the TFS client and I've been using it within the Visual Studio environment quite well. However, when I went to set it up within my SQL Server IDE, the plug-in isn't available in the drop down. Any help You can try TFS Msscci Provider - it provides SCC operations for SSMS IDE. ...Show All

  • Visual Basic AcceptButton does not work when other button has focus

    Good day! im a having a problem on my application.. the AcceptButton of my Form1 is Button1.. but according to msdn, " when the control with focus is another button.. the button with the focus will be clicked ".. is there other way that i can "click" Button1 using the Enter Key even if Button2 has the Focus   Use this code ( Handles Button2.KeyUp ) : Private Sub Button_KeyUp( ByVal sender As Ob ...Show All

  • Software Development for Windows Vista Error debugging a workflow

    Hi, I have the RTM version of VS 2005 installed with the 2.0 framework and the November CTP of WinFX and specifically the WWF VS integration. Everything seems to work fine except I get an error when trying to debug a workflow: "Error occurred while Loading Workflow An error occurred while loading the workflow. Please correct the following error and try reloading the document to view the Workflow. Attribute 'Class' not found on the root activity ...Show All

  • Windows Forms Looking for answers not in Terrarium FAQ

    Hi, I've been trying to find an answer to coule of questions about Terrarium.  I was wondering if you would know. I am getting this error when I try to compile for this line [AnimalSkin(AnimalSkinFamilyEnum.Spider)] No overload for method 'AnimalSkinAttribute' takes '0' arguments Am I not including something I need to include Can I determine if a carnivore is one of my carnivores  IE if I made one named trapdoorspider can I determ ...Show All

  • Windows Forms ClickOnce Error - File already exists

    I have a pair of files in my program that have the same base filename, but different extensions -- ftn95lib.dll and ftn95lib.mdl. When I include both files in my clickOnce installation, the installation fails during the install saying: The file 'C:\Documents and Settings\yi002949\Local Settings\Temp\Deployment\1DA5TE93.QLP\64Z4BZV1.LPN\ftn95lib.mdl' already exists. If I remove either the mdl or the dll file from the installation, I no long ...Show All

  • SQL Server reports are hanging in report manager when executed

    hello, We are having problems with reports indefinitely hanging up in the report manager. The report will not appear such that parameters can be entered by the user and the view report button can be clicked. Can anyone offer any suggestions FYI...Report Manager runs on a separate server from where our data is stored - we thought this would speed things up however whenever the connections to the DB server is high, this seems to slow ...Show All

  • Visual C++ Region Resource leaks in C++ MFC project developed using VC7, Dotnet framework 1.1

    I am facing some resource leak problems with my application. During investigation i found that the app was leaking a lot of regions. I was suprised since we did not explicitely use any regions in the app. So just to find out more I built a sample wizard generated VC7 C++ MFC project, Dotnet framework 1.1 on Windows XP After invoking the application, Opening and closing the document window introduces approximately 6 GDI object(Region) leaks ...Show All

  • .NET Development AD member of - recursive?

    Hi, I am trying to get a listing of the groups a user belongs to. All is working well, except, if the user is in group a, and that group a is in group b, I can't get group b to show up in the retrieved list. Here is part of my code. Can anyone help Dim de As DirectoryEntry de = New DirectoryEntry(" LDAP://DOMAIN/OU=DOMAIN USERS,OU=XX,DC=DOMAIN") de.Username = "xxx" de.Password = "xxx" ...Show All

  • Visual Studio Express Editions Newbie: Question about MDI containers

    If I am using an MDI container that has an open MDI Child, how can I make my mouse wheel scroll the MDI Container Please let me know if I need to clarify more, thanks in advanced. ...Show All

©2008 Software Development Network

powered by phorum