Katee's Q&A profile
Visual Studio 2008 (Pre-release) Trouble loading Baml using LoadComponent
Hello, I'm trying to load some baml from resource assemblies using Application.LoadComponent. As a parameter I use Uri that contains full name of assembly with culture: "en". But LoadComponent gives me IOException, that same assembly, but with culture: "neutral", was not found. here is a sample that first loads PresentationFramework Luna baml, and then tries to load mainwindow.baml from Sparkle. Luna baml is loading as ...Show All
Visual Studio Express Editions Customizing menus in VB Express
Trying to add the "New File" command to the "File" menu. In the "Customize" window, I'm dragging the command from the "Commands" list and dropping it into the "Categories" list - but nothing happens. Is this only available in Pro or am I doing something wrong Thanks a bunch Mike File.NewFile is supported by VB Express. Try dragging the command onto the File menu where you want i ...Show All
Visual Studio Express Editions Is VB Studio the right application to:
Open Outlook copy an email and paste it into Acrobat Professional and save it as a *.pdf file you can certainly do that with Visual Studio. You can also do it in an Outlook VBA Project (or any office application project) In outlook, select Tools > Macros > Visual Basic Editor. . . In the references menu, reference the Adobe Acrobat Pro Object Library (if it has one) No matter what you decide ...Show All
.NET Development 1607 error
im trying to install my ipod on my comp but when i try and install the disc i get the message '1607: Unable to install Installshield Scripting Runtime.' Does anyone have any solutions it happened when i forst got the ipod but i managed to install an update which solved it but i had to reboot my comp n now i ahve the problem again n cant remember what i did last time! Please someone help Thanks, Ash ...Show All
Software Development for Windows Vista Problem Using ifElseactivity in an Embedded workflow designer
I'm trying to use a ifElse activity in an embedded workflow designer ( Workflow Designer Control Example downloaded from here: http://www.windowsworkflow.net/Downloads/Examples/Workflow%20Designer%20Control%20-%202005-09-24.exe ) I added a IfElse activity and then select one of the branches. In the property window I select a System.Workflow.Activities.Rules.RuleConditionReference Condition and then when I try to edit the Name prope ...Show All
SQL Server HOW TO LOGIN IN TO SQL EXPRESS AND HOW TO ATTACH DATABASE PLZZ ITS URGENT
Hi i am developing an installer for our produce where there is a need to install sqlexpress and then i have to attach the database to that but i am unable to understand how to do that , i any one can help in this issue plss To install SQL Express you need to include the installer and then pass command line parameters to it. This link will help http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnsse/html/EmSQLExCustAp ...Show All
Windows Forms How do you navigate a webbrowser control in another form (c#)?
I am a complete newbie at this specific stuff. At the same time I know php and javascript/dhtml better than the back of my hand - so I get lost on some terms, but understand the structure, concepts. What I am doing is cheating to&nbs ...Show All
SQL Server How to read the names of package variables in custom task
Hi there, I found a lot posts about package variables. But nothing about how getting access to the names of the package variables programatically. Why - Well I want to create a list of variable names from which the user can choose one of in a UI of a custom task. That's all... :) I thought of using the variable dispenser in the Initialize method of the task and then storing the variable names into a property which can be read by the UI throug ...Show All
.NET Development vb.net to c#.net
Greetings All, i need to convert a functin from vb.net to C#.net here is the vb.net function, when i convert the function using converters i am getting few problems. my main problem is ReDim and ReDim Preserve. these function are not available in C#, how can i convert to C# accordingly. can any body pls provide me a solution. thanks in advance Protected Function GetRowsList( ByRef oReader As SqlDataReader, Optiona ...Show All
Visual Studio Team System Connecting to VSTFS in a Virtual PC
Hi I have the following scenario: Host running Windows XP sp2, VSTS Client Tier, VS2005, Virtual PC 2004 Guest: VPC VM running Windows Server 2003 sp1, AD, DNS, IIS, WSS sp2, SQL Std 2005, VSTFS Dec 2005 CTP (single server install) I was able to get to a successfully install, and everything works great as long as I'm connected to a network (since both the host and the guest are using DHCP to get their respective IP addresses) H ...Show All
Visual Studio Express Editions Server Error in '/' Application Failed to map the path
Need some help on this error. Everything was working fine for me. I had one site up and running with the Visual Web Developer 2005 Beta 2 and Microsoft Framework 2.0. I created a second website and put it in its own directory, configured IIS to use Ms Framework 2.0. Everything should work being the same just different directories. Unfortunately, now both websites are down. I have posted the error below. I have attempted creating the folder that ...Show All
Visual Studio Team System How do I fix the TfsOlapReportDS user problem?
I am currently unable to run any TFS reports. The error message is: An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'TfsOlapReportDS'. (rsErrorOpeningConnection) For more information about this error navigate to the report server on the local server machine, or enable remote errors Is it possible to delete and recreate the 'TfsOlapReportDS' user account ...Show All
.NET Development OLE Db vs. ODBC
I'm writing a component for an application to import data into a SQL Server 2005 database from existing legacy databases. These are FoxPro .dbf databases, Excel spreadsheets, and Access .mdb databases. What unable to find which one is the appropriate/preferred access method - using OLE Db or ODBC. Thanks! EDIT: I should have mentioned that the date structures from the legacy databases and SQL Server database aren't identical - the data will ...Show All
.NET Development .NET Runtime
I have an application that I distributed to a windows 2000 server machine with only the .net runtime on it. The application would not even start. I created a quick form program with a label where the text was just "Hi". Built the installation, installed it on the server and it wouldn't start. I downloaded the .NET SDK to the windows 2k machine, installed it and the aplications ran fine. What am I missing in the inst ...Show All
.NET Development Webservice SSL issue
I have a secure webservice that uses SSL (and basic authentication). I also have a client application that calls functions on this secure web service. We get an error " Could not establish secure channel for SSL/TLS". We have tried all the suggestions on the net and have finally run out of options. Has anyone else had this problem This problem happens sporadically on some machines, and on others it happens with every sin ...Show All
