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

Software Development Network >> Can-Ann's Q&A profile

Can-Ann

Member List

Wysek
enric vives
William Wong
Charles Darwin
FlashyPants
su45937
Logan1337
Keith_EN
lfarzati
IceAngel89
92869
2V.
Igor Kokorin
dotnetsr
Francisco Tavares
F. Gsell
Satya vani
Java Q
Rascal123
Chatanya
Only Title

Can-Ann's Q&A profile

  • SQL Server hierarchy

    hi All, i am facing a problem while creating a simple product hierarchy in SSAS. i am able to create the hierarchy and deploy the cube,but in the browser while analysing i drag and drop the hierarchy .but only the key are displayed not the caption. Please do help me with this thanks in advance Lalitha What exactly are you doing when you "drag and drop captions" to appropriate levels I'm guessing you're dragging attributes onto the hierahcy panel and dropping them under levels which creates attribute relationships (and thus Member Properties), but is not related to the caption of the level. Levels are based on attributes and get their members from the va ...Show All

  • Windows Search Technologies Snap-in failed to initialize

    Since uninstalling WDS 3.0 Beta from my computer the indexing and search services do not seem to be working properly, if I go to start>search>change preferences>with indexing service>change indexing service settings (advanced) - I get an error message - Snap-in failed to initialize Name:Indexing service CLSID:{95AD7....} followed by another message - Snap-in creation failed The snap-in is not created, it may not be installed properly. Also if I look under start>all programs>administrative tools>services>windows search service - I find the service has not started and if I attempt to start it manually I get this error - Could not start the Windows Search Service on Local Computer Error 1613: ...Show All

  • Visual Studio FIREFOX.EXE errors while trying to run .ASPX files

    I was using Firefox and then decided to uninstall it. But now when I try and run a .ASPX files it gives me an error "Unable to start program 'C:\Progra~1\Mozil~1\Firefox.exe'. The system cannot find the path specified." I believe that firefox must have installed their startup code for automatically running firefox.exe whenever I select an .aspx file. However, it appears to be specfic to Visual Studio's 2005 Enterprise edition. What do I have to do to fix this so I can run IE again from within VS 2005 thx, Marc Thanks I have Unstalled the Firefox and try to run our asp.net website. And the same Problem i have faced. But now, This post helps me and now i am able to run and debug my ...Show All

  • SQL Server scheduling the job to process a dts package

    I am new to sqlserver. Could anybody please help me by giving me a syntax for the command in job schedular to run dts package i enter the job name in the first screen of the wizard. I entered the step name. type Transact SQL database msdb What should i enter in command text box My dts package name is fullcube. Thanks in advance The easiest way to schedule a DTS package in SQL 2000 is to navigate to the package in Enterprise Manager, right click on the package and choose the "Schedule Package..." option. This will create a SQL Agent job to execute the package, by default I think it encrypts the command line. The other way to execute a DTS package is to use the DTexec command line utility. T ...Show All

  • Visual Studio Express Editions VC++ Express & DDK

    Is there a template for Windows 2003 DDK Some of us might want to code some device drivers. No, I didnt' install the DDK, don't even planning to do that. ;) Well, of course I did install it, but I am looking for a starter kit providing code template and makefile or whatever it takes to use the DDK tools through VC++E IDE. And, by the way, Win 2003 DDK documentation is a complete mess. Just like other MSDN documentations - they drag you through all that mambo-jambo technologies you may not even plan to use in the near future. Lots of words which do not tell a thing. Not to mention that DDK documentation is slightly harder to find than GUI documentation. Anyway, 9x/Me DDK documenta ...Show All

  • Visual C# Get SQL command from datatable ?

    Is there a way to create a sql command to create a table in SQL from a DataTable And after create insert the data automatically (I'm running foreach row) But my table is dinamic how can I do this dinamically Microsoft has a article on this . ...Show All

  • Visual C++ How to start a console application hidden?

    Hello, I have some scheduled tasks on my computer that are executed through a PHP interpreter. PHP is invoked through a helper .bat file which always opens a console window in the middle of my screen. This is very annoying while working on the computer, especially over VNC where screen updates always take a little longer. I've tried to write a small Win32 main() application that just spawns the new process detached and then quits again, after the WinMain() function couldn't give me the command line arguments in a reasonable way (argc/argv) to pass them to an execv/spwanv function. But this has no effect, the new console process (a .bat file) is started but not only that redirection into a file works only in some of the cases, it also ...Show All

  • SQL Server The error of the Sql Server 2005

    Dear all I have a problem that about the Replication of the SQL SERVER 2005. If there are a hundred data in the delivery of replication ,but after they transmited fifty data ,the internet is disconnection. The question is how about the rest of the undelivered data and the delivered data. Do the delivery data will be rollback If it dosen't be rollback how dose the administrator of the database know the error of the replication of the data,the most important is how to know the data has not complete delivery. If it will be rollback and how do we check the error of the internet at immediately.. Thank you In transactional replication, the transactions and their commands are executed exactly as they were on the publisher. So if your trans ...Show All

  • Visual Basic HashMaps in VB

    I can't find any information on HashMaps (or any Maps for that matter) on the MSDN archives - all the links return 'Content Not Available' - where can I find info on HashMaps in VB You should also check out the classes in the System.Collections.Generics namespace, which includes Dictionary(of Key, Value) which is a generic, statically typed, version of System.Collections.HashTable. You can find the documentation here: http://msdn2.microsoft.com/en-us/library/xfhwa508.aspx -Scott Wisniewski ...Show All

  • Audio and Video Development Yamaha 724 sound card driver?

    Hi! I have a Yamaha YMF-724 sound card. I use Vista RC1 Is there any working driver for it I tried some Win XP drivers but doesn't work... "Windows found driver software for your device but encountered an error while attempt to install it: YAMAHA DS-XG PCI Audio CODEC (WDM) The system cannot find the file specified." Is there any solution contact me at alishazib_402@hotmail.com . I have working drivers 100% gaurranteed of 724. see U later ...Show All

  • .NET Development FTP and Internet

    Hi, I have been able to successfully download and upload files from my FTP server, but I am still having some problems. For one, I cannot overwrite any files, and also it is lacking deleting, moving, copying, making new folders, etc.. If you could tell me how to do all these that would be great. I am also wondering how I would be able to find the exact URL that the user is at when the website is running in Internet Explorer. Thanks in advance, Tanner For reading from a stream, I use this code... Dim URL As String Dim Creds As New NetworkCredential Creds.Domain = "ftp.optifront.com" Creds.UserName = "main" Creds.Password = "*blocked*&quo ...Show All

  • Visual Studio Team System Help! IDE Crashes on Schema Import

    Hello, I'm a brand new VSTS/DBP user...  When I try and create a new project and import an existing DB schema, the IDE crashes about 20 seconds into the process.  I should mention that the DB I'm importing is a very large Database, thousands of tables and thousands of procs.  When I ran the example import (Adventureworks), it worked fine.  I admit, I'm a Microsoft / Sql Server groupie, and I always try and update to the latest tools.  I'm currently on a customer engagement at a very large I.T. Consulting company and I'm trying to convince them to upgrade to Sql 2005 from Sql 2000, as well as trying to convince them to move to Visual Studio from Imceda SQL IDE Pro and TOAD for Sql Server.  So, basicall ...Show All

  • SQL Server Forced failover taking too long ... am I missing something?

    Hi all, We have to support forced failover under certain scenarios. Whilst using 'ForceFailoverAndAllowDataLoss' work perfectly the database is not available for several minutes. The failover command returns very quickly, but the database enters a recovery/restore state and will not accept connections for up to 2 minutes. Am I missing an additional step that would speed this up Many thanks, Nick Hi Nick, When you force failover, the mirror database first redoes whatever outstanding log it has received from the principal and then restarts the database so it goes through normal crash recovery. You can monitor the duration of the first phase by looking at the "Redo Queue KB&q ...Show All

  • SQL Server running ssis package with a remote sql agent?

    hi all, thanks for the valuable information all the time!!! saved me a lot of time... our team developes a system for text data improvement using ssis . we have a few heavy packages that we want to execute on two separate "SSIS servers" that will be dedicated to runnung these packages only, and repeatedly. the main sql server will be placed on a different server machine . my question is: what is the best way to do this if we schedule these packages as a job of the Sql Ajent- does that mean that the packages will be executed on the sql server machine (which is not what we want) or could we define a remote machine to run the package on, and specify our "SSIS servers" or- should we use a simple scedua ...Show All

  • Visual Studio Express Editions Install VB Express application to All Users under Windows XP

    Is there a way to cause an application developed under Visual Basic Express to install for all users on an XP system I am logging onto an XP system, which many people use, as Administrator. I install my application, but when other users logon under their own ID they don't have it available. I also moved the Start Menu folder from my Documents and Settings folder to "All Users," which causes the program group to appear under all user's Start menu; however, the program itself isn't there if they try to use it (program group is empty). The Installer does not appear to have an option to install the program only for you or install for everyone. Any way to force the application to install for all users Thanks ...Show All

©2008 Software Development Network