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

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

xfiles

Member List

Scott0620
ampersandz
Les Smith
SudhaArch
James K
Mohammad najdawi
tarquiniusRex
Jimmy Li
Gene R S
Bijesh John Jacob
rrao
hprahul
Roger_Mahler
rw72000
Ben Morris
Brian Corcoran
James Emydex
Squire James
Flecki
davidsol
Only Title

xfiles's Q&A profile

  • Visual Studio VS.net2005 & VS.net2003 unknown error

    Im having this huge problem, I had VS.net2003 installed befour and it worked fine, but then I re installed my windows and then it gave me a "unknown error" att installation but it continued to install anyway, at the end of the installation it said that 0 errors occured. but then when I tried to start it it gave me first a Document explorer "unknown error" then a visual studio enviroment "unknown error" no ID or anything. so I re installed my system, updated to all the latest updates. installed VS.net2005 and then it worked!, but now a couple of weeks later (I havent done anything to my system) it gives me the same error again! please help. ...Show All

  • Visual Studio How do I find the CATID for VCFileBrowseObject?

    There are nice defines for various CATIDs for solutions as well as CSharp and VB projects defined in PrjBrowseObjectCATID.  I also found a definition for prjCATIDVCProjectBrowseObject in the SlnExt example from VSIP.  I am looking for the CATID for VCFileBrowseObject.  How can I find this Hi Eric, Sorry for the delayed reply. You can find the VC related CATIDs in Microsoft.VisualStudio.VCProject.dll. I think you want to check out Microsoft.VisualStudio.VCProject.vcprojCATIDS.vcprojCATIDFileNode. Hope that helps! AaronM (MSFT) ...Show All

  • Visual Studio Team System new hardware '.net runtime optimization service v2.0.50215_X86' doesn't have drivers

    I installed VS 2005 beta which works ok, but whenever i switch on my PC it asks me whether I want to install drivers for ' .net runtime optimization service v2.0.50215_X86' hardware.  Does anyone know what this is because I have not added any extra hardware at all.  When I let it try and find some drivers it could not find any. What is ProductFeedbackCenter and how do I report this   I am having the same, frustrating problem!! How do I get rid of this ".Net" cr@p ! ...Show All

  • Visual Studio Getting IVsUIShell object in add-ins

    How can I get an IVsUIShell object in add-ins Add three assembly references to the project: Microsoft.VisualStudio.OLE.Interop Microsoft.VisualStudio.Shell Microsoft.VisualStudio.Shell.Interop Then do the following from e.g. OnStartupComplete: //Get the OLE.IServiceProvider Microsoft.VisualStudio.OLE.Interop. IServiceProvider sp = _applicationObject as Microsoft.VisualStudio.OLE.Interop. IServiceProvider ; // Wrap a ServiceProver object around the OLE.IServiceProvider to make life easier! ServiceProvider serviceProvider = new ServiceProvider (sp); IVsUIShell uiShell = ...Show All

  • .NET Development The wrong Principal is passed to my remoted object

    Hi there, This article: http://blogs.msdn.com/manishg/archive/2005/04/22/410879.aspx#436192 helped me a lot when trying to impersonate my user to my remote object. But... when I try to access my remoted server object from a web application, the wrong principal is passed. I've got a web forms application authenticating against ADAM, so when i'm logged in to the web site the HttpContext.Current.User.Identity = the ADAM user I'm logged into the website with . When I start a method on the remoted object, the Thread.CurrentPrincipal.Identity = the AD User I'm logged in to Windows with .... Of course I want to identify as the same user ...Show All

  • SQL Server I would propose the following workaround ...

    I setup my ExecuteSQL task to have a "Single Row" resultset.  The query returns no rows.  It fails.  I don't think it should but then maybe this is consistent with the lookup transform piping rows down the error output if there is not a lookup value returned. The error returned is Error: 0xC002F309 at Execute SQL Task, Execute SQL Task: An error occurred while assigning a value to variable "Variable": "Single Row result set is specified, but no rows were returned.". Thanks Allan   Doesn't sound right to me. If you were getting the MAX of something its perfectly plausible that no resu ...Show All

  • Software Development for Windows Vista DecCTP_5270_32bit_Main_DVD Installation Problem

    I install vista build 5270 on my Dell Dimension 5150, but it encount a problem, and the error information is: Problem Signature: Problem Event Name: WinSetupDiag01 Report signature 01:WinMain_idx03 Report signature 02:5270 Report signature 03:0 Report signature 04:1 Report signature 05:4 Report signature 06:0 Report signature 07:Ultmate Report signature 08:2600 Report signature 09:30053 Report signature 10:30035 what's the problem How can i get rid of it Thanks for help! I found on another forum that this is being caused by the wireless adapter. I had to update my bios and then disable the wireles ...Show All

  • Smart Device Development pictures giving me trouble

    to start off I have 2 hand helds, one has a resolution of 480X640 while the other has a resolution of 240X320. I am developing a system using pictures throughout. The problem that I am running into is that I cannot make the pictures fill the screen. If I develop the images for the smaller one, they show very small on the larger one. and if I design my pics for the larger one, they are to big for the smaller one and it cuts part of the picture off. What I am wanting to do is be able to design all the pictures for one (either or) and make the pictures shrink or enlarge to fill the screen. Both hand halds are Ipaq. if that makes a difference ...Show All

  • SQL Server SQL Server 2005

    I have sucessfully installed SQL Server 2005 onto one of our test servers. I then installed microsoft developers edition onto a client pc, but when I try and connect to one of the databaes I get the following error message: TITLE: Microsoft SQL Server Management Studio ---------------------------------------- Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft%20SQL%20Server&LinkId=20476 ---------------------------------------- ADDITIONAL INFORMATION: An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.Conn ...Show All

  • Visual Studio 2008 (Pre-release) How to benchmark performance of an XPS RIP ?

    If a printer manufacturer decides to support it's line of printers for XPS printing, it needs to manufacture a printer with an XPS RIP. Is there a reference implementation of XPS RIP available which can be considered as a benchmark for performance of the new XPS RIP that is being considered by the printer manufaturer Or, is there a way to evaluate which XPS RIP implementation is better than the other. \ Thanks chikloo, Microsoft will provide a reference RIP implementation to be use as a reference for output fidelity (correctness of output) along with the RC1 WDK. This is intended to support th ...Show All

  • Visual Basic populate form from selected combobox record

    i'm sure it is easy, but I cannot get text boxes to be populated from a selected record from a combo box.  I can make a combo box and get it to pull up records from the Access table, and can even get it to populate a data grid.  What i want to do is pick Fred's name from the customer table in the combox box (or which ever on is selected) and to get other fields of that record to populate textboxes on the form as: address, city.... i don't want to populate a listbox or datagrid with the selected rec...can you point me  in the right direction to accomplish this task ....thanks in advance. If y ...Show All

  • Smart Device Development Bluetooth & Winsock...doesn't always connect?

    Hi guys, For a while i've been browsing through this forum in search of an answer for this ( and google ) but still i can't seem to get this resolved! Basically i've written a DLL That will wrap up the Bluetooth+OBEX Connection and Sending files for me, so i just have to call one Function from my Win32 App or a .NET Application. Now, the problem is, when i try and connect to phones on the PDA, it more often than not fails with -1 return code from connect() and 10061 from WSAGetLastError (ConnectionRefused). I know this is something to do with either the PDA's stack or my code because my Win32 Version of this DLL, works fine, and ...Show All

  • Visual Studio Express Editions question

    Hi, What are a few .Net data structures let you manipulate several objects of data through a single variable name Name at least 1 in both the System.Collections namespace and System.Data namespace. How do you choose when to use one of these, or an Array for example Thanks in advance Class/homework question eh You may want to examine the System.Collections and System.Data namespace's documentation online or in the IDE... from it you'll be able to find many great options such as ArrayList , Hashtable , SortedList and Dataset just to name a few. Reading through some of this info should give you an idea of which ones work best for ...Show All

  • Visual Studio Team System Question about authentication through VPN??

    Hi, We have some long term contract developers that work for us - we provide them a VPN account to get into our network and I was wondering if that will work the the TFS client   the user logs into their computer using either the domain account or local account (not sure which one) then VPN's to our network - question is, with the TFS integration with AD, does that work through only a VPN connection or does the user "really have to be logged into our domain" Also with the proxy server addition, if we place a proxy server at their site, does that have to be part of the domain   I would assume that needs a VPN connection too s ...Show All

  • Visual C# How to call java program in C# without using batch file.

    Hi all, I need to call the program which is written in java using C#. I know we can use batch file to do this. But as per my requirement i have written a program that will connect to a database and fetch the records as per the query sent. Now I need to write a code in C# that will call the java program and the results can be viewed in C# too... can anyone guide me in this Thanks, Sheetal Process.Start will start an app, it doesn't matter what it was written in. However, it will just start it. I don't know of any way your code can interact with a Java program. Why don't you ...Show All

©2008 Software Development Network