Nick W's Q&A profile
SQL Server SQL Server 2005 Service Pack 1 Setup errors
I am installing the SQL Server 2005 SP1 "SQLServer2005SP1-KB913090-x86-ENU.exe" on my server and everything successfully installed except the Integration Services. Below is the error I received. 05/18/2006 09:37:04.640 Product: Integration Services 05/18/2006 09:37:04.671 Integration Services (RTM 2047 ENU) - Failure 05/18/2006 09:37:04.750 Details: Unable to install Windows Installer MSP file Couple questions I guess. Are others getting the same thing Is there a way to fix this so it will install like a work around Last what will this affect by this not installing correctly I will have to give that a shot. I only ...Show All
Visual Studio Walkthrough on class designer
I can't find a good walkthrough on using the class designer. The library has lots of How Tos but they are circular and never show an in depth example of using the designer to create a new class or module or any of the other choices. I looked at the channel 9 programs but a walkthrough is much more useful. Can anybody point me to an in depth article or walkthrough dennist Your references should keep me busy for quite a while. Thanks for your help. dennist ...Show All
Visual Studio ReportViewer control - protected memory error when printing
Hello, When me or my users try to print from the Windows Forms ReportViewer control to a specific printer (using PCL), the following error appears in the ReportViewerControl client area: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. It is only happening with the one printer of that type. The error appears after choosing the printer to print to and selecting "Print" from the dialog. The "Printng page x of <reportname>" window never appears. Does anyone know of this or a similar problem occuring elsewhere or if there are any down ...Show All
Microsoft ISV Community Center Forums Emailing from an Access form.
Hi I have been asked to create a tracking system that will automatically email team leaders of when they need to add to data are that comments or other wise. What I need to do is develop a form that allows the selection of a record and then who to send a reminder email to and a comment text box that will be added to the email. is it possible to do this I can get the form to show the records and build the form but I have no idea how to impliment the text so that when a button labelled send is clicked it sends the email using MS Outlook Thanks Hi Include the Microsoft OutLook 9.0 Library to your projec ...Show All
Visual Studio Express Editions Runtime error on my memberpage when i log on
this is what showed up when i sign in to my member page, earlier i went in web config. site to make this page to be my default error page, but this is the same message came on to my homepage also earlier. but how can i make this error page not show up again, and how can i log on to my member page Server Error in '/' Application. ...Show All
Windows Live Developer Forums Robot Invaders: terrible SDKs, please allow others/self-written ?
I think it's a great idea to have a contest about creating bots. Bots are growing very popular, and a contest like this is a great way to show off what messenger can do. The criteria are very acceptable too, especially integrating activities would be a lot of fun. I had some great bot ideas, and I was very very eager to work them out, but there was one major thing that spoilt it all: You are forced to use one of the three SDKs on the site to be eligible for the prizes. This might not appear to be a very controversial rule, after all it's Microsoft's contest, so microsoft makes up the rule. However, I am quite certain that anyone that actuall ...Show All
Software Development for Windows Vista Feb CTP - Can't get Workflow packages to appear in Visual Studio
Hello. I've installed the February CTP on my notebook a few days ago. Everything works fine except that the Windows Workflow Packages don't appear in the New Project window. So I can't create any WF project. I can't figure out why this is happening. WCF, for example, works fine (I have the "WinFx Service Library" template available). I installed VS 2005 Extensions for WF Beta 2 also, so the corresponding templates should appear, no Has anyone experienced this problem Is it something with the Windows SDK installation Thanks in advance. Regards. workflow can be installed only in vs en ...Show All
Windows Forms ClickOnce file extension registration
In the ClickOnce FAQ at http://www.windowsforms.net/FAQs/default.aspx PageID=2&ItemID=17&CategoryID=24&tabindex=2 it says: "Some low impact tasks such as file type registration can be achieved with first time app-startup logic in your application" How can I register a file name extension which will invoke my ClickOnce deployed application If one can find the .exe on disk and register this one then ApplicationDeployment.IsNetworkDeployed is false. So this seems like a dead end. Any help would be appreciated. /Lars Given the restrictions, how about an MSI file as a prerequisite which w ...Show All
Software Development for Windows Vista WF and WSS (Windows Sharepoint Services) 2003
Hi, I have to make a document's workflow that host in Sharepoint 2003. Can I use Windows Sharepoint Services 2003 with WF If not, then, must I use partner products like K2.NET Thanks in advance Ignacio You can use WF with pretty much any current Microsoft technologies -- it's not so much a 'is it possible' so much as it is a 'how much work is it.' You might consider hosting WF in a windows service on your host machine that receives messages from a document library event handler. You can also add smart doc capabilities to the documents that communicate with the WF windows service as well ...Show All
SQL Server Send Mail Task Error
Hi, I am using a foreach loop with a sql query to generate numerous rows of information. I am in turn taking each row and placing the information into an Excel SpreadSheed. The problem seems to be that when I am using a Send Mail Task and have the Excel sheet as an attachment, I cant delete it when necessary. If the process is running inside my loop and the Excel sheet is attached, I can't delete the file using the File System Task or I get an error that the file is in use. The problem stops only if I dont use the file as an attachment. Any ideas on how to fix this Got the bug, thanks. We're looking at ...Show All
Visual C# BUG?? custom events
Hi, I'm using visual c# express '05 Beta, I added a custom event to my custom control and it didn't show up in properties, I added code to handle manually in the main form, everyting runs fine when executed but the design view for the main form shows Error: The type 'CleanTuneFinder.TuneInputControl' has no event named 'FocusNotNeeded'. (it shows up as a warning on the bottom). S o now the "visual" part is gone, very anoying. The whole episode was accompanied by the IDE crashing several times. Has anyone ran into a similar problem Am I doing something funny Here's the relevant code: ...Show All
SQL Server Numerous (every 10 minutes) Event log entries
Hi, Every 10 minutes, I get and information application event log of type ID:17137 Info: Starting up database 'ReportServer$SQLExpressTempDB' This is a brand installation of the Express SP1 advanced package and the reporting service has not been yet used. Thanks Hi Edmund, Could you copy the entire log entry into the thread so we can get all the information. From the info, it doesn't look like a log that RS is generating, so we need to know the source of this entry. .. Regards, Mike Wachal SQL Express team ---- Mark the best posts as Answers! ...Show All
Visual C++ Getline () error in VS 2005
Hi, I am running into an error with getline. I am a student and I am using Visual Studio c++ 2005. I am writing a Secert Santa program so we dont havce to pick names from a hat every christams. The progam I am runnign into is that getline is skipped the first time through the loop. Here is my code- place=1; do { cout<<endl<<"Enter the name of the Santa - "; getline (cin,name); santa_name [place] = name; temp= santa_name; place++; } while (place<=people); I read about the library problem in version 6.0 but I thought that this was fixed in later releases. I am doing something wrong Thank You ...Show All
Visual Studio Express Editions Keep getting the error "Syntax Error in UPDATE Statement"
I've worked with the older versions of Visual Basic and since moving to 2005 express I think I've gone a bit more crazy. I keep getting this error when the dataapdater.update statement is called. Here is the code that I am using and I've also thrown in the information from the syntax error. Private Sub EditMaterial( ByVal codepos As Integer ) Dim con As New OleDb.OleDbConnection Dim updateCMD As OleDbCommand Dim Sql As String , updateSQL As String , idtxt As String con.ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data" & _ Source = C:\tmp\che ...Show All
Smart Device Development OpenNETCF.Threading.EventWaitHandle not working in emulator
Not too sure if this is the right place to post this issue. (Or is my question better directed over at the OpenNETCF forums ) I seem to be having a bit of an issue trying to get the OpenNETCF Notification Sample working on the Windows Mobile 5.0 (Pocket PC) emulator. I can set the event to run in 5 minutes, but nothing happens after 5 minutes has elapsed. My reason for thinking I may be an issue with the emulator is due to when I click on the "power" button and do a reset of the emulator (after the 5 minutes had elapsed), my "alert" kicks in. Very odd. Or is this an known issue with the emulator (I don't have an actual devic ...Show All
