Len Gray - Eclipsit's Q&A profile
SQL Server COMException when creating SSIS Package / DataSource
I'm running sql2000 and 2005 (RTM) side by side (and vs2003 and 2005 RTM). I want to create a IntegrationServices project. When i want to create a DataSource, i can specify the connection, but when i click on finish the screen is not closed whatever info/name/etc. i fill in. I can only cancel the dialog box. When i add a new SSIS package i get this exception: =================================== Error creating package (Microsoft Visual Studio) =================================== Exception of type 'System.Runtime.InteropServices.COMException' was thrown. (Microsoft.DataWarehouse.VsIntegration) ------------------------------ Program ...Show All
Visual Studio Share path cannot be accessed in internet scenario
I have a problem with sharepath: --------------------------- Add SourceSafe Database Wizard --------------------------- The specified share path cannot be accessed by the SourceSafe Web Service. --------------------------- OK --------------------------- On the server (computer A) side I have a w2k3 server with SourceSafe installed in non-default web site, SSL enabled on port xxx (non-default). Then there is the proxy (computer B) which maps default SSL port on the outside address to xxx port on the server. Basically, vssService.asmx seems working. The problem is, that I can't find out the correct share path to the VS ...Show All
Visual C# Outlook Hyperlink
Hi Folks, I am trying to run an exe by clicking an Outlook hyperlink. I am able to set the hyperlink up with regard to the path of the exe which takes no parameters. But I want to execute the application which takes parameter. I googled for it. Got a similar problem faced by someone. Link of it is http://groups.google.com/group/microsoft.public.outlook.general/browse_frm/thread/c40c9fc95d731d50/8d9941af8d45aef9 lnk=st&q=exe+hyperlink+outlook&rnum=4&hl=en#8d9941af8d45aef9 Does anyone work around of this. Regards, Rajeev Then you can just use the file:// prefix. file://c:\myapp ...Show All
Visual Studio Team System MSDN Team Suite Premium Subscription
The Team Suite edition that comes in the premium edition shows that it includes all three of the individual team products. Is it 3 separate products Or is it a single product that includes all the functionality of the other 3 If we subscribe to this version, can we use the license to cover 3 users, 1 arch, 1 developer and 1 tester, and buy additional specific team editions for other users Thanks, thanks for the clarification. i think i'm finally starting to understand all of this stuff. thanks, ...Show All
Visual Studio Express Editions .Net2 Beta 2 & DirectX SDK
...I don't seem to be able to install any of the DirectX SDKs, the Dec2004, Feb2005, April2005 or June2005...keep getting Error code (9). Anyone else have similar issues Davey ...okay...nuked everything to do with 'DirectX' out of the registry, gave WinXP an upgrade re-install, installed DirectXJune2005, re-installed VC# cuz I lost all my templates, now I'm good Thanks for the replies guys. Davey ...Show All
SQL Server Update Trigger... best solution
Hi All I have two questions: 1. the below trigger, is it the best way to update a inserted or updated column Create trigger tr_update_acc_status on customer for insert, update as begin update customer set deleted = 1 where account_status = 4 and account_status = 6 end begin update customer set deleted = 0 where account_status = 5 end it works ok but takes a long time to update the deleted column as it scans all records, which takes me on to my next question: 2. is it possible to amend the quiry above to it only updates the record i have added or updated Thanks First of all your q ...Show All
SQL Server Export Report
Hi, How can i export a reporting services "report" without using a report viewer From C# code NB: i am using SQL server 2005 (RS 2005 too) Thanks Tarek Ghazali SQL Server MVP have you tried doing it through the url it's pretty straight foward you pass what ever values and then say &rs:Format=HTML4.0(or what ever format you want) here's a link further explaining it http://msdn2.microsoft.com/en-us/library/ms154040.aspx ...Show All
Visual Studio Extending Designer Toolbox
Are there any extensibility kits/ packages available for extending/adding the following features in Visual Studio .NET 2005 - 1. Adding custom menu items (say e.g "View my Designer") to the menu bar that appears on right clicking a asp.net website project. 2. Invoking a designer page on clicking the "View my designer"menu item. 3. Add custom designer toolbox (similar to the existing Class Designer toolbox) on the designer page. 4. Add custom designer items to the custom designer toolbox and drag/drop it to the designer page. Thus the extensibility is to have my own designer on lines ...Show All
Smart Device Development Mobile phones
I already has developed some applications to pocket PCs. Now I need to do the same applications runs into a mobile phone. Whats the requeriments of the mobile phone and anothers things I need to considerate What best way to do this migration Thanks since now! Assuming you're talking about Windows powered phones: 1. UI: - different screen size, no touch screen. 2. Deployment: different CAB format, assemblies and CABs to be signed (e.g. by carrier). 3. Resources: slower CPUs, less memory. ...Show All
Visual Basic 1 context menu for several controls
I am tring to use the same context menu for several textboxes on my form.(cut, paste, undo etc) How can I tell which textbox was active when the menu was clicked Do I have to use a seperate menu for each textbox This is a bit of an old-school method, I know, and I'll probably get bagged out for it, but you could create a public Control Object and populate it with a reference to the specific text box in it's MouseDown event. Here's an example of what I mean: Public MyCont As Control Private Sub TextBox1_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles TextBox1.Mou ...Show All
Visual Studio Can't run project (DSL November)
I removed DSL Tools (September), SDK, Studio b2 (hope did it correct), installed released Studio, SDK October, DSL Tools Novemeber. After creating a new DSL project (Minimal Language) have a message: "Unable to read the project file .... Class not registered. Looking for object with CLSID {....}". If do "Start debugging" the message is: "Constructor on type Microsoft.Build.Buildengine.Utilities not found". What's wrong For the first error message, if you include the CLSID, I can tell you what it's looking for. The second error indicates that an MSBuild rule failed to initialize, my best guess is it's a mismatch betw ...Show All
Visual Basic third-party installer for choice and security
Does vb.net express offer a way for the developer or user to decide where an app would be installed or is a third-party installer necessary If so, any recommendations McWhirter wrote: Thats good to know I was just whining to myself yesterday that the product comparison listed clickonce for the Basic Edition. I didn't wanna have to fork out the money for Pro. Now i might be happy :) Yes, I was pleasently suprised to find that out too. If you noticed (and unless it has been changed, haven't checked lately) the product comparison page, shows that the Express Editions don't have a depl ...Show All
Visual Studio 2008 (Pre-release) WCF config schemas not updated in Feb 2006 CTP
Hi, On all my installations of WinFX Feb 2006 CTP VS Extensions ('Orcas') the main WCF config schema is not updated. I'm talking about Intellisense schema that is used to suggest attribute/element names/values inside Visual Studio 2005. It seems that Jan CTP schema is installed with the package, which makes VS config development a pain. Can somebody confirm this and possibly provide an updated 'Orcas' package or just an updated DotNetConfig.xsd Regards, Matev . This is a known bug in the Feb CTP. We’re working on fixing it soon, certainly for the Beta2 release. -Thank you Madhu ...Show All
Visual Studio Team System Launch Error, no data was collected
More often than not, when I run a Performance Session, I get a small dialog box that says: Launch Error PRF0025: No data was collected. However, the session does create a .vsp file that I can then add to the Performance Explorer and view the report. Is this a known issue, or am I doing something wrong Thanks, Bob Willer BetaID 267513 Lucky me. :) Patrick, are you running in sampling or instrumentation mode Do you get the same problem with memory allocation collection turned off Does the data look valid when you open the report (the data looked somewhat valid to Bob) Have you t ...Show All
Visual Basic Opening .NET 1.1 project in VS 2005
Hi I need to open a project developed using VS2003, .NET1.1 in VS2005. I want to maintain it in .NET 1.1 and don't want to convert the soln to 2.0 since my production environment doesnot have 2.0 yet. how do i do this. Once a projct is converted, there's no going back: you either work it in 2003 or 2005. But there is a difference between 'development' and 'production' (or deployment). Are you saying your developers or deevelopment team don't have 2005, or are you saying the machines that you wil deploy the application to doesn't have the .NET 2.0 Framework If it is the second case, it's fairly trivial ...Show All
