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

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

Syam

Member List

Predicator
Raphael Gabbarelli
Parboo
William Bain
Matthew Maddin
Ovesen
Ahmed Aloub
Burnt1ce
DLGrubb
nhlpens66
Mukesh Patel
ron2464
Kamaleshwaran
mqsash
Hardik Raval
The Philosiphiser
Derek Hart
ShreeDet
Ceres
franticmpx
Only Title

Syam's Q&A profile

  • .NET Development Will AnyCPU cause binaries to run as 64-bit on x64 machine

    I used VS2005 professional to compile 18 .Net assemblies using the AnyCPU platform setting in configuration manager. I also have a startup executable that calls into one of the GAC libraries to start/run the program.  I compiled both the program and all assemblies on at 32 bit Windows 2000 OS using the "AnyCPU" platform setting On the 64-bit computer running XP-Professional(64)... All assemblies were successfully loaded a ...Show All

  • .NET Development Inequality searches on keyed collections

    How would I do inequality searches in key based collections e.g. get the first/last element greater/less/gte/lte a given key SortedDictionary doesn't seem to have any members that would allow me to do this. Hi! foreach(some_object item in collection) { if(item < some_value) { // you found it } } and if you want you can copy keys collection and search inside it ...Show All

  • Visual Basic Compile error in hidden module: AutoExec -- Help please

    Anytime I access a microsoft office program such as word or outlook, this visual basic error pops up. "Compile error in hidden module: AutoExec" It gives two options:  "Ok" or "Help" - When I click Ok, I can continue to use the program - "Help" gives the following description: " Compile error in hidden module: <module name> A protected module can't be displayed. This error has the following cause and solution: There is a compi ...Show All

  • SQL Server No messages in the queues.

    Hello, I'm trying to do a very simple example of sending a message from Initiator queue to Target queue. The result is no messages are delivered. Here's the code: DECLARE @conversationHandle UNIQUEIDENTIFIER BEGIN DIALOG CONVERSATION @conversationHandle FROM SERVICE GmiInitiatorService TO SERVICE 'GmiTargetService' ON CONTRACT GmiContract WITH ENCRYPTION = OFF ; SEND ON CONVERSATION @co ...Show All

  • Visual Studio Team System Visual studio locking up when doing TFS stuff.

    Hi, I am wondering if anyones else is having a similar problem as me. It seems at certain times when I do various actions (getting latest code, checking in something) the action completes and then Visual Studio locks up to the point where I have to kill the devenv.exe from the task list. It has happened to me quite a few times now. I am running the VPC image for the server and have installed the TFC from the en_vs_2005_tfs_trial.iso file. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Mesh draw not respecting depth

    Hello! I've created a small sample, drawing a few Box's with the Mesh class, just to get the feeling of DirectX. Unfortunally, the objects that appear on top - being most visible - are the one's that are rendered at the end, and not the one's that are farther away from the camera. Im sure i've missed something, but can't seem to find out what (Guess that's because its such a newbie question... ) Well, thanks for your atention. I can post the co ...Show All

  • Visual Studio Team System Extensibility Kit

    Is there anywhere to grab this since the vsipdev website is down now If not, can someone post a link/send me a copy of the Authoring WorkItem Types.Doc Thanks The beta 3 extensibility kit will be available on that web site by the end of the week. I was unable to log into the web site tonight, so it looks like they are having some issues after changing how it works.  I'm sure they'll have it straightened ou ...Show All

  • Visual Studio Internet Connection in VS 2005

    Hi,       I just installed VS 2005 on my machine, but my online help cannot be accessed. I keep getting the message: "The request failed with Http Status 407. Proxy authentication required". IE on my machine does have proxy authentication. Is there a fix for this   Thanks, Arshad Arshad, Where does this message appear   Is it in a WebBrowser upon trying to view a help page, or is it in the Sea ...Show All

  • Visual Basic ADO.net DataAccess time SLOW

    Unless I am doing something very wrong, it seems that the ADO.net dataaccess time,IE retrieving a record is extremly slow compared to Classic ADO. Now it takes between 1 and 2 seconds to retrieve the data from the Remote database (Access). Because of needing update data when I select a serial number, I presume and currently use direct access to the remote database. I load a combobox with all my serial Numbers, Currently 15,000 . Then when I c ...Show All

  • Visual Basic Exception handling doesn't catch errors

    I seem to be missing a fundamental point regarding exception handling. My understanding is that when an error occurs, it can be caught by Catch without abnormally terminating the program. Mine will always abnormally terminate when an error occurs. An example is below. When the connection fails to open, the application breaks instead of executing the Catch block. Why Try cnSQL.Open() xMainMenu.ShowDialog() Me .Close() cnSQL.Clos ...Show All

  • Smart Device Development How to distinguish between Pocket PC and SmartPhone programatically?

    Hi, I want to distingiush between Pocket PC and SmartPhone programatically. GetVersionInfo and GetSysInfo APIs dosn't provide enough information. Is there a way to know it Thanks, Venki Please see this: http://msdn2.microsoft.com/en-us/library/ms229660.aspx ...Show All

  • Windows Forms Opening port 50000, and unchecking 'Enable NAT/Firewall support' did the trick!

    I finally got my Terrarium to connect to EcoMode using WindowsXP and its integrated Firewall:  - enabled port 50000 in the Firewall properties  - unchecked the 'Enable NAT/Firewall support'-box in the game settings of my Terrarium.  I always assumed I sh ...Show All

  • Visual C# System.net not able to configure IE explorer's proxy setting?

    I realize that there seems no way to use classes under System.net to configure IE explorer's proxy setting. Everybody seems to point to wininet.dll, which i dont quite like to use. Unless microsft create a managed version of wininet.dll , otherwise, I prefer to use System.net classes to change IE explorer's proxy setting...but is that possible ...Show All

  • SQL Server The Trash Destination Adapter - Really needed?

    Quick question... I have a conditional split transform in a dataflow... One of the outputs of the conditional split will take records that are just not needed... Do I have to send that output into the Trash Destination adapter Or can I just let those records hang Will there be a memory leak if I don't use a trash adapter I'm just thinking about if I move the package I'd have to go reinstalling the trash adapter every time... ...Show All

  • Windows Forms I don't know how to deserialize multiples objects from a binary file - help!

    I'm having a trouble. I'm working in an application that allows to the user designs a form at design time (drag controls into a form)... The problem is that a form can't be to serialize. Then, I use a foreach bucle for get all controls in the form.Container.Components collection. Each control is serialized into a file called "myserialize.bin" (using append in the stream). All working until here. I don't know how load or re-create each compo ...Show All

©2008 Software Development Network

powered by phorum