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

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

turbofart

Member List

Prasad Khandekar
Ron Inbar
JuanKi
Xena Systems Limited
schapman
Bern McCarty
Saul775
Nichole
bdc604
NeedSomeAnswers
dave_m
Fre_d79
malanken
Rob Leenheer
JJRUIZ
LiFo
GunaChinna
lizajane999
Tres London - MSFT
Tensor
Only Title

turbofart's Q&A profile

  • SQL Server How to Copy DataBases between SQL Express instances.

    I am developing an application that uses SQL Server Express. Everything is running great, except that I can't figure out how to copy a DataBase from my server at work onto my laptop so that I may test it at home... How can I copy the DataBase from my Server at work to my laptop I'm on the network at work, I just can't figure out how to copy it... Please help! :) Thanks, Jacob Do I need SQL Server 2005 (not express) to do this through the management studio I'm not going to mess with doing this myself, I want the software to do it. ...Show All

  • Visual Studio vs 2005 beta 2 setup fails

    When I try to setup vs 2005 beta 2, it says that it failed to setup visual studio itself after it gets to the end screen. The installation seems normal untill then because the vs 2005 even gets a checkmark next to it when on the install screen. The progress bar never moves when it is on vs 2005 though. I will post the error log when I can find it. Hello, I am getting the same kind of error  when installing Visual Studio 2005 Beta2. The comments before the "return value 3" are: MSI (s) (20:D8) [11:12:03:571]: Assembly Error:Function not defined in specified DLL. MSI (s) (20:D8) [11:12:03:571]: Note: 1: ...Show All

  • Windows Forms Terrarium 1.2 not showing any text on buttons?

    I just installed Terrarium 1.2 and noticed there is no text on the buttons. Is this a known problem  Is it because I've ClearType enabled --Dion Hi guys, Don't click on the link as you will get the JIT Debugging dialog with the exception occurred message. Select and right-click the link instead and choose 'save target as' and follow the a ...Show All

  • SQL Server CANT CONNECT TO SQL SERVER

    hi, i cant connect to the sql server 2005,it was able to connect few days ago. the prompt out error is An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider) Can anyone tell me whats wrong with my SQL SERVER Look in the SQl Server Configuration Manager under, "SQL Server 2005 Network Configuration" --> "Pr ...Show All

  • Visual Studio Problem, instaling VS2005 on Windows Vista

    I cann't install VS2005 on Windows Vista, because say that I have that install SP2 for Windows XP :S some suggestion Saludos, Please let me know if a newer build of vista works for you. Thanks ...Show All

  • Windows Forms "Details" style data binding question?

    I am using VS.NET 2005 Standard edition; My goal is to bind a dataset with one datatable to a form in a way that gives you a table of "overview" with selected columns.  From there the user can select a row and the entire record is display in a data-entry grid below the entier datagridview control. It's a sort of split screen - there are many to many fields to cause the user to easily edit them in the datagridview. So far i have no problem getting the data, binding the datagridview control, or selected the row.  The question is what is the best method for bidnign the individual row items to the various controls. I was ...Show All

  • Smart Device Development CAB files... is the only way to install a application in the emulator?

    Hi, i just downloaded the "Mobile Suite 4.zip" for pocket 2003 (a package for placing orders for the MS Retail Management System over a pocket 2003) and I noticed that the installer file is not a cab file.. it is a windows regular .msi package and it installs few files in my pc and then try to copy the proper files to the pocket device, i have the emulator running and listening from VisualStudio2003. The windows installer just tells me that is not possible to copy the files to the device and options: Rety or Cancel. Is possible to accomplish that Thanks in advance. Aldo Are you using the emulator that shipped with VS ...Show All

  • Visual C++ System.InvalidOperationException in System.Windows.Forms.dll

    Hi!!! I posted some days ago with a problem: I had this: I had a large C++ unmanaged application which I compiled and ran perfectly using Visual Studio 2003. Now, I want to compile and run it using Visual Studio 2005. When I compiled it in release mode everything worked fine, but I got about a thousand comiler errors when trying to compile it in debug mode. All of these compiler errors appear in files that belong to Visual Studio 2005 such as stdlib.h, cstdlib.h,etc. Finally, I managed to compile my application in debug mode :D But now when I try to run my application I get this message: System.InvalidOperationException occurr ...Show All

  • Visual Studio Express Editions HTTP Error 403 - Forbidden

    I've been playing around with VWD 2005 Express and when I "View in Browser" with IE, everything works fine.  But when I try to "View in Browser" with FireFox, I get a HTTP authentication prompt and then I get the following message: Server Error in '/TestParts' Application. HTTP Error 403 - Forbidden. Version Information: ASP.NET Development Server 8.0.0.0 I've tried entering USER and MACHINE\USER local accounts and still get 403 Forbidden -- any ideas Solution Explorer is one of the windows inside of Visual Web Developer. Normaly it is located in the upper right corner. You can also jump to it by pres ...Show All

  • Visual C# Context Menu

    I had tried adding a context menu to a form with a menu item. But upon running the program, and upon right click, I could not see the context menu appear. Is there any other settings that need to be done Please advise. You should assign the context menu you've created to the control's ContextMenu propery, in order to make use of it. Form for example, you can assign context menu to its ContextMenu property. Hope this helps, -chris ...Show All

  • Visual Studio Team System Does TFS Includes VSS?

    If I buy  TFS do I need to buy alsoVSS or it includes version control for documents  and source code   hsiceo wrote: In my post I failed to mention that we are connected to our Team Server and browsing a particular project.  All files in the project are visible and we can access certain functions including checkin, label, history, etc. but not checkout, new folder or add files. It sounds like the folder you're browsing is not in your workspace mappings.  The dialog where you set up your local workspaces is File -> Source Control -> Workspaces.  Or from Source Control Explorer, click the Works ...Show All

  • Visual C# Types and namespaces can't be found

    Ok, This is an elaboration of a previous post I've made about VS2005 not being able to locate namespaces and classes. I have one file containing a page, in the namespace Timesheet.Pages , and a control in another file in the namespace Timesheet.Controls . When I add a " using " reference to the Timesheet.Pages in the file containing my control, I get the error " The type or namespace name 'Pages' does not exist in the namespace 'Timesheet' (are you missing an assembly reference ) ". All the files are in the same solution and the same assembly, although the control .ascx files are in a sub-folder. I initially thought that ...Show All

  • Visual Studio Debugging multi-threaded operations problem

    You'll love this one... I've ran into a rather odd problem, both in the application I'm in the process of developing and in a test project I threw together just to replicate the issue. When debugging code that is run on a thread other than the main execution thread the non-main thread will exit for no apparent reason. Here's the kicker... It only happens if you have the autos variable window selected i.e. the problem will not show if you're viewing the watch list. Here's how to replicate: Visual Studio 2005 Standard 8.0.50727.42 1 Create a new Windows Application for C#. 2 Create 1 button. 3 Use the following for your class code. public part ...Show All

  • Windows Forms problem to call a Dll function .NET

    I have the following code in VB6 to create a picture object: Dim IPic As IPicture Private Declare Function OleCreatePictureIndirect _    Lib "olepro32.dll" ( PicDesc As PicBmp, RefIID As GUID, _    ByVal fPictureOwnsHandle As Long, IPic As Image) As Long The IPic is to store the picture object created. After I convert this code to VB.NET, it becomes Dim&nbs ...Show All

  • Visual Studio Team System Error upon project creation - VSTS Release / Beta 3 Refresh

    After creating a CMMI project and opening the portal, the following showed up in the browser: For builds and remaining work, the reporting services pages (I thought this would just be the output, not someone being able to put the query information in the page) For the Issues web part, the following error message: The item '/Effort Tracking/Issues' cannot be found. (rsItemNotFound) Where 'Effort Tracking' is the name of the project. For the Bug Rates web part, the following error message: An error has occurred during report processing. (rsProcessingAborted)    Query execution failed for data set 'PriorityParam'.   &nb ...Show All

©2008 Software Development Network