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

Software Development Network >> Patrick Cournoyer's Q&A profile

Patrick Cournoyer

Member List

RedBeard
GIS_Developer
Blaine Anderson
Randy Cragin
Mark Fasano
AgentM
Varied Interest
Peo Player
mandoman
Rajagopal
ssundan
Bill Records
CyberCipher
GazMan
SeanKornish
pure
SameerKamat
leandro_
Dyvim
SebMouren
Only Title

Patrick Cournoyer's Q&A profile

  • .NET Development Calling the GC.Collect method

    I have a code like this : public void SetFrmLoginNull() { frmLogin = null ; GC.Collect(); } This method is in FrmMain. But when i run a code analyzer from some tools i have, it's said that i shouldn't explicitly call GC.Collect(); b'cos it had side effect. I just need some comment from you all regarding this topic. Any Comment You should not call GC.Collect() yourself, because it has indeed a negative impact on performance. I think you should only call it, if you know that you've allocated a lot of memory that is not used / referenced any more at the time you call gc.collect, ...Show All

  • Microsoft ISV Community Center Forums I don't even know what this program is...

    Started by crg1970 at 02-21-2005 2:35 PM. Topic has 1 replies. 02-21-2005, 2:35 PM crg1970 Joined on 01-11-2005 Posts 3 I don't even know what this program is... I think it is great to have this section, since I don't even know what tha program is, and if there is a description, some examples of the requirements and benefits that it can bring, it would be very, very benefitial for small ISVs like me. 03-17-2005, 5:18 PM admin Joined on 12-16-2004 Posts 14 Re: I don't even know what this program is... Good question. You ...Show All

  • Visual Studio Team System Limit scope of GET?

    I trying to convert a very large project to Team Foundation build. I am wondering if there is some way to limit the scope of the GET that is done to get the source. Right now it is starting at the top of our tree and I believe eventually timing out on getting the source and then failing the build. Can I somehow point it at the Sources node within the tree instead of the root Here is a blog that describes how to limit scope of get - http://blogs.msdn.com/nagarajp/archive/2005/10/21/483590.aspx ...Show All

  • .NET Development Running programs in other computers

    I have written a DLL file in C#, I wrote another application wich uses this DLL file and everthing seems to run fine. The problem comes when I try to run this application in another computer where the visual studio is not installed. I get an error saying that the mscoree.dll file was not found. I have copied this file to the directory of the program and then I get the error: "A fatal error has ocurred. However, mscorees.dll could not be loaded to display the apropiate error message. Please reinstall the .NET Framework. What do I have to do in order to have ready an .exe file and that everybody else can run it in their computers ...Show All

  • Windows Forms On toolstrip items and tooltips?

    I've been working on a feature-rich desktop toolbar in VB2005. I noticed sometime ago that the toolstripbutton items didn't have tooltips although there is text data in both the .text and .tooltip items. I’ve made the mistake of not addressing that right away. The volume of code is extensive and “distributed” and I don’t think this is a coding error per se.   I’ve read the KB article on Toolstrips and tooltips and every thing in there is implemented and has been experimented with and implemented.   The application is a form with a statically declared toolstrip menu container. Toolstrip buttons and images are added ...Show All

  • Windows Live Developer Forums Launch count

    Why have the launch counters been removed from the site I know that for the contest only launches till december 31th counted, but isn't is possible to keep counting   My app  was added after december 31th, but I'm wondering how many people are using it. And I think other app developers here would like to see the same...   I can't imagine a reason why we aren't allowed to see the launches anymore, so is it possible to activate them again      I totally agree with you, J-Thread. I've been following the bandwidth statistics of my game, and I can see that there ha ...Show All

  • Windows Forms How to Deploy a ClickOnce Deployment

    Hello, We have a ClickOnce application that works fine when I publish it from VS 2005. Now I need to deliver this my customer, and give him a good way to install it on his web server. Currently I am hackily building a MSI from the publish directory, but this is very manual and very hacky, there must be some support for doing this, any ideas Thanks ...Show All

  • Visual Studio .Net 2.0 SDK install problems?

    I have tried several times to install this on different machines. I have installed the framework first, and when I try to run the install program, it interupts with the message "Extracting file failed. It is most likely caused by low memory(low disk space for swapping file) or corrupted Cabinet file." I have tried several solutions including deleting cache files, temp files, and other things. Has anyone encountered the same problems I am having Thanks for any help you may offer! I figured that would happen... my next idea would be to make sure that your version of Windows Installer is up to date ( http://www.microsoft.com/dow ...Show All

  • Windows Forms Delete row and updating database through datadset

    Hi, I am using following code to bind the myControl (Some bindable control): DataSet dsTrims = new DataSet (); dsTrims = MyProvider.ExecuteDataSet(System.Data. CommandType .Text, strWhere); this .bindingdataSource1.DataSource = dsTrims.Tables[0]; myControl.DataSource = bindingdataSource1; All the data get visible to myControl when run the application. I can also update row into myControl and this update also takes place into the dataset through which myControl is bound. And from there I can easily put logic for updating database through updated dataset. I am using following code to update the database aft ...Show All

  • Smart Device Development Menu Bar Help

    I have a program - working fine and so does the Menu Bar. However - if I make any change to the Menu Bar - even editing the name of one of the labels - I get a failure on the Menu Load (SHCreateMenuBar) which I call in WM_CREATE. It loads When I go back several (a lot) of versions ago, I find that this problem didn't exist, so I believe something happened and since I didn't need to edit the Menu Bar - it was not apparent to me that something was wrong. I have compared resource.h and the .rc file and they look the same. It seems that editing the menu triggers building something that normally doesn't get built Is there a file I c ...Show All

  • .NET Development Enterprise Library on .NET 2.0

    Does any one know if Enterprise Library (all the application blocks) has been ported to .NET 2.0   If not when would you expect this to happen.  Or does the latest version work with Visual Studio 2005 Thanks in advance ka Thanks Chris.  I would hope it is converted soon because with out the new version we will not be able to port our current application to Visual Studio 2005 and .NET 2.0. ka chemas-microsoft-com ffice ffice" /> > > ...Show All

  • .NET Development Public Variables that can be seen by Web Forms

      Is there a way to set Public Variables that can be seen by Web Forms. Yes, but not all *.aspx items, just the aspx item I'm working on.  Sorry about the terminology.  I new to visual web development. ...Show All

  • Visual Basic Confussed about Visual Basic Versions

    I have trouble finding what I want on MS sites.  Could some expert please tell me the following. 1)  Which version is the latest for Visual Basic..... is it VB 2005 or VB Net.  Or are they same with different names 2)  Is VB 2005 available or just the Beta versions   Where do you down load if only Beta or how do you buy VB2005.  It appears that VB2005 contains .Net capability. Thanks Hi, 1. The latest version of Visual Basic which has already been released is Visual Basic.NET which was released in 2003 for the v1.1 of the .NET Framework. 2. Currently only the Beta version ...Show All

  • SQL Server Merge Replication Without Merging Client To Server

    I want to SYNC the data on the server to the client, but never the client data to the server. Is such a configuration possible with Merge Replication under SQL CE Thanks again! Merge is designed to be bidirectional but RDA is intended for scenarios like yours. Remote Data Access (RDA) with tracking turned OFF on your SQL Mobile tables is the way to solve this.  You already have the IIS infrastructure in place since you're doing merge today.  RDA pull the data to SQL Mobile on some schedule that supports the way your mobile users operate.   -Darren   ...Show All

  • Visual Studio Team System Problems with Reporting Services after restoring to a different server

    We had to restore our TFS to a different server, I have followed the Restore procedures on msdn: http://msdn2.microsoft.com/en-us/library/ms252516(VS.80).aspx . Team System is back up and operational however when I access the Reporting Services site I get the following error message: The report server installation is not initialized. (rsReportServerNotActivated) (rsRPCError) Get Online Help Thanks in advance! ___________________________ Sarah Cameron - InCycle Software Go to the Reporting Services Configuration manager under your Start->Programs->Microsoft SQL Server 2005->Confi ...Show All

©2008 Software Development Network