yeos_lee's Q&A profile
Software Development for Windows Vista Workflow and MOSS 2007 TR
Hi, I need to use Windows Workflow Foundation in a Sharepoint site, and I have some questions about how to model some features, so here I go, What's the best way to model an expiration time on an activity We've tried in a sequence workflow, to put in paralel one activity in one thread, and a delay activity in the other thread, but didn't work. Are we doing something wrong I need support to reassign a task that was assigned to someone, to someone else, now can I achieve this Is there any activity out there to evaluate BizTalk BRE rules Is it possible to have a workflow within Sharepoint wait on a webservice input activity We are using MOSS 2007 - Beta 2 Technical Refresh, thanks, Gabriel Gabriel, I've po ...Show All
Windows Live Developer Forums How to retrive Live contacts if lost
Is there a way get back all your live contacts, if the get deleted by a misstake There is a way i have figgured out. Under the "Privacy" tab under options, you can rigth click the contacts, and click add If you delete them, or even block them, they will still apere there Thank you for answering me ...Show All
Visual Studio Express Editions printing items from database
I am attempting to print items from a database. I have added the items as objects to an array list. When I click print preview, the items show exactly as I intended them to be. The final calculation in the preview is correct. However, when I do the actual printing, the calculated number (TotalPremium) doubles Sometimes, the items print more than once. Why is the print preview correct, but the actual printed page is not. Please see attached code. Thanks for your help. Dim RatingFont As New Font( "Tahoma" , 8, FontStyle.Regular) Dim LineHeight As Decimal = RatingFont.GetHeight yCoord1 = e.MarginBounds.Top xCoord = e.MarginBounds.Left yCoord2 = yCoord1 + LineHeight yCoord3 = yCoord2 + LineHeight yCoo ...Show All
Internet Explorer Development IE7 drops header
My website www.apnaonline.ca looks fine in IE6, it shows the header fine, but in IE7 the header title is gone. Can anyone tell me why Thanks, Geoserv. I was able to fix this issue. In my CSS below: #header{ clear:both; margin:5px 0 0 0; padding:0; height:5px; } I removed : height:5px; and now it renders properly in IE7/FF/IE6. Why won't IE7 render height like all other browsers I hope we aren't headed to another range of CSS hacks. Geoserv. ...Show All
Visual Studio Express Editions Webcasts?
Just wanted to ask, I found a couple of webcasts i wanted to view but i see you need to enter your address! If this for like a bill (are webcasts free or do they cost money) Or is it for other reasons (if so what ) Thanks Hi Buddy, If you are looking for some free webcast visit http://www.microsoft.com/events/series/msdncodingbasics.mspx You will need to have a .Net Passport though (I have recieved no spam or junk mail so far) Or try http://www.learnvisualstudio.net There are some free videos here or you can buy a membership. Hope this helps Scott ...Show All
Smart Device Development no sound
i need this device code22 you need to be more specific on what you are asking. What problems are you having (apart from "no sound") what device are you using what sounds are you trying to play any code any errors ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Extra strip line
Have noticed a little thing. I am drawing my background image in fullscreen mode placing it at 0,0, with backbuffer size. If at the same draw time graphics.GraphicsDevice.Clear (Color) method is using, clscolor stripline in one pixel width is seen at the top and utmost left lines. It is not sufficient in this case though, you can set Color.Black or not use this method at all. Strange thing is going on. Failed to represent this situation today - was curious to put on the presentation surface 3d object and see the result at extra lines. Unfortunately I have not saved the exactly state of my project and list of all programs running at this point yesterday. So I'll have an attempt once more today. But I have ch ...Show All
Visual C++ .ILK file sizes
We have very large .ilk file sizes 150megs for a 10meg dll. Can anyone tell me what is in an .ilk file and what steps we can take to reduce their size. Thanks I was also looking for an option to set the .ilk file output directory. Perhaps there is a linker command line argument for this ...Show All
Windows Forms Derive useable space of a MDIParent form
An MDIParent form has a available space for the MDIChild forms. I would like to use the properties of that space to determine the size of the MDI Child forms. For example, i would make appear a child form with a treeview on the left hand side. Ideally, that child form would be as high as possible (without maximizing). That of course depends on the user's resolution. Is there a way i can derive these properties Thanks for your help Yes, but when i define the height of my MDIChild at Clientsize.Height, then i still have a vertical scrollbar. It seems to work when i substract SystemInformation.MenuHeight * 4 But perhaps there is a more suitable property that would eliminate this correction. Thanks! ...Show All
Software Development for Windows Vista INSTALLATION ERROR
Content of log files, [07/24/06,14:20:30] Windows Communication Foundation: [2] Error: Installation failed for component Windows Communication Foundation. MSI returned error code 1603 [07/24/06,14:20:49] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.0 - was not attempted to be installed. This looks like an error installing .NET Framework 3.0. Can you please send me your error log (the error logs are in %temp%\dd_*.*) I'll pass it on to the correct people. ...Show All
SQL Server The product level is insufficient for component...
Hi. I'm using SQL Server 2005 Management Studio to try and run an SSIS package. One step blows up with this error: "The product level is insufficient for component "data conversion 1"". I checked out the thread here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=112469&SiteID=1&PageID=0 However, after installing SP1, the program is still giving me the error. I'm running the package from my WinXP Pro SP2 workstation. What am I missing Thanks. You need to run the setup again, so you do need the installation CDs. One of the first install pages asks which components to install (SQL Server, OLAP Server, SSIS, etc) - you need to check SSIS (likely only SQL and Workstation Com ...Show All
Visual C++ dll build successful, no dll created
I'm new to VC8, and I tried to create simple unmanaged DLL using C++. At the end everything compiled and linked without errors, but when I looked into output directory, there were no dll or lib files. Then I tried to compile just code generated with Project wizard - Win32 - DLL. There were no errors but no DLL too. Then I turned back to VC++ 2003 and did the same - my library DLL was created and code from wizard worked too. After all I tried to convert projects from 2003 to 2005 and voila - they compiled in 2005 too. I have searched net for answer, but didn't found one. So I'm asking: What has to be done to make DLL appear after successful linking in VC++ 2005. I believe I'm just dumb and don't see some obvious thing that ha ...Show All
SQL Server SQL Server state management
Hello there. I am having some problems using SQL server 2005 Aspstate management. We have two web servers both running the the same copy of our web site. Both servers have MS SQL server installed and Mirror is configure on the database. SQL Server state was configure to use a custom database which is the web site database. The connectionString on the Webconfig file is set as the following: < sessionState mode = " SQLServer " stateConnectionString = " tcpip=127.0.0.1 " allowCustomSqlDatabase = " True " sqlConnectionString = " data source=Server2;Failover Partner=Server1;Initial Catalog=<Database>;user id=<User>;password=<Pass> " cookieless = " false " ...Show All
Visual Studio Team System How do I view test results stored in the Load Test Results Store?
I have set up the Load Test Results Store and have ran several load tests. I can see that the load tests are stored in the database. How do I select and view the test results stored in the database What I didn't understand was how to re-connect to the previously ran test via the "Test Runs" window. This explains perfectly how to accomplish it. Thanks ...Show All
Visual C++ winsock pop3 client
is it possible to make a pop3 email client using winsock if so could you get me started on how to connect to the pop3 server thanks in advance Hello Re: winsock pop3 client Such questions are outside the scope of this forum - for the scope of the VC General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445&SiteID=1 For such issues please use an appropriate newsgroup, potentially one at http://msdn.microsoft.com/newsgroups . OTP Thanks Damien ...Show All
