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

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

wixy

Member List

K-DUB C
NoSuchThingAs2
Gwired
dovotowork
Prasad Naik
rickyrulz
Haoder
sticky27
Raviraj_bh
Mr. Puzzled
jpjljr77
Sean Stapleton
timmcb_aspnet
Peediaj
dparvin
Loren Shumway
mikhey
Brian P
SteveRadich-BitShop.Com
Carl Peto
Only Title

wixy's Q&A profile

  • Smart Device Development LNK2019 errors

    I'm trying to convert a large eVC4 project to VS2005 and am getting hundreds of linker errrors when the main project compiles. I have created small test app and test static lib projects to reproduce the issue: Here's the output: ------ Build started: Project: TestApp, Configuration: Debug Windows Mobile 5.0 Pocket PC SDK (ARMV4I) ------ Linking... Searching libraries Searching ..\test_lib\Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\Debug\test_lib.lib: Searching C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\lib\ARMV4I\ole32.lib: Searching C:\Program Files\Windows CE Tools\wce500\Windows Mobile ...Show All

  • Visual Studio Express Editions Question about variable decleration

    This maybe is a stupid question. Sometimes I see variables declared like int _Counter; What is the _ stands for can someone give me an example why you have to declare it like that. Thank you. Hello Oguz, Obviously you can name a variable just about anything you'd like. Some people prefer to use the _ prefix to denote a private variable. This way you know the variable is private in scope just by looking at the name. Regards, Mike ...Show All

  • .NET Development read multiple image from dataabse

     have two table: data and image talbe. Data table Transactionid documenttype frontimage offset frontimage size 1934318415 CHECK 1 11264 1934318415 COUP 18433 27648 1934318415 COUP 57345 39936 The front/rear offset tell you where the image data in image table begins and the front/rear length tell you how many bytes from the offset to extract to get the image out of the . Image table.. Image table Transaction ID, Image 1934318415 Below id thecode that I am going to use to retrive the Coup images. Can you help me out what I am doing wrong using System; using System.Data; using System.Configuration; using Syst ...Show All

  • .NET Development Logout user programatically in ASP.NET 2.0

    Hi everyone, I want to logout the user programatically in the code behind file when the session variables get lost. I have a userID Session variable setted when the user logs in that I use to many things site wide but frequetly the value of this variable is null so I want to logout the user to set the variable again. I am using the default ASP.NET way to store session state. Other question is: Do you know why a lost the session variables so frequently What would be a better way to store them With SQL Server Thank you, Fabricio de Reuter Sperandio How often is frequently .NET applications h ...Show All

  • Visual Studio Team System Exceptions in unit tests in secondary threads kills vstesthost

    Hi, I was told at the PDC to log this issue here. I have some asynchronous APIs like BeginWork(). I am writing some unit tests for these APIs. These APIs create threads to do the work and fire events to signify that work is complete. If there are uncaught exceptions in these secondary threads, VsTestHost dies without performing any further unit tests in the list which have not been executed yet. I wanted to know if this is a bug. If it is not, is there a workaround Thanks Pawan Where is your callback method written I assume your callback method that is called by the asynchronous method is also written in th ...Show All

  • Smart Device Development Localized emulator image for VS2005

    Hi, all I can not install localized smartphone 2003 emulator image for visual studio 2005. So where I can find the localized windows mobile 2003 based emulator image for Visual Studio 2005 Thanks. Ok, now I know there is no this kind of images. I hope these emulator images available soon. ...Show All

  • SQL Server backup does not backup

    Hi. SQL Server 2000 EE was able to do this but just found out that SQL Server 2005 EE does not do this. When I select a database to backup, even if i select a different path to backup to - it says it has successfully backed up and verified the backed up database however I am unable to locate it in that path specified.   I have also ran a Windows Search on the file - it does not pick up anything.   When I go back to SQL Server 2000 EE - the same results occur, I was able to backup databases before installing SQL Server 2005 Is there something I am doing wrong   try check ur service manager for SQL Ser ...Show All

  • Visual Studio Express Editions A question about product registration

    I have installed and registered VC# Express already, but if I reinstall my OS and also reinstall the product after November 7th, 2006, how can I register the product You can register again and receive a new registration key.  Alternatively, as Andre suggests, you can install from the ISO image to avoid the registration requirement. See http://msdn.microsoft.com/vstudio/express/support/install/  for more information. Thanks, Scott Currie (DDCPX Program Manager, Microsoft) ...Show All

  • Windows Forms 121 PictureBoxes slow my app. Help me optimize?

    I'm developing a program that uses 121 pictureboxes on one form and when I run the program, it is rather slow.  I haven't even coded yet!  If I try to move the window, the contents get especially choppy.  It's even worse if I'm moving the app and it hits the edge of the screen.  Plus, my pictureboxes all need to have transparent backgrounds.  That slows my app even more. I know that the alternative is having one big picturebox and using the Paint event.  I've tried that back in Visual Basic 2003 and it was a total nightmare. Can anyone help me optimize my app so that all the pictureboxes don't slow it ...Show All

  • SQL Server More problems with activation

    I have two databases on the same instance. One is Basket_ODS and the other is Intelligence_ODS. I am using service broker activation on a queue to move data from the Basket_ODS table to the Intelligence_ODS database. Previously I was able to move from table to table in Basket_ODS, however now that I am moving it to another database on the same instance it is no longer working. If I set my active connection in SQL Management Studio to this user(BrokerUser) and execute the "move" procedure it works. When activated by Service Broker however, it does not. Here is the error message: 2006-05-09 14:47:52.940 spid86s The activated ...Show All

  • Visual Studio VS SDK March 2006 CTP

    Hi, Just saw they released a new Visual Studio SDK: http://blogs.msdn.com/aaronmar/archive/2006/03/03/543265.aspx Is there anything new with respect to the DSL Tools Couldn't find any info on that. Can I just stay on the February SDK Greets, Gerben. Just beware of the fact that designers created with the February CTP won't load straight away with the March CTP, although they could be easily fixed. I just spoke to Eamon O'Tuathail and he found that the problem is that the March '06 CTP VS SDK files are under C:\Program Files\Visual Studio 2005 SDK\2006.03 whereas the February '06 CTP files are und ...Show All

  • Visual Studio Team System Warehouse Troubleshooting Guide : Step 2 has a lag before updates reflect correctly

    This will be a living document and as we troubleshoot issues, we will add to the query and document. It will culminate in a consistency checker tool which automates the checking and ultimately other functions like kicking the warehouse etc... Feedback is welcome and I will update this data. Symptoms: The data in the reports is stale and doesn’t seem to ever get updated. The reports error out. An error has occurred during report processing. (rsProcessingAborted) … Background: Data in the operational stores (Work Item Tracking, Version Control, Team Build, Integration Services) is pulled into a relational database (TfsWar ...Show All

  • Software Development for Windows Vista synchronizing with workflow thread

    Hello,     Is there any way to synchronize the execution thread, the one that raises events received by some eventsink activities, with the workflow thread I mean, synchronizing the first one with the finalization of the handler associated with the eventsink activity... Regards, M Markus, Just to clarify, do you want the delivery of the message to be synchronous with its execution When you raise the event, it is asynchronously enqueued for delivery to the workflow instance.  You can use a method invoke after the sink, to call out onto the local service and change some stat ...Show All

  • SQL Server SAN Replication

    I'm wondering if the technology exists to use SAN replication for sql server 2005 disaster recovery. I have a bunch of prod servers I want to add to a san, I then want to have another bunch of servers at a dr site connected to another san. Is there a technolgy ( non sql ) to enable full ( real time ) san replication of the data ( for SQL Server databases ). I don't need alternate suggestions, this solution has been proposed to my clients, I don't think it's available, any confirmation one way or another would be very helpful, thanks. Yes, I am working with the HP tecnology Continuos Acces ...Show All

  • Windows Forms Databinding radiobuttons

    Problem: My entity class contains a value, an int with the value 1,2 or 3. This is representet in the database as a tabel containing id and description. The easy choice would be databinding this table to a combobox, with selected to this value. But this is supposed to look like radiobuttons. My problem is databinding this value to radiobutton1/2/3.  Radiobutton1.checked if value=1, etc. Solutions could be to represent this value as three boolean in my entitclass. Dont wanna do that. Other solution is to set the three radiobuttons when _CurrentItemChanged, and set the value when eather of the buttons is changed. Dont wanna do that eather ...Show All

©2008 Software Development Network