David Kaye's Q&A profile
SQL Server SSIS doesn`t start after applying SQL Server 2005 SP1 error Message 7000 Service Control Manager
SSIS doesn`t start after applying SQL Server 2005 SP1 I get an error Message in event log event id 7000 source: Service Control Manager Type: Error Message: The SQL Server Integration Services service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp . regards Lothar Belle Could it be this: http://blogs.conchango.com/jamiethomson/archive/2006/04/26/3877.aspx -Jamie ...Show All
Software Development for Windows Vista Compatible Video Cards
Is there anywhere that I can find a list of compatible video cards for Windows Vista Vista compatible video cards are listed on Nvidia and ATI's web sites... http://www.nvidia.com/page/technology_vista_home.html http://www.ati.com/technology/windowsvista/index.html cheers Pete ...Show All
SQL Server DTA Common Error and sp1
Does anyone know if sp1 resolves the common DTA error "failed to initialize CRT" I found this KB article on it http://support.microsoft.com/Default.aspx kbid=913395 , yet this resolution did not work for my boxes (i have both a laptop and desktop with 2005/build 1399 developer). I did not notice this error being listed in the http://support.microsoft.com/kb/916940 Thanks, Derek Guys, 2.Also please check if an environment variable __COMPAT_LAYER is set "set __COMPAT_LAYER=" , basically disabled the compat layer and dta ran OK i added this EV and DTA now works, but I shouldnt ...Show All
Visual C# Attribute method intellisense
!Hello! Sorry but my english is very bad. What attribute i should use to show a short description of an method in the intellisense tooltip I know [Description("")] but isnt show information... Thanks Pavleras Use the XML documentation feature of Visual Studio. The <summary> tag is used by Intellisense to display value-added information: /// <summary> /// Description for SomeMethod.</summary> /// <param name="s"> Parameter description for s goes here</param> /// <seealso cref="System.String"> /// You can use the cref attribu ...Show All
Visual C++ VS2005 Beta2 fatal error C1902
VS2005 Beta2 fatal error C1902 I have machines with VC6 and VS2005 Beta2, and it works fine. After I uninstall VC6,I work with only VS2005 Beta2. Then I write any MFC programs with APPWizard using VS2005 Beta2,it always reports error when I build the project. the error message is : fatal error C1902: Program database manager mismatch; please check your installation ..file stdafx.cpp Can anyone help me to solve the problem According to the error message: A program database file (.pdb) was created using a newer version of DBI.dll than the one found while compiling. Install the latest version of DBI.dll on your syst ...Show All
Visual C++ Verifying the digital signature of a file
Hi, I'm trying to code a program to verify the digital signature of several exe, dll,... files. The problem is that I don't have the certificate nor signature that is applied to those files, and neither I know if I need them . I've been looking to microsoft msdn CryptoAPI, but I could not get nothing clear out of the examples. I suppose that I need to: - extract somehow the signature or certificate from the loaded (BYTE*) file (don't know how) - obtain a key from that certificate - generate a hash value with CryptCreateHash and maybe later call CryptHashData - and finally call CryptVerifySignature praying for succes... Any clues or full sou ...Show All
Visual Studio Unable to acquire/convert string signature from primary or satellite DLL
Hi, there. I made a VSIP package and get a PLK. So, I tested my package, the package loads successfully. But I get couple of same message from the package loading. I really don't know what the message mean. Is there anyone knows what the follow first two message mean --> VSIP: Unable to acquire/convert string signature from primary or satellite DLL. --> VSIP: Unable to acquire/convert string signature from primary or satellite DLL. VSIP: Third party package 'My Package' approved to load ( GUID = {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX} ). I analysis the log file, and I found out couple of two ...Show All
SQL Server Why report can be previewed but when published to localhost, failed to open
Hello, everyone I generate a report (.RDL) using sql server 2005 reporting service. The tools is visual studio2005. I am runing it on windows server 2000 sp4. Then I create a website and addin a page Default.aspx using reportviewer control to display the report (.RDL) I published in Http://localhost/reportserver$Sqlexpress/Report Project1/Report1 The report simply just report a tables content and i can preview it by Ctrl+F5 without problem. However, after I publish the website to localhost,which is Http://localhost/ViewReport/ . I failed to open the report in http://localhost/viewreport/default.aspx The page is opened but ther ...Show All
SQL Server Equivalent to Shift+Enter in Management Studio result grid cell?
Is there a way to insert a line break into a cell when view table in Management Studio In Enterprise Management it was Shift+Enter, but that doesn't work in SQL 2005. For example, we have a column that contains address format, so we need to have multi line data (line break). When viewing data alredy in the table in a grid view using query, line breaks are not visible, but if switched to text view, the line breaks are visible. Programaticly or using some copy+past action this is not a problem, but when entering test data using just management studio this becomes a problem. Any ideas Thank you, Goran ...Show All
Visual C# command prompt return immediately when running console application
By default, a console C# app will hold the command-prompt until the app exits. Is there a setting in the .NET framework that will cause the command-prompt to return immediately This is sort of analogous to running a command in the background in unix by appending & to the command. Hi. The responsables of doing that are the shell and the OS not the C# language or the .Net framework. The OS because it must support Multitaksing (ms-dos does not) and the shell because it must do some system calls, ex fork (not exists in ms-dos) and exec, in order to provide that functionality. Regards. ...Show All
SQL Server How can i get default from column more quickly
I'm trying to use " SetDefaultInitFields " method for quick initialization of " DefaultConstraint " property in the Column object, but I receive exeption( Microsoft.SqlServer.Management.Smo.UnknownPropertyEnumeratorException: unknown property DefaultConstraint at Smo.EnumObject.GetProperty(name,usage)) ! How can I get this property quicker May be SMO has other metods to do that! ...Show All
SQL Server How to positioning the tables.?
Good Day! can any one help me how to posistoining the tables I have a layout ofthe reports. the report is in the landscape view. there are some text boxes in my reports but when i put the tables my textboxes arrangement will be dis arrange. can there be a solution for this Please help me im stuck. thanks Hi, can you explain how the arrangement is being thrown off Sometimes the CanGrow property on TextBoxes can cause unexpected alignment ...Show All
Visual Basic Question on ClickOnce
I have finished designing my first VB app (VB2005) and I am going to deploy it to a network share using ClickOnce. I have read the documentation and several of the posts on it but I am still a little nervous have some questions. First, do I have to have a certificate or a key file in order to do updates My security person believes it isn't necessary since it is on our local network. Second, once I deploy with ClickOnce, if I find serious mistakes or want to change where I deploy to, and need a clean start from the beginning, can I just delete the deployed files, reset to version 1.0.0.0 and choose a new deployment location if needed ...Show All
Visual C# Books on C# language needed.
Hi We have bought the following books from Microsoft press: Visual C# 2005 Step by step Visual C# 2005 The language (Core reference) The step by step was easy to read, with good examples, although seems to be aimed more towards beginners. Not our level. The language, was hard to read, difficult english, with "not that good examples"(trying to be polite). Its seems to be more on the right level for us though. So my question is, is there a book that you would recommend, that would be equivalent to "The language" in depth and level. But more following Microsoft standards and conventions, like step by step ...Show All
Visual C++ C++ fails on linking on New XP installation
We got a new notebook with Windows XP SP2 and installed VC++ (lastest ver) but whenever we tried to compile and link a new simple program, VC++ hangs and the only way out is to do a ctrl+alt+del to terminate the application. Event viewer shows this: Source: Application hang Event ID 1002 Type: Error Description: Hanging application MSDEV.EXE, version 6.0.8168.1, hang module hungapp, version 0.0.0.0, hang address 0x00000000 Thanks Yes, we are using C++ 6.0. Will consider going into C++ 2003 as suggested. Thanks ...Show All
