Siostra Andzelika's Q&A profile
Software Development for Windows Vista XOML vs. XAML
On November 2005's Business and Workflow Conference over at the Campus some people of the WWF team said about the x o ml-extension that is was mor or less a typo and will be corrected in Beta 2. Was that correct or just a joke or was something wrong with the sushi Now we're on Beta 2.2, and in one of the most recent articles on workflow: " Developer Introduction to Workflows for Windows SharePoint Services V3 and SharePoint Server 2007 & ...Show All
Visual Studio VSS 2005 beta 2 @ Windows Server 2003
I was testing VSS 2005 beta 2 this week and finally managed to get it working on a Windows XP Pro SP2 machine. Now I installed VSS on Windows Server 2003 SP1 and fall into new troubles. I have configured IIS virtual folders, VSS share and VSS database as described in the best threads here (http://forums.microsoft.com/msdn/ShowPost.aspx PostID=2774, http://forums.microsoft.com/msdn/ShowPost.aspx PostID=4906, http://forums.microsoft.com/msdn/Show ...Show All
Windows Forms Beta 2 Publish help needed
Hi all, I'm a student trying out VS.net C# express beta 2. I had created a simple hello world program. I'm using the "publish" feature that comes with vs.net, however I notice that when it's install on another computer, it takes a long time to install as the setup is downloading the .net framework 2 from the internet. Is there anyway to bypass the internet streaming and instead put in all in a cd-rom for the installation Thanks. Hi, I had ...Show All
Microsoft ISV Community Center Forums Problem in Saving Excel 2003 Workbook in Excel 97
Hi all, I am experienced that when i saved a workbook in Excel 2003, then save the workbook in Excel 97 running the VBA code, it will prompt a message about: "This file was created using a later version of Microsoft Excel. If you save this file using Microsoft Excel 97, information created with features in the later version may be lost. ............................................................. -To continue with the Save, click ...Show All
Visual C# SQL Server 2005 Express with Report control
I watch the video from Channel 9. If I am not mistake I heard that there will be a report control bundle with the product start from Sql 2005 express edition. If one have detail information on that Have you used this feature in VS 2005 and local mode. I was interested in using either business objects or xml or ado data as a data source. I have not seen any code that shows how to programmatically do ...Show All
Windows Forms Isolation level in vb.net
Hi, can anyone explan transaction level in ADO.net for overloded constructor of oledbconnection object. I have read the microsoft online material but i could not quite understand why it is used and how it is used. i want to know how the ...Show All
Visual Basic How to make an uninstall file for deployment
can any one plz help me on how to make an uninstall file for my installation package of my project Is this for ClickOnce (Publish) or MSI (Setup and Deployment) In either case either case you should not need to do anything special. Once installed they both should be available in the Windows Add/Remove Programs Dialog where you can roll-back or uninstall from. Regards, Patrick Baker Microsoft Vis ...Show All
Windows Forms XP Autoplay v2 and .NET windows App
Hi, I'm writing an app to manage a cd ripping and uploading process for my company. I want my app to pop up in the list of applications that are available when an Audio CD is read by the CD drive. I've been reading this on MSDN: ...Show All
Software Development for Windows Vista how does the instanceId get set on SqlWorkflowPersistenceService
Hi, I'm trying to set up multiple servers each hosting workflow runtimes of their own. These servers persist their instances to the same SQL server. I can't get the locking mechanism to throw an ownership exception when a second runtime tries to load an instance from the persistance store. Looking at this, the Persistance service provides an @ownerId parameter to the stored procedures, I assume that this identifies which runtime locked the ...Show All
Visual C++ How to install a Debugger Visualizer for a C++ object in Visual Studio 2005?
How to install a Debugger Visualizer for a C++ object in Visual Studio 2005 I could happily and successfully follow the tutorial for creating a Debugger Visualizer in Visual Studio 2005 Beta 2 in C#. But there was no information about creating such in C++. How to do it What I mean by creating such in C++ is having an object in a C++ application visualised by a Debugger Visualizer (written in any language). Besides, I'm sure i ...Show All
Visual Studio Express Editions How To Read from XML Response
Hello-- I am looking for some guidance on how I can import specific values from an XML response that I request. My program sends a request to the server and the server responds with: <rdf:RDF> <geo:Point rdf:nodeID="aid52520341"> <dc:description>Southfield MI 48025</dc:description> <geo:long>-83.26</geo:long> <geo:lat>42.51</geo:lat> </geo:Point> </rd ...Show All
.NET Development NetworkStream Multi-user server
I've recently been spending a lot of time working with C# Networking (.NET Networking in general). I've come to love the NetworkStream object it makes TCP Communication SO easy. Anyway... here's what I'm seeking help on. I'm looking for an easy way to make a multi-user server using the NetworkStream object and Async callbacks. I can get it to work with just one user but I want to be able to allow multiple users to connect to my server at the ...Show All
SQL Server Escape character for /SET option of dtexec
I have a problem setting some variables in a package using the /SET option of dtexec. Specifically when the value I want to set contains a semi-colon. I get an error like: Argument ""\Package.Variables[User::Delim].Properties[Value];^;"" for option "set" is not valid. I am guessing that I will have to escape the semi-colons somehow, but with what Regards, Lars You don't show the command but from the e ...Show All
SQL Server Strange Error messages running SSIS package
This package which is a child package has been running successfully for quite some time now. All of a sudden we are getting these intermittant error messages. Does anyone have any ideas what to do or check for thanks =========================== Error portion Error: 0xC0047012 at CF-DFT Oracle Sales Fact, DTS.Pipeline: A buffer failed while allocating 100483760 bytes. Error: 0xC02020C4 at CF-DFT Oracle Sales Fact, order line id [1] ...Show All
.NET Development Load and Save XML Page
I have an access program that needs to download and load XML data from a site. The access program then imports this XML. The code i'm using is below. It is having two problems (and i've tryed a few other syntaxes to save the file...). 1) The Save File dialog box is opening up, even tho i do pass in a path (and i've tried with both one \ and with \) and use FALSE for the second argument... 2) Even when i type the filename manually in the di ...Show All
