Kevin Welty's Q&A profile
Visual Studio Express Editions beta2, new personal web starter
downloaded latest team system beta 2 today, created new personal web starter project, when i attempt to create an administrator account here: http://localhost:1689/asp.netwebadminfiles/security/users/addUser.aspx no mater what i type, it continues to say "please enter a different password". you are instructed to create an admin account for your personal web site by the new starter project. ideas ...Show All
Visual Basic Creating Arrays
I have an array that is filled with strings, about 250 to be approximate. Now this is tons of typing as you might think. I already have all the strings in a text file, one string per line. Is there a way of filling the array with the strings from the file. I want each line in the text file to be a seperate value in the array. So, line 1 in the text file would be value 0 in the array, line 2 would be value 1 and so on. Thanks. This is wh ...Show All
Smart Device Development How to create trial version, the solution
hello everybody i have found a class library that lets you create trial version for Compact framework.net applications. Check it out http://www.awady.net/products/easytrial.html OR http://www.handango.com/PlatformProductDetail.jsp siteId=1&jid=49AA1A999D7A79AE2ED595XDA41CA994&platformId=2&N=96806&Ntt=awady&productId=187123&R=187123 ...Show All
Smart Device Development Attaching debugger to a running .Net CF process on smart device?
I've been testing the capabilities of the VS Beta 2 Debugger for device projects. Thus far I've been happy with the improvements. However, I've been having a hard time in testing whether the debugger can now attach to running processes on devices -- I thought I heard this capability had been added, and I see some UI to support it. Can someone let me know whether this should work in Beta 2, and if so, what I might be doing wrong See ...Show All
Visual Studio 2008 (Pre-release) Anybody managed to find a workaround for the "Black Window" bug in the Nov CTP?
I think I'll create this post as a checkpoint where people can post any info on this bug. For a background, some of us using the November CTP for WPF and either Visual Studio 2005 or C# Express, are experiencing a black window when running the simplest of WPF apps (i.e an app that does nothing but window.Show()). Other people experience it intermitently in XamlPad itself. A few links to the problem... [1] [2] ...Show All
SQL Server loop for insert into
Hello, I have 10 tables (T1Orj,T2Orj,…T10Orj) and I need to find modified rows from each table and insert them to T1Bak, T2Bak, …T10Bak. Although original and bak tables have the common fields , the original tables have more fields than bak tables, and T1Orj, T2Orj, … T10Orj tables have different table structures. I can go head and write a insert into query for each table, I am just wondering Is there any way I can do this in a loop for a ...Show All
Visual Studio 2008 (Pre-release) netMsmqBinding problem with messages larger than 65075 bytes
Hi, I'm having a strange problem with msmq when stored messages are larger than 65075 bytes. The service starts consuming 50% of the cpu and can't receive the message, raising no exception. I'm using Windows XP + Feb CTP Here's a code sample: using System; using System.Configuration; using System.Messaging; using System.ServiceModel; using System.Text; // Define a service contract. [ServiceContract()] public interface IContract { ...Show All
SQL Server SQLXML 4.0
I just installed SQL2005 and VS2005. It appears that a new version of SQLXML is available, SQLXML 4.0. Does anyone know if this version is compatabile with SQL2000 I am going to use the SQLBulkLoad library. I could not find a download of SQLXML 4.0. Does anyone know how to redestribute this version of SQLXML Thanks I did some more looking and discovered that the SQL2005 installation CD includes SQLXML4: "Z:\ENGLISH\SQL20 ...Show All
Windows Forms Treeview Tutorial
Does anyone know or a REAL tutorial on Treeview. Not loading ado, xml, directories, etc. I mean one that explains the properties of the Treeview control. The above is about all I can find on the internet. What I am trying to do is add a node to the treeview in a predetermined location. I then want to add two sub-nodes to the one just entered. Dim oNode As New TreeNode oNode . Name = "Level1" TreeView1 . Nodes . Add ( oNode ) TreeView1 ...Show All
Visual Studio 2008 (Pre-release) WPF and non Microsoft OSes...
Hi, We just started to make a web / win application with WPF. I know that you've to install WinFX on Windows XP to see the web application, but what about the non Microsoft OSes. Will be there a player like "Flash Player" or something else for this OSes Hi, If it is a web application then you dont have an issue - the code runs on the server. In case it is a Win App, then I dont b ...Show All
SQL Server RSKeyMgmt.exe utility sql rs 2000
Ok..I'm doing something stupid here and can't get the key extracted. using this: RSKeyMgmt.exe -e -f c:\ -p password I get this C:\>RSKeyMgmt.exe -e -f c:\ -p password Are you sure you want to extract the key from the report server (Y/N) y Access to the path "c:\" is denied. I've tried quotes around c:\ and no luck. Can anyone point out what i'm doing wrong or what to look at thanks You need to spe ...Show All
Windows Forms How to add a Control to a ListBox ?
Hello all Is their a way to add Control to a ListBox what I'm tring to do is create a listbox with edit option inside it, so user will be able to edit the selected item inside the lisbox, and for that I need to add a TextBox&nbs ...Show All
Visual Studio Security of VS WebBrowser
Our Visual Studio plug-in uses a web browser control to display inline help. Our inline help uses VBScript to call our help file, and to dynamically hide and show content. In VS 2005, our HTML pages are getting the Popup Security warning when they are displayed, before allowing any VBScript to run. Is there a way to suppress this The pages are installed on the local computer so I would not expect this to happen. I suspect that VS 2005 is ...Show All
Windows Forms Printing Text In A RichTextBox
Hi! Im having the same problem, only im using a RichTextBox instead. How can i print all the text in this box When i try all that happens is the text goes off the page. What should i do to fix this problem An idea would be helpful. Please try not to make it too difficult as i am only 13! The program i have created is a basic text editor. I does the basic commands, save, open, edit, but i am struggling to be able to pri ...Show All
SQL Server Adding Reference and Importing .NET into Script Transformation
I have a .NET component that I want to import into a Script Transformation of a Data Flow. Going into the script code (editing Script transformation and clocking "Design Script" button), I try to "Add Reference" to the component (Add Reference selection under "Project" menu), but I do not see it - nor do I have the option to Browse for the component. How do I establish a reference to an external .NET component so I can use it in my transformati ...Show All
