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

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

Gliksman

Member List

Randalin
gill cleeren
slee1435
GlennF
michaelss
xiaomaolover
volkerm
DannyRC
mepatuhoo
Yousry
Dameon51
Abhishek Pandey
Vales
Babe21
Ghostgollum
Amit Patankar
Susan Still
Miah Helpmann
Grego
Matthew Trunnell
Only Title

Gliksman's Q&A profile

  • Software Development for Windows Vista What is the correct forum to ask about a Vista copy that can't be installed?

    When i try to install the "Windows 'Longhorn' Professional x64 Edition Beta 1" on my PC I get an "setup.exe is not a valid Win32" error. When I try to boot from the CD, it wont! Just some specs on my PC which may/may not be relevent: Athlon 64, SATA Raid array, Asus K8V-X motherboard. Most probably you are running setup.exe from x86 OS (I received the same error when I run setup.exe of x64 XP on a x86 XP). On booting from the DVD, did you burn the DVD yourself Can you check if you have boot priority set to DVD as 1st priority I suggest that you try reburning the DVD from the ISO image on a different med ...Show All

  • .NET Development Problems bring the MEM USAGE down on my program...

    Hi I'm using VB.NET, and I think that some of my objects have to many open references, and instances, but I don't know which one holds a reference to the other one. Is there a way that I can dynamically program it to show me which connection is still open, whick datareader is still open, which StreamReader, or StreamWriter is still open. My program was running at almost 450MB MEM USAGE, and while the program are open, the memory usages start chunking away all available RAM. Anyone with any suggestions I already dispose some, or all of my connections, and the forms that are not in use, but it still runs at about 170MB RAM. P ...Show All

  • Visual Studio Express Editions VB

    I have installed visual basic 2005 express edition a few months ago. Can i now install C# and c++ do i need to unistall net framework 2.0 first Yes, you can install Visual C# Express and Visual C++ Express side-by-side without needing to uninstall the .NET Framework. ...Show All

  • Visual C# proper way to close a form using toolStripButton

    this is an embarrasing question: what is the proper way to close a form when using toolStripButton I'm currently using: Form1.ActiveForm.Close(); for my toolStripButton6_Click method. however, that call is somehow causing the index to change on a comboBox on my form. The index change is then causes master/detail datagridview to change, which then causes commit errors. Nasty side-effects. Any comments appreciated. Regards, Ayat108 If the tool strip button is part of the form class that you are attempting to close, can't you just call this.Close() ...Show All

  • SQL Server HELP US MICROSOFT: SYNCH BETWEEN SQL EXPRESS AND SQL MOBILE

    Hi Everyone As most of you do, I am eagerly awaiting the ability to synchronize my sql mobile database on the hand held to a local sql express database on my local machine I know users in Microsoft have pointed out to us that we are getting things for free. At the same time, Microsoft is getting our patience for free and at a cost to us developers. Its nearly April and as one article says Microsoft will release a fix for this inadequacy Microsoft...we are happy to pay for this. Palm offers it so what is the big deal. Its not the reinvention of the wheel. We would have liked that instead of the server synchronization that ...Show All

  • Visual Studio Team System How To:deny Domain Admin from Accessing The protal??

    Do you really mean the Portal As in SharePoint I 'think' you'll need to remove the domain admin from the local administrators group to do that. ...Show All

  • Visual C# Blocking ALT+CTRL+DEL in your application!

    Hello all How to block ALT+CTRL+DEL or ALT+F4 in your c# application. Thanks for your help. I assume that you work on the windows form. If so, there is a way to prevent ALT+F4 from happening. In the properties window, double click on the KeyDown Event and it will take you right into the source code. Then, you want to type the following highlighted code down below. private void (name of KeyDown)_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.F4 && e.Modifiers == Keys.Alt) e.Handled = true; base.OnKeyDown(e); } PS let me know how it works out for you. ...Show All

  • SQL Server upgrade licensing for per-processor?

    We have several CPU licenses of SQL Server 2000 Enterprise Edition. Is it possible to purchase an upgrade license from 2000 to 2005, or must we purchase a new full processor license of SQL Server 2005 EE for each CPU involved (edit: our normal sales channel says we need to buy the new full license.) ...Show All

  • Windows Forms Check box data binding, AddNew doesn't work

    I am having problems with binding to a check box. It works fine until I attempt to add a new record to the dataset through the binding context object. The code that adds the new record to the dataset is listed below Me.BindingContext(dsDataSet, TableName).EndCurrentEdit() Me.BindingContext(dsDataSet, TableName).AddNew() The add new statement generates an error and a new record is not sh ...Show All

  • SQL Server Should this be an error rather than a warning?

    If you have a package that uses an environment variable for an indirect configuration and the environment variable is not present when the package runs you get the following warning: The configuration environment variable was not found.  The environment variable was: "Seer.ConnectionManager.CUECommonReference". This occurs when a package specifies an environment variable for a configuration setting but it cannot be found. Check the configurations collection in the package and verify that the specified environment variable is available and valid.   IMO, if the package is expecting to find something and cannot find it then ...Show All

  • Visual Studio Team System error 28943 on install of TFS RTM

    I have followed the exact steps in your installation instructions, including installing the patches, and I can't get past this error message on the TFS install (the text in the message says it can't connect to the Analysis Service). I have done a clean install using the standard edition of SQL Server. I see that a recommendation has been made to use the answer file on the SQL Server install in other threads, but I get an invalid file error when I try to use your answer file. I blew everything away and started over and the error no longer appears. I think the problem lies in the install of the Hotfix for SQL S ...Show All

  • SQL Server Could not load file or assembly 'System.Data.SqlServerCe'...

    I am trying to use SQL Mobile 2005 with Visual Studio 2005.  I have a simple sql mobile db i created and am trying to test connectivity to the DB in a simple app.  I added the reference to the SqlServerCE and the verison # that is shown in properties is 3.0.3600.0, but when i look at the physical DLL in explorer (found at C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\SQL Server\Mobile\v3.0) the version # is 3.0.5206.0, so when i compile and run the test, I get : System.IO.FileLoadException: Could not load file or assembly 'System.Data.SqlServerCe, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 ...Show All

  • Visual Studio VSIP Package Deployment

    Hi I developed a package using VSIP7.1 wizard. It works on exp version of my .NET. I got the required PLK for deployment and did deployment steps according t owhat specified in SDK. but it doesn't work on my visual studio. on the other machines it even dosen't work on Exp version of .NET. I copied the 7.1Exp part of regisry of my PC to 7.1 and then it worked on my machine. Can anybody tell me how should I deploy it to other machines I don't want to copy all of registry to the target machine :S having an installer that performed those actions, including the custom action of running devenv /setup would of course be the best solution. ...Show All

  • Microsoft ISV Community Center Forums XP style appearance

    hiya this might be the wrongplace to ask this question but on the computer the other day one of my kids deleted the windows xp appearance so all we are left with now is the rubbis windows classic appearance which is very boring i was wondering if anyone knew how you can reinstall or download the windows xp style appearance thanks phill Per our support engineer: Hi phill, Based on my understanding you want to choose Windows XP theme. You can follow this: Select a different desktop theme To select a different desktop theme, follow these steps: 1. Click Start , clic ...Show All

  • .NET Development Known Issues of .Net Framework 2.0

    Dear all, I would like to ask if there is any resources provided for known issues of .Net Framework 2.0. The reason of asking this is I find that the information is sparse on the web. Is there any posts collecting all known issues of the framework Thanks a lot! Best, Gabriel Check out the Product Feedback Center at http://msdn.microsoft.com/productfeedback as well as the .NET Framework support center at http://support.microsoft.com/ph/548 ...Show All

©2008 Software Development Network