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

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

gerridi

Member List

nh1234
Srreh
kcongdon
Inc
Sillva
Roneyvb
AKOUL
BKRIS
Mark 2334
AndrewM
Al Longobardi
Robert Kok
dnzone
BruceM
Draxinmus
muchengeti
Salvador
Ermac
Tracey_nz
Steve Shrimpton
Only Title

gerridi's Q&A profile

  • .NET Development windows firewall

    Is it possible to check the status of the windows-firewall (activ or inactive) Thanks. regards Karsten Please see this forums post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=175340&SiteID=1 and the associated blog post: http://blogs.msdn.com/joncole/archive/2005/12/06/500770.aspx ...Show All

  • Visual Studio Team System Team Foundation Server RC Setup Experience Survey

    For more information, see this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=239296&SiteID=1 ...Show All

  • Windows Forms Failed to load resources from resource file

    Hi, I may just be being thick here but, after installation, setting up a new Terrarium, compiling the simple carnivore, and trying to indrocude the animal to the Terrarium, I am getteing the following error: "Setup Error Failed to load resources from resource file Please check your Setup" I have the '.NET Framework 1.1 redist' installed, along with the SDK 1.1 i ...Show All

  • Visual Studio Team System Work Items, Documents, and Reports folders show RED X's in Team Explorer -- WHY?

    I can connect to my Team Foundation Server just fine from Team Explorer, but the Work Items, Documents, Reports, and --intermittently -- the Version Control folders under my Team Project all have RED X's in the corner of them and are inaccessible.  The tooltip and toolbar buttons seem to suggest that it is "refreshing" (for example, the "Stop Refresh" toolbar button lights up), but the unknown activity rarely completes, and when it does, the RED X's remain. I read another post suggesting that it may be a permissions issue, but it happens even when I'm logged on as Administrator, so I'm discounting that theory. Am I doing something ...Show All

  • Visual C++ TIME CONVERSION BUG

    // TimeConstructionBug.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "ATLComTime.h"   int _tmain( int argc, _TCHAR* argv[]) { COleDateTime a(2006, 12, 1, 17, 0, 0); SYSTEMTIME b; a.GetAsSystemTime(b); FILETIME c; ::SystemTimeToFileTime(&b, &c); COleDateTime d(c); CString startTime(a.Format()); CString endTime(d.Format()); printf( "StartTime %s, EndTime %s\n" , (LPCTSTR)startTime, (LPCTSTR)endTime); return 0; } I compiled the above C++ code (minimum to show the possible bug) using Visual Studio 2005 as ...Show All

  • Windows Forms Docking and Anchoring Issues

    Hello, I am experiencing a problem when trying to layout a form for my MDI application.  The form I am trying to design is composed of 3 panels.   The first panel has it's dock property set to fill so that it will resize with the form.  This panel is called pnlDataGrid and it contains a Syncfusion Essential Grid.   The second panel  ...Show All

  • Windows Forms .deploy file not found

    I am trying to test the installation for an application that contains a *.mdf file. The publish is successful, but when I run the Install, I get an error that the .deploy file for the .mdf file can not be found. I've looked at all the troubleshooting suggestions but this particular problem does not seem to be addressed. Has anyone else seen a problem like this Anyone have any idea what could be causing this On the server/share where you have published the application does the file *.mdf.deploy exists If not make sure that his file is named as .mdf.deploy. If you are using VS to publish can you let me know ...Show All

  • .NET Development Visual Studio 2005 stange activity

    My IDE takes a long time to start debuging an application.  Sometimes it hangs and it seems to be loading VISUALUI.TTF hundreds of times. It also is looking for a webprojectitems.old that is not on the disk. And, I wouldn't suggest loading a project from a network share. As soon as I removed the font, the IDE started working *super* fast. ...Show All

  • Visual Studio Team System Generics question

    Hey all, I have a question here regarding generics. I have a class that looks like this (only code relevant to the question is listed here): public abstract class BusinessObjectFixture <T> where T : IBusinessEntity { public static Collection <T> GetNewTestEntities<K>( int howMany) where K : BusinessObjectFixture <T>, new () { K fixture = new K(); return fixture.GetTestEntities(howMany); } } This is a base class for my test fixture classes that I use to test my business objects and business entities. Let's say I'm working on tests for my "User" business entity ...Show All

  • Windows Forms Not sure if this is appropriate question for here but I have to ask and hope that somone can help me

    I have more than 20 machine networked on Win2K3 server with the same as a print server, Those 20 machines are all running Win2k in the environment. I have XP on my laptop, and from it I can print multiple copies of a single doc to an HP color laserjet printer using a PS driver of the same. I cannot however print multiple copies of a document from any of my win2k desktop. I have spoken with HP and they are unable to assist, I am hoping that perhaps someone here will be able to. ...Show All

  • SQL Server Copying columns to table with different design

    I am working with a SQL database that was migrated from MS Access and adapted for full-text search which involved creating a new table with a different design. I would like to copy three columns (YearGiven, MonthGiven, DayGiven) from the Documents table to the newly-created FullDocuments table so that I can delete the Documents table and four other tables with redundant data. Here are the two tables involved in the column copy: Documents Table DocID (Primary Key) DocNo SequenceNo YearGiven MonthGiven DayGiven FullDocuments Table FullDocID (Primary Key) DocNo SequenceNo ...Show All

  • SQL Server Reporting Services Capabilities

    Hi all, I'm kinda new to reporting services, and I would like to know if I can generate reports so that the data inside them can be updated directly to the SQL Server by the client. For example: Lets say that I have a report that crosses information from some tables in my SQL Server database. I want my client to be able to update the data on those tables directly on the report, as he sees it. Can this be done by SQL Server 2005 Reporting Services Thanks... Nope...you couldn't do this right in the report (like you could in a datagrid)...Instead, you can add hyperlink items to each row that could redirect you t ...Show All

  • Windows Live Developer Forums How to Add PushPin using FindLocation (without providing lat and long)

    Hi guys, Just started playing with the API. I am trying to add a pushpin to general points e.g. Cities, Provinces, Postal Codes but everytime I try to the pushpin appears in a totally different point. Any insight would be much appreciated. Thanks K <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script src=" http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js"></script > <script> var map = null; var pinID = 1; function GetMap() { map = new VEMap('myMap'); ...Show All

  • Windows Forms DataGridView: column provided does not belong to this DataGridView control

    Hi all, I've this exception sometimes with some DataGridView. The DataGridView DataSource is linked to a table from a DataSet and I've this issue if I set the 'AutoSizeColumnsMode' property to 'DisplayedCells' or 'AllCells'. But if I put 'None' to this property I don't have the exception... Any Idea how to solve it I would like to have 'DisplayedCells' on the 'AutoSizeColumnsMode' of the DataGridView. Thanks in advance for your help :) I am also having similar problem. I have dropped the datagridview control onto the GroupBox. The DataGridView is unbound but the individual columns contain DataGridViewCo ...Show All

  • SQL Server SQL Server and RMS Data Access

    I have heard that SQL Server 2005 has built in access to Legacy data.  I was wondering if this was true and if it applied to all CRUD operations for RMS data files running under the OpenVMS operating system. In my current project we are going to be using SQL Server (2000 or 2005 we haven't decided yet) as our datastore.  The purpose of this project is to replace an existing system that currently runs under OpenVMS using RMS data files.  The tricky part of this is that I need to to be able to perform all CRUD operations on both the SQL Server database and the legacy RMS data files at the same time (preferrably within the ...Show All

©2008 Software Development Network