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

Software Development Network >> Marty W's Q&A profile

Marty W

Member List

bronce32
DuckJones
Saamy
PeterJMoore
GavinWu
sdhays-at-neon
ChenShangTe
silvo vasquez
Melampus
DaveInAZ
Taking to HNL
Ralf Ellersiek
arstacey
Ajay
J. Hedrick
Kerdany
Dud
Micah_
gvollant
Jack Stone
Only Title

Marty W's Q&A profile

  • Visual C# Can not set value to variable...

    Ok this problem is wird to me, so please help... I have an Struct... public struct PointStruct {      public Point FirstPoint;      public Point FinalPoint;      public string Tipo;      public string MuebleTipo; } [in my form] PointStruct [] Lista = new PointStruct [99]; // guide public string tipodibujo = "" ; public string tipomueble = "" ; then a event // OnMouseDown private void CartesianPlane_MouseDown( object sender, MouseEventArgs e) {      // if left click      if (e.Button == MouseButton ...Show All

  • Visual Studio Team System web.config file section replacement

    The Visual Studio 2005 Web Deployment Projects add-in ( http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx ) enables you to change the web.config file during compilation. Can Team Build do the same I have installed the Web Deployment Projects add-in on the Team Build server. I added the following code to the the TFSBuild.proj file. It builds successfully but does not do the replacement. < ItemGroup > < WebConfigReplacementFiles Include = " web.config.connectionstrings.stage " > < Section > connectionStrings </ Section > </ WebConfigReplacementFiles > </ It ...Show All

  • Visual Basic Making a Database

    Hi i was wondering if there are any tutorials around on creating databases in vb6 and vb.net If you have Visual Studio 2005 Standard or above (Maybe even Express ) you can simple add a SQL Server 2005 DB to your project. You can do a lot of fundamental DB creation tasks in the Sever Explorer (ignor the Dataset Creation wizard until you finish creating the DB). VS has integrated functionality for creating tables and modifying columns and restraints and relations and my personal favorite: Creating Stored Procedures (and testing this stuff all out with the query editor). If you have Express you might still be able to do it but I can't pers ...Show All

  • Visual C++ Floating point stack overflow

    My application works fine in VS2003, but in VS2005, it is producing an overflow of the floating point stack.  This seems like it must be a code generation error in the new compiler.  Has anyone else experienced this problem In the particular case I am looking at, I step through the instruction FLDZ in the disassembly window.  Instead of getting a zero in ST(0), I get 1#IND, and the SF and C1 bits are set in the x87 FPU Status Word.  The first time through this code it works OK, but this second time through, the FPU tags register shows that the stack is full before the FLDZ instruction. Bug is fixed in VS2005 SP ...Show All

  • Windows Forms Short flicker of windows default control color on control create

    Hi, I'm experiencing a short flicker of the default windows control color when I create the following control: Control In this screenshot you can see the flicker Flickering control Although this is only for a very short momement, it's noticeable and I'd like to get rid of it. Any idea what might be wrong or what needs to be done Thanks, Tom Can you verify if the flickering happens only to specific machine and/or specific OS I once have the same problem, and it appears that my control's painting flickers only to Windows XP when the OS has XP Styles installed. Another thing to consider i ...Show All

  • Visual Studio Team System Can't connect to the tfs

    hi, in our project we work (five users) with the team foundation server (RC). All is good and we haven't problems at all. In that time a colleague ask me, whether he could connect to the server. i said to him that the only thing he has to do is to install the team explorer and connect to our project server. He get the following error even  though he works in the same domain. Error: TF31002: Unable to connect to this team foundation server: ServerIP conditions: Team Foundation Sever (RC) on Windows 2003 Server (Application and data tier on the same maschine) Any ideas.   Y ...Show All

  • Visual Studio Tools for Office Problem using Chart Export with VB .NET on MS Office 2003 on XP

    For the last 2 days solid I have been chasing a problem. I've found it impossible to use the Chart Export facility in a Excel VB.NET from the Microsoft.Office.Interop.Excel references. The system is as follows:- VB.NET 2003 Version 7.1.3088 .NET Framework 1.1 Version 1.1.4322 SP1 Microsoft XP Pro, Version 2002 SP2. My cut down code to show the problem is as follows, and is called simply by clicking a button on a Form with nothing else on it:- Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim objexcel As Microsoft.office.interop.excel.Application Dim objchart ...Show All

  • SQL Server Uninstall of SQL Server 2005 Express Edition CTP fails

    I'm trying to remove this before installing the RC version of studio 2005 but the uninstallation fails, presenting a dialog with... The setup has encountered an unexpected error in datastore. The action is RestoreSetupParams. The error is :Failed to read property "Installlds" {"MachineConfiguration", "", "DEVVII"} from cache Unable to write property into cache: IsClustered Unable to write property into cache: "IsClustered" XmlRW Error: Failure loading xmlrw.dll CheckAllProcedures() returned 2 Any ideas how get get past this Thanks, Graeme Well, I finally got past this and installed the RC of studio 2005 ...Show All

  • .NET Development Error while trying to open Access Database File

    Hi all, This may appear very basic question, but I cannot figure out why I get an error at MyConn.Open() line while I try to open the db file from VB.Net. The path is perfectly provided from OpenFileDialog when the file is slected. The code is as below, Dim OpenDBPath As New OpenFileDialog() Dim MyConn As New OleDb.OleDbConnection() MyConn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;UserID=Admin;Password=mypass;Data Source=" & OpenDBPath.FileName() & ";" MyConn.Open() Can anyone help me please Please post the complete trace or the exact error message that is being generated. The 'System. ...Show All

  • Visual Studio VSS Automation & Threading

    Greetings everyone, I have a windows service created to perform miscellaneous administrative tasks on sourcesafe using COMInterop through C#.  At times, there are many threads executing and performing tasks against our sourcesafe database.  My problem is that if more than one thread attempts to act against the database at a time, then I receive a "access to rights.dat denied", or the tasks slow to a painful crawl. I have tried just about everything, but have found the only way to prevent both of these from happening is to open a sourcesafe client against the database.  Once open, everything increases in speed by ...Show All

  • Visual Studio Dynamic layout for printing labels

    Hi, My requirement is this... I would like to print mailing labels..but in our case labels size keep changing(about 40 different sizes)Now, I dont want create 40 reports to do that..How can I do this dynamicaaly ,that is, one report for mailing lable and at runtime size should change as per user requirement.We are using,inbuilt crystal report with visual studio 20003... thanks vishy ...Show All

  • Visual Basic IDE not picking up my 'Backspace' or 'Enter' keystrokes in the debugger

    The debugger isn't picking up my keystrokes for my 'Backspace' or 'Enter' (carriage return). As far as I can tell those are the only two keystrokes from my keyboard that are not being caught. Any ideas Logitech wireless keyboard. Great that did it, deleting 'Default.vsk'... Thank you! After deleting 'Default.vsk', I immediately went back and tried to reset my profile and got the following error: Your settings were reset, but there were some errors. Error 1:  Projects and Solutions: Unable to import property 'ProjectItemTemplatesLocation' because it contains invalid data '%vsspv_visualstudio_dir%\Templates\ItemTemplates'. Error 2:& ...Show All

  • Audio and Video Development How do I play samples?

    I am unable to play the samples (included in the HD Jumpstart download) with the emulator. I've tried using both open disc and open path to launch the DAT file. When I use open disc is says unable to parse/read the DAT file. When I use open path I get no message, but the emulator screen resizes slightly and stays blank. For Open Disc you probably need to select one level up ie the directory above ADV_OBJ. For the blank screen, run DXDiag, click on "Display 1" and make sure "DirectDraw Acceleration" is enabled. If problems persist please tell us the video card youn are using. ...Show All

  • Visual Studio Team System C:\Data folder

    My tfs server has a folder C:\Data.  This folder has thousands of files in it (16,988 currently).  Files are Hex numbered pairs with one file having a .md extension.  What are these files   Can the directory be moved   Is there a cleanup method to get rid of old files in this directory tree  This tfs server is RC, upgraded from  B3R. Thanx, This folder corresponds to VersionControl file cache on the application tier. Because of a Setup bug in B3R ATDT SKU, the default Application Tier cacheRoot was set to c:\data instead of %ProgramFiles%/Microsoft Visual Studio 2005 Team Foundation Server/WebSe ...Show All

  • .NET Development concurrency violation when editing newly added datarow

    Hi all Im working with a frontend for accessing an access db file (access 2000 but I also tried 2003). Everything works fine, till I try to edit a newly added datarow. As soon the program tries to save the data I'm getting an error: concurrency violation: the UpdateCommand affected 0 of the expected 1 records. I use a strongly typed dataset with VS2005. The user accesses the data through a DataGridView. First, I thought this is a problem with the primary key of the table. But I checked the inserted row and the same row in the dataset an the keys seems to be correct. To prevent the error one possibility is to refill the tablea ...Show All

©2008 Software Development Network