djonexx's Q&A profile
SQL Server Getting error on SSIS
I encounter a serious problem when I execute dtsx package in 64bit SQL2005. I try to run dtexec command together with the file name , and its return error below: “Failed to decrypt protected XML note “DTS:Password” with error 0x8009000B” Key not valid for use in specified state I found the problem is cause by SQL2005 Proctection level in SSIS, then i use dtutil to encrypt the password, but i still cannot run the DTS in 64bit SQL2005 B ...Show All
SQL Server Configure Report Server with SQL Server Express with Advanced Services.
I'm having a world of trouble with the Reporting Services Server. The install went fine. I went in to configure the Report Server and when creating the Report Server and the Report Manager virtual directories I get the following error: "The virtual directory could not be created. The previously set virtual directory will still be used." The problem with this is that I have not previously set a virtual directory. When clicking on the li ...Show All
SQL Server suppress the display of a txt box when null
I have a text box in a list, which i only want to display if it is not null. How can i do this in reporting services. thx la Select the list item where your data objects are places, go to the properties and write for example No Data in the NoRows properties. That's all ...Show All
Visual Basic array variable
How can we create an array variable in vb. The size of the array should be defined only during runtime. Please give the sample code. Try this: Console.WriteLine("Enter size of array: ") Dim numElements As Integer = Integer .Parse(Console.ReadLine()) Dim strings(numElements) As String For i As Integer = 0 To strings.Length - 1 strings(i) = "Hello, World" Next For Each s As String In strings Co ...Show All
Visual Basic Debug mode reverts to previous level of form
I have been making a sequence of changes to a form, entering debug mode after a few changes. Suddenly debug mode has stopped displaying recent changes, instead reverting to an ealier version. There are no indications of either compile or runtime errors. This makes it difficult to determine what is causing the problem. Is there some way to make the IDE not use a cached version Hi, Peteg1, Hmm, that’s not one we’ve seen before – my apologi ...Show All
Smart Device Development ActiveSync 4.0 + iPAQ hx2110 WM5 - not compatible
Hi! I'm using: Win XP SP2, AS 4.0, iPAQ 2110 WM5. After plug-in iPAQ to USB ActiveSync activated and wrote "Connecting..." and this never finished; iPAQ recognized as "Network adapter" and visible in "My computer" like "Mobile Device", but I can't explore it. I turned-off Windows Firewall already but stil not working... I would install the WM5 on my iPAQ2110 but I want previously kno ...Show All
.NET Development uploading images onto an SQL database through ASP page
Laptop Spec: XP Pro Programming languages: ASP.NET, C#, SQL Server sorry again for consecutive posts, I'm new to all of this. I am trying to create an aspx page with a user interface that will allow me to insert an mp3 file onto my database. The code I have currently is: ------------------------------------------------------------------------------------------------------------------------------------------------- ...Show All
Software Development for Windows Vista RuleConditionDialog and intellisense
Hello, in my custom designer I can insert/edit condition rules througth RuleConditionDialog. In order to see the dropped activities I set the TypeProvider with all referenced assemblies and the code compile unit of the current workflow (code beside). Unfortunately I don't see the current workflow components (typing "this.myWorkflow1.") even if the code compile unit contains all activities (fields) declarations. How can I solve th ...Show All
Smart Device Development Install application fail on Pocket PC emulator
Hi, On Pocket PC emulator , When I run a cab file to install a application , it always display a dialog "xxxxx was not installed successfully. Please run Setup again." But I can install the same cab file on my pocket PC device. Who can give me a explain Thanks. So, can Visual Studio 2005 generate CAB-files for the old format It doesn't really matter for my old problem because i solved it with cabwizard, but for future ...Show All
Visual Studio Team System Team System ....Is it for my Orginization Too ?
Hi We are a Consultancy Firm having a small department of 10 people for Custom Software Development .We are preparing our selves for CMMI Level 2. We have lighter Functions, roles and responsibilities.can we still be able to manipulate the Environment of Visual Studio Team System, as we wish to be the early adopters of Visual Studio Team System because of the valid reason that we will increase our work Potential and Resources by the time we mov ...Show All
Windows Forms Simple question: How can I easily duplicate a form?
I just want to quickly make a copy of a form so that I can make an alternative version. I tried to do a copy/paste (In the solution explorer), which appeared to work just fine until I compiled and got this message: Error 1 The item "obj\Debug\MPS2.FormMPSWSOManger.resources" was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter. MPS2 Since I' ...Show All
Visual Studio Tools for Office Aligning Center
Hi All, I'm inserting an image in a Word document programatically. Before I do it, I want to set the Align Center. How should I do it TIA, Pavan Hi Pavan, To better help you with your question, it would be helpful to post the code you're using to insert the image. If you're inserting the image into a paragraph that you want to align center, you can set the Alignment property of the ParagraphFormat o ...Show All
Visual C++ Unable to get desktop handle
Hello All, I created a new windows form project using visual studio .net 2003 (C++) and added a button to the form. Then I added this one line of code to the onclick function HDC hdcScreen; hdcScreen = CreateDC("DISPLAY", NULL, NULL, NULL); I keep getting this intellisense text over the hdcScreen variable. hdcScreen {HDC__} { unused=<undefined val ...Show All
Visual Studio VS Common IDE Package failed to load
I have been using Visual C++.net standard version 2003 on a Windows XP Home. It has worked quite well, so I decided to upgrade to Visual Studio 2005 Standard to get additional features. I uninstalled C++.net and installed VS 2005 upgrade. Now I get the "Visual Studio Common IDE Package failed to load" error (5 times) on startup. I have looked through the posts in this forum, and have tried just about everything I could find to ...Show All
Visual Studio 2008 (Pre-release) Enum?
Hi, Can I have Enum as a DataContract with DataMembers For example: <DataContract([Namespace]:= "http://MyServices" )> _ Public Enum EventType As Integer <DataMember()> _ LOGIN_FAILED <DataMember()> _ LOGIN_SUCCEEDED End Enum When I generate the above (svcutil) I get an empty Enum. Thanks! Scott Instead of DataMember Attribute, use En ...Show All
