Software Development Network Logo
  • Microsoft ISV
  • VS Team System
  • Visual C++
  • Visual Studio
  • IE Development
  • Visual C#
  • Windows Vista
  • Game Technologies
  • Audio and Video
  • Windows Forms
  • SQL Server
  • SharePoint Products
  • .NET Development
  • Visual Basic
  • Smart Devicet

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

Arnoh

Member List

RMD
hellomahesh
Herru Perdana
Marauderz
game-maniac
brad.p
orent
TRID
CnxRnD
Gouri Sankar
PedroSimao
martok
grellsworth
Dave_L
karthik.sr
deen
DINESH CHAUDHARI
barkingdog
YMaod
maglup
Only Title

Arnoh's Q&A profile

  • SQL Server SQL 2000 SP4 and SQL 2005

    Is it possible to have 2 SQL servers differents in the same machine I need to continue to use a DB on 2000 for an old services on BI and start to use SQL2005 for a new application and all in my laptop in order to be able to use them every where. Thanks The only issue you might hit is if you are running Analysis Services on your SQL 2000 install. This component cannot run side-by-side with SQL 2000/2005 and must be upgraded. As for the database engine and any existing instances, they'll run fine side-by-side. Thanks, Sam Lester (MSFT) ...Show All

  • Visual Studio Team System Problem opening Work Item Selections in Excel

    Hi, One of our users is unable to Open Work Item (Example: Bugs)Selections in Excel. This is the error he gets: ------------------------------------ "TF80012: The document cannot be opened because there is a problem with the installation of the Visual Studio 2005 Team Foundation Office integration components. Please see the Team Foundation Installation Guide for more information." Things tried: ----------------- Removed all Team Foundation software and components via Add/Remove Programs Reinstall the Team Foundation Client. (CAL license) --Still got the same error. The Office 2003 was already installed prior to Team Foundation was installed. Any help is appreciated Thanks, Staffan ...Show All

  • Visual C++ ATL Composite control crashes

    I have an ATL composite control (VC7) which contains an ActiveX control. The client application creates the control dynamically. At run-time, when creating the control, sometimes it crashes with the following call stack information: Faulting stack below --- MSVCR71!_CxxThrowException+0x34 (FPO: [Non-Fpo]) MFC71!AfxThrowOleException+0x40 (FPO: [Non-Fpo]) MFC71!COleDispatchDriver::InvokeHelperV+0x3ed (FPO: [Non-Fpo]) MFC71!COleDispatchDriver::InvokeHelper+0x1e (FPO: [Non-Fpo]) MFC71!COleDispatchDriver::GetProperty+0x16 (FPO: [3,0,0]) MFC71!COleControl::GetAmbientProperty+0x121 (FPO: [Non-Fpo]) MFC71!COleControl::XOleObject::SetClientSite+0x90 (FPO: [Non-Fpo]) ProfileDisplay!ATL::CAxHostWindow::ActivateAx+0xe4 (FPO: [Non-Fpo]) ProfileDisplay! ...Show All

  • Smart Device Development How to Deploy Files to a Sub-Directory?

    Hi all, i am testing a WinCE application that i wrote by deploying it in the WinCE emulator. This application uses a number of bitmap (BMP) files, and they are deployed by setting their Build Action as "Content". How can i have the BMP files deployed to a sub-directory instead of the main application directory E.g. My application is deployed to "/Program Files/TestApp/" on the emulator, and all the content files are deployed to that same location. However, as i have quite a large number of bitmap files, i would like to deploy those to a "/Program Files/TestApp/bmp/" instead. i could not find a configuration to specify where to deploy a certain file to. Any advice, please (Oh BTW, i'm using MS Visual Studio . ...Show All

  • SQL Server Error When Open Analysis Services From Management Studio

    Dear All, When I want to open Analysis Services from Management Studio, an error message appear: Exception of type 'System.OutOfMemoryException' was thrown. (Microsoft.SqlServer.SmoEnum) Can anybody tell me what happen and how to solve that Thanks in advance. Dear Edward, FYI, I have 4 machine in my environment, one server (A) and the other three is client (B,C,D). I installed SP1 + hotfix on machine A, B, and C. I installed CTP of SP2 on D. A cannot open Analysis Services from management studio on its local, but can open Analysis Services on B and C. B and C can open Analysis Services on their local but cannot open the Analysis Services on A. D can open Analysis Services on its local and other machines (A, B, ...Show All

  • Visual C++ problem running a window service

    i have built a window service in vc++ and installed it using command "sc create " service goes properly except that i hav fired an exe from the service on some event . that particular exe gets added to task manager but does not run as an application can anybody tell me why thanx. Hello Re: problem running a window service Such questions are outside the scope of this forum - for the scope of the VC General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445&SiteID=1 For such issues please use the newsgroups at http://msdn.microsoft.com/newsgroups . OTP Thanks Damien ...Show All

  • Visual Studio Express Editions Setup.exe

    Microsoft Visual C# 2005 Express Edition - ENU has encountered a problem during setup. Setup did not complete correctly. An error occured during setup and a report was created with useless information about the problem encountered. EventType : visualstudio8setup P1 : 10861 P2 : 8.0.50727.42_rtm_x86_ixp P3 : gen P4 : inst P5 : f P6 : dlmgr_bitserror P7 : -2147023651 P8 : 0 P9 : cdownloadjob__addfile() P10 : - I downloaded from Microsoft.com and every time I try to install it, I get this error, I am not downloading the extra packages (I've tried that also, and it does not work). This fails when the download begins. Well, at the prompt where the download should begin. Thanks What should I do ...Show All

  • Visual Studio Team System Project Server 2003 - "Contributor" Access

    All, I am using Project Server 2003 with the ancillary SharePoint Service. My question is this: How do I tell SharePoint Services that when it creates a site (as a result of publishing a Project) then make all users "Contributors" to the SharePoint site (as a default). I can add these users manually to each site right now (by managing users per site) but I'd like to make this a global change to the system. Any help is appreciated. Phil ...Show All

  • Visual C++ CWinThread derived Object and Menu trouble

    Hello I can't find my previous question so i'll re-ask it; I created few WinThread derived objects With which i send and receive info by posting messages. When i click on the menu While my threads are runing they seems to crash or to terminate their message processing. The thread being terminated not in a clean manner it causes my program to randomly behave. I use these this thread with multiple Windows and in a various range of way but only the menu affects their stability. Does anybody can lead me on the right path to overcome this problem Thanks a lot. If you are experiencing a crash while doing data exchange with multiple threads, I'd generally say you are likely to have concurrency issues. Are you familia ...Show All

  • Visual C# Role Based Security

    Hi How can i implement Role Based Security in c#  desktop application . I have one table for registered users named tb_User and one for role named tb_UserRole . One user will have only one role tb_User                  //Information about registered user FirstName LastName LoginID Password UserRoleID      // foreign key from tb_UserRole tb_UserRole UserRoleID Role                // i.e Administrator, Guest,Backup Operator, Report Generator   Plz, let me know the best approach for this. not sure I quite understand the problem, can you ...Show All

  • .NET Development Try-catch doesn't catch interop exception

    With .NET Framework v2.0, if Photoshop isn't installed on the user's system when my code attempts to open it, this .NET runtime exception is thrown: Microsoft .NET Framework Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. Retrieving the COM class factory for component with CLSID {B827BBBB-1621-4064-812B-0D759D04A008} failed due to the following error: 80040154. I've placed the code to open Photoshop in a try block and a user-friendly explanatory message box in the catch block. The exception isn't caught and the user sees the .NET runtime exception message. The application works fin ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Texture diffusing...

    Hi all - my question is how can I get textures when drawn not to diffuse. This happens when the destination rectangle is bigger than the source rectangle - instead I just wnat to "magnify" the image...stretching the texture out horizontlaly, vertically, or both. With everything I try I either get diffusion (i.e. the image fades as it is stretched, making it semi-transparent), or I get pure black. :S Please tell me what I need to do if possible - thanks very much. Alex Do you really need code It's just a simple texture loading... TextureLoader.FromFile("filename.bmp") and using SpriteBatch.Draw2D(...) with the source rectangle set to whatever I want. :) Anyway thanks for your reply. ...Show All

  • SQL Server can't download ms sql 2005 free trail version

    hi was looking forward to downloading the 180 day trial version of ms sql server 2005. Signed up and everything. when it loaded the download page it only has the 2 help files listed. Has the free trial ended if i download the full express version does that have a free trial hi, to me all works as exptected... in the middle of the page you can find a section reporting: "Instructions Enterprise Evaluation Edition is available in two downloadable formats: an image file that you can use to burn your own DVD, and a self-extracting executable file that will allow you to download and install without a DVD burner" where you can download the ISO images or the direct self extracting execut ...Show All

  • Community Chat Windows Vista "WoW"

    Hi all, Do you think that Windows Vista can be used as Server instead of Windows Server 2003 tell me pls I looking to change my Server OS... What does the "WoW" stands for .............. Thanks in Advance   Server OSs usually have different tuning in terms of resource allocation than do the standard products and in addition they have much tighter security and better utilities. I think there's a Vista version of a server OS coming out soon. It would be better to wait. ...Show All

  • Visual C++ Reading CSV data from a byte array

    I'm writing a C++/CLI (vs2005) app and would like to read in CSV data from a byte array. Is there any .Net classes that I should be using to read the CSV data If not, what are my options initialize a DataSet object with proper column definitions, use a reg expression to read each line into a new rowset object and then add the row to the DataSet, loop through all the lines in the CSV to fill up the DataSet. I did this in C# in the past. C++/CLI should be no different. just a reminder: when reading byte array, you might want to decode it first (instead of assuming it's all ascii). ...Show All

©2008 Software Development Network