ramil.d's Q&A profile
Visual C++ Microsoft COM Components on 64 bit ?
I tried to port my application over to 64 bit. I was unable to port the code that used the standard Microsoft Data Grid Control (6.0) or any other microsoft COM component while running on 64 bit. I did not get any compiler errors, just at run time i got the Debug Assert Error... Can we not use any of the MS COM Components for developing apps on 64 bit Thanks Hi Kang, Based on my previous 2 posts, I was wondering if you found any more information. Thanks. Eagerly Awaiting you reply... Hari ...Show All
Microsoft ISV Community Center Forums Trouble signing up for the Microsoft Empower for ISVs
Knowledge Mgmt. Solutions, Inc. wants to be a Small Business Specialist Partner, so we went to our Microsoft partner page and enrolled and paid the $398.64 on September 6, 2005. We then started looking for a place where our techs could go and take the courses which we were told was either Dallas or Redmond but they were not sure of the courses or course numbers being available. On October 14, 2005, they sent our money back to our bank - no explanation. We than talked several times to Microsoft with the last time being about 3 weeks ago, where I was instructed to go ahead and enroll again. I received the following screenshot: this page said ...Show All
.NET Development Stop a windows service on a remote machine
Hello, I have to create an application on my machine(A) to start/stop a Windows service on another machine(B) connected through network. I have used the System.ServiceProcess.ServiceController object. It provides two properties to specify the 'machine name' & 'service name'. But when I use the ServcieController object's "stop" method, I get an error indicating that I don't have the permission to do stop a service on the machne(B). My questions: "In case, I do know the administrator login & password of machine(B), how can I enter those credentials and stop the service on machine(B) through machine(A) " Also, ...Show All
Visual Basic My combo box doesn t display the first item of the dataset (first Row)
Hi guys, I m binding a combo box to a dataset filled from a tabe in a SQL database. When I click the combobox, I can t see the first item (first row) from the dataset. Instaed, I only can see the list start from the second row. When I do a test to display the rows of the dataset using Msgbox, I can see the first row coming from the dataset, but it never shows up in my combo box, which means the problem is not with my dataset but rather with the combo box itself. I m using VB.NET and sql server 2000 in XP Does any body know why this is happening Thanks a lot amigos for your time and consideration, I appreciate your help. I just u ...Show All
SQL Server SQL 2000 Program Installation location for performance.
New installation with SQL 2000 on a new server with RAID 1 and RAID 10. In the past I have installed the SQL Program and Databases on the RAID 10 for perfromance. With the OS and transaction logs on the RAID1. Question is : For possible increaced performance where is the best place to install the SQL programs On the RAID1 where the OS and TLogs exists Or on the RAID10 where the Databases exist thank you in advance. This probably better addressed in the database engine forum, so I've moved it there. ...Show All
Windows Forms How to: Imitate windows copy action
Hi, I need to imitate windows copy action... I have a hotkey which I registered in my background service. In my hotkey event I want to collect marked items to the clipboard using the Clipboard.SetDataObject([marked item]) . My problem is that I dont know how to recognize/get the marked item... Thanks, Hi Naya, Watching the clipboard wont help me because my intention is to take some text data (the user gives me by marking it), process it and paste it back to the place I took it from. Hence, I won't be able to know if the user marked some text and copied it to paste it later OR want to use my process ... That is why ...Show All
Windows Forms error when client using clickonce install
When a client try to install an application by clickonce it receive this error:"Unable to install or Run Application. The Application Requires that assembly stdole Version 7.0.3300.0 be installed in the Global Assembly Cache (GAC) first. Please contact your system administrator" Can I do thank's a lot! Yes already a Prerequisite is the problem. This assumes the user already has that dll installed. Choose Include instead of Prerequisite in the same tab location. And I am also using VS 2005 Pro and I have a button for Reference Paths but it is in the References tab. Anyhow, all Prerequisites will assume the user alr ...Show All
Visual Studio Team System Rule Interface
HI...I'm trying to check that an interface name begins with the letter "i" using the following code: public override ProblemCollection Check(TypeNode type) { Interface interfaz = type as Interface; if (!(type is Interface)) return null; if (!(type.Name.Name.StartsWith("I"))) { Problems.Add(new Problem(new Resolution("Interfaces deben empezar con 'I'"), type.FullName)); } return Problems; } could you tell me please what I'm doing wrong. thanks, Cinthia, The rule seems fine, although you don't need the following line: Interface interfaz = type as Inter ...Show All
Windows Forms question about class attributes
If you open the object browser and look at microsft's classes, in the lower pane of the browser it shows comments about the selected class, and then if you select a class member, it shows info about the selected member. Summaries and even argument info and return value info are shown. Also I see simiar if not identical information when intellisense pop ...Show All
SQL Server How to move an OLAP cube to another SQL Server 2005?
Hello! I need to move an OLAP cube from one SQL Server 2005 to another. I'm pretty new in this and I wonder if it is possible and if it is, then how Thanks a lot!! /Natasha Hi, You can use a backup. After the restore you should double check the Data Sources if the underlying databases changed too. You can also generate an XML/A script (right mouse click on the database, Script database as, Create To in the SQL Server Management Studio) and execute it on the other server plus reprocessing. Regards, Bertil ...Show All
Game Technologies: DirectX, XNA, XACT, etc. samples from directx SDK fails
I am trying to build the sample code which came with directx sdk, hopefully this is the right place to ask for help. When I build the sample code from "SimpleSample", I get alot of linker errors: ------ Build started: Project: SimpleSample, Configuration: Debug Win32 ------ Compiling... dxstdafx.cpp Compiling... DXUT.cpp DXUTenum.cpp DXUTgui.cpp DXUTRes.cpp DXUTmisc.cpp DXUTSettingsDlg.cpp SimpleSample.cpp Generating Code... Compiling resources... Linking... dxut.obj : error LNK2019: unresolved external symbol __imp__SystemParametersInfoW@16 referenced in function "long __cdecl DXUTInit(bool,bool,bool,bool)" ( DXUTInit@@Y ...Show All
Visual Studio Team System TF Status question
When I run TF Status from the command line, I am seeing a file listed that a user does not have checked out. Also, when I check the same file in Source Control Explorer, I do not see anything listed in the Pending Change column showing that the file is being edited by anyone. So why would this file be listed in the TF Status listing Also, in the TF Status listing, some of the files show an exclamation mark before the change type (e.g. "! Edit"). Can someone tell me what this means Thanks, Marty The exclamation mark indicates that the file has an exclusive (e.g. CheckOut) lock. If y ...Show All
Software Development for Windows Vista Where do I find the build script for state persistence database
OK, I hope that's the last beginner question for tonight. WWF didn't install any database so I figure somewhere there must be a build script for that one Thanks, Christoph The scripts to create the schema are usually either at: X:\WINDOWS\WinFX\v3.0\Windows Workflow Foundation\SQL\EN or X:\Windows\Microsoft.NET\Framework\v2.0.50215\Windows Workflow Foundation\SQL or if you have downloaded the Hands-On-Labs examples, they are in Example3 anyway, if you do not find them, search for: SqlPersistenceService_Schema.sql (one of the files) ...Show All
Windows Forms No scroll events in ListBox/ComboBox etc - why?!?!?
Hi all, I'm developing a custom ListBox control which allows users to build their own listbox items on the fly (ie: within the running app). Items can be added/edited/deleted/sorted, the list can be reset and it also allows moving of items up or down within the list. It is working fine for the most part but I was just testing it and ra ...Show All
.NET Development Microsoft ADO .net 2.0 Provider for Oracle
My question is: Is there one available I can't find one at all!!! Also, what other requirements are there Oracle client v 9+ I expect. I'm not sure what comes nad doesn't come with the C# Express addtion. When you try to add a reference do you see System.Data.OracleClient Dion. ...Show All
