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

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

Xne0

Member List

Vantskruv
Arshad Syed
Nick McClure
Chris D Jones
HiralJB
tim2
rgreene_blizzard
Kevin Zhang
jyoti22apr
chemaster
kdong
Peter Wester
Vaxman2
Dave19
Shadi_05
ravithegreat
jonnybravo
Christopher Lukas
Rob Leenheer
stpete
Only Title

Xne0's Q&A profile

  • Visual Studio 2008 (Pre-release) Error getting activation key from MSDN Subscriber downloads for beta 2

    When I request an activation key for any of the Windows Vista beta 2 versions on the MSDN Subscriber Downloads site, I get an Application Error: Error while requesting Product Keys. Please try again later or contact customer support. Did anybody succeed in getting an activation key from MSDN Subscriber downloads Please give me a link where i can find a key to activate vista beta 2, i can't find anywhere in microsoft' site! ...Show All

  • Visual Studio uninstallation errors. need help.

    I am trying to uninstall my beta version of visual studio 2005.  i am having probnlems uninstalling the msdn documentation. every time i try to uninstall it or install it (if installing it says it needs to roll back changes and get the same error). I get an error saying the installer terminaled prematurley.  Can anyone help me get rid of this error You probably did not uninstalled the producs in the order suggested by Microsoft: http://msdn.microsoft.com/vstudio/support/uninstall/default.aspx#tool Considering the stage you might be at - some products installed and some products removed - th ...Show All

  • Software Development for Windows Vista Minor prob in Classic C.Panel

    When I open the control panel in classic view, when I am on the Add Hardware Icon, and try to 'right arrow' across to other icons, I can't get past the Administrative Tools Icon. I can however, go down and over and get around it and left arrow back across the Icon to get back to Add Hardware. ...Show All

  • .NET Development Resolving Types during object de-serialization

    Hi guys, I have a problem getting the right type during de-seialization using the BinaryFormatter. In my Application I have two exactly same assembly-dlls with type definitions. The dlls were created dynamically. (I need this copy, to edit the one assembly, while the other is loaded in my AppDomain (Assembly.LoadFrom(...))). These assemblies are located in different directories, one in my application directory, the other somewhere else. Now, I get trouble in the further processing if the application use the type definitions in the one assembly and the BinaryFormatter uses the other assembly dll (this one in my application directory). So is t ...Show All

  • Visual Studio Visual Studio 6 Enterprise and Visual Sourcesafe 2005

    Hi, thanks in advance for any response to my post. I am looking for some guidance/best practices to suit some needs of my company. Some background.... In our company we have active development projects written in Visual Basic 6 and use Visual Source Safe 6.0d as our version control system. We are about to begin development of projects written in Visual Basic.NET 2005. Questions are arising as to how we now begin to manage source code from different versions of Visual Basic. For example: i.e Do we upgrade the current VSS 6.0d installation to 2005 (Will Visual Studio 6 still function with VSS 2005 ) ans store bot ...Show All

  • Windows Forms Connect Windows Form through Web Service to SQLServer database

    I am using VS2003, C#.  I have setup the SqlDataAdpters  on the Web Service,  and  already added the Web Service as web reference in the project.  How can I insert and update data through Windows Form   How to add dataset to the windows form that will retreive / update the SqlDataAdpters in the Web Service   Or am I going the wrong way Thanks, Heidi ...Show All

  • Smart Device Development determining phone location---recieving broadcast messages

    I m trying to develop the code for determining the current location of the phone user on smartphone 2003 SE. I m doing native code development--win32 apis. As it should be i want to know the current location (like country city locality) of the user. And i guess broadcast messages is wat I need to determine that. But i m having a hard time finding a way to recieve these messages. I hv googled enough in vain already. Any thread or clue wud b highly appreciated in this direction. A sample code wud be simply fantastic. Thanx Vishal While searching for broadcasing messages, I found this article to customize home screen. I also found some ...Show All

  • Visual Studio External images in a report

    I have a report that has one image control that is set for External files. I am using localreports and EnableExternalImages is set to true. I have a dataset with a table that contains the database fields which are in an Access database. The name of the image is stored in the database. I am trying to concatinate the relative path with the with the name of the image from the datatable. Here is the Image portion of the report file: < Image Name = " imgProjectPicture " > < Sizing > Fit </ Sizing > < Left > 5.4in </ Left > < Top > 1.25in </ Top > < Width > 2.65in </ Wid ...Show All

  • SQL Server How do you add MSXML6.DLL in GAC?

    Hi! I need to add MSXML6.DLL in GAC. It does not have assembly manifest. Even if I create a strong key, I cannot associate it with the dll without a source module. Would you help me on this please Gulden Here is the answer I received for another post and it worked perfrctly. Try using the Type Library Importer to generate your own wrapper class that you then sign and install into the GAC. You can find an article on MSDN on how to do that here and a brief article elsewhere about how this works and where it can be useful. ...Show All

  • Visual Studio Express Editions events in VC++express 2006

    Can someone help me with the events in VC++express 2005 I dont't know what to write at the events(click- ) I assume you mean .NET events and you want to consume (use) events, and not make your own events. If you're a new developer, I recommend you learn how to do events in C#. The process of consuming events in C++ is [almost] the same as consuming them in C# (the lightning symbol is in both IDEs). Creating your own events for others to use... that's a different story. ...Show All

  • Smart Device Development Native DLL, how can I deploy different DLL's based on device - IE: Emulator (X86/Arm/MIPS) etc

    I have a native DLL.  How can I deploy different DLL's based on device - IE: Emulator (X86/Arm/MIPS) etc. I've seen SQL Server CE do this (seperate cabs for each platform), how can I do the same Thanks! If you asking about production deployment, you need to build several CABs one for each supported processor. You probably would have to tweak INF file to do that. If you’re targeting PPC 2002 or above, all you need is an ARM. If you're talking about debugging in VS, there's no support for that available to you. NETCF and SQL CE CABs are deployed using special code to do that. You can deploy all DLLs under differ ...Show All

  • SQL Server Export/import Maintance Tasks

    Hello, is there any way to export/import maintance tasks from one SQL Server to another We have two SQL Server with same DB. Every day launch a couple of maintance tasks for DB to stay in good state. It will be very helpful to make possible to export/import maintance tasks. I see that maintance tasks are SSIS packages stores in SQL Server. But don't know how to export it. Any suggestion Thanks Anton Kalcik Open SQL Server Management Studio Select File and then Connect Object Explorer Change the Server Type to Integration Services, connect to the server Expand to Server ...Show All

  • Smart Device Development VS2005: Why is FormFactor visible in the property grid for a Control

    Hi, Why is FormFactor visible in the property grid for a Control Is it possible to set a skin for a Control In that case, why can't I find any way to show the skin For a Form there are a Skin property as well which shows or hides the skin. Best regards, Joakim Hi…   FormFactor determines among other things, the resolution of the screen, its size, orientation…   If a control houses other controls and/or paints some custom stuff on itself, you want it to be right for each of the FormFactors.   The designer is all about letting you rapidly develop UI that is seen when your app is running. ...Show All

  • Visual Studio Help with an error message

    Hi I keep getting this message when trying to launch a piece of software I recently purchased-   Visual basic 6.0 tool kit has encountered an error and has to close.   Can anyone offer any ideas Does it mean reinstalling the software, and if so, where are the links and which is the correct one. P.s How do I find which version of VS I am running I'l let you know then. I have a Dell PC with XP loaded on it. Apart from that, I am not really sure what other software came on it under the surface.   Cheers ...Show All

  • Visual Studio 2008 (Pre-release) When will the C# version of LinQ be ready for VS.NET 2005 RC0

    I am very excited about LinQ and would like to use it asap. Since I have to use the VS.NET 2005 RC0 version to create demos, I would like to inquire when will the C# version of LinQ be ready for VS.NET 2005 RC0.   Yes, I know that LinQ is already compatible with the VB version of the RC0 VS.NET release, but I would like to show Java programmers a flavor of what they are missing ! If the normal CLR metadata could encode a type declaration w/o a name, such that all types with the same signature (across all modules) would become the same type, then the anonymous types could flow freely outside the me ...Show All

©2008 Software Development Network