Srik's Q&A profile
Software Development for Windows Vista Custom Activities at runtime-debugging
Hi, I have added designers to my custom activities. Nothing special, just colors and the like, and it works fine at design-time. But when it comes to runtime-debugging, like hitting a breakpoint in the designer view, the Live.Workflow.tmp*.xoml is missing all my custom activities completely. Error on my side or on the designer/runtime-viewer The designers are quite simple generics like: public class ScanActivityDesigner : Activity ...Show All
Visual C# Attempted to read or write protected memory error in TransactionScope with OracleClient(10g)
We are randomly getting this error message on our development and staging machines: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.; at System.Data.Common.UnsafeNativeMethods.OraMTSJoinTxn(OciEnlistContext pCtxt, IDtcTransaction pTrans) at System.Data.OracleClient.TracedNativeMethods.OraMTSJoinTxn(OciEnlistContext pCtxt, IDtcTransaction pTrans) at System.Data.OracleClient.OracleIntern ...Show All
Windows Forms How to "preserve" data between forms ?
Once the User logs in, I am required to save a bunch of information regarding the user profile. I have created a UserData class, I want that once this information is populated, it should be accessible from any other form. Any suggestions about& ...Show All
Visual C# Running C++ from a C# app (.NET detection)
I have a c++ script which detects if .NET is installed and what version. I would like to put this c++ script in a C# .NET app so every time someone tries to start the C# app, the c++ code is run, and then the C# app is started if the c++ code returns true. Can I use the c++ code in the C# project Or does this code need to be based outside the project, and it will have to trigger my C# app My only goal is to give the user a nice Message if ...Show All
Visual Studio Express Editions triggering timer in windows forms
For my first VB.Net project not out of a book, I chose to build a Lotto number generator using the “Randomize()” statement and use nested if then statements to insure that none of the first five numbers repeat. Then I display the results in a label, open a streamwriter, write results to a text file open a streamreader and display the results in a multiline text box, and finally delete the text file when the form closes. I put a for next loop in ...Show All
.NET Development How do I get a .NET TextBox to implement MY OWN INTERFACE
This is a tough one. I know how to use and implement interfaces from my own classes, but how do I take a system.windows.forms.textbox and get it to implement an interface that I designed. I really don't want to have to inherit a textbox into a usercontrol and then do it from there... isn't there a more direct means to do it I have tried creating an empty class file and making it look like the following... =============== ...Show All
Windows Live Developer Forums Gwaam Concept - Need help!
Good day We have developed a new concept in multi user gaming called Gwaam. We need help from someone with the MSN API to produce a Gwaam for MSN version. Desktop demo and instructions can be seen at www.gwaam.com if you can help or know anyone please let us know - understand there is time involved so we can be flexible about payments/shares/recognition And again an update... The Gwaam Bot ...Show All
.NET Development Convering ASP to C#.net
<% Response.Buffer = True Dim objXMLHTTP, xml Dim strXML strXML = "<ACTION><AUTH><ORDER-ID>simple_test_auth1</ORDER-ID><AMOUNT>& ...Show All
Visual C++ Unable to build native Win32 apps
I am using Visual Studio 2005. I get error messages when I build a native Win32 app in Visual C++ .Net 2005 The first error is d:\program files\microsoft visual studio 8\vc\platformsdk\include\winnt.h(222) : error C2146: syntax error : missing ';' before identifier 'PVOID64' This is the line: typedef void * POINTER_64 PVOID64; How can there be an ...Show All
Windows Forms VS Bogging Down - How Do I Stop It
My Visual Studio is starting to <u><b><color="red">REALLY</color></b></u> bog down to the point that it is becoming unusable. I'm pretty sure the background debugger causes this bogging. I've got a single solution open with 2 projects. On ...Show All
Windows Forms Problem with MSDN help
Hi, I am trying to work on Content Management Server but msdn help website seems to have some problem. if you go the following link, it will show you incomplete sentences, for example, I am copying some lines from the website. Notice that the sentence ends on "Click ." , but click what In Visual Studio .NET, on the menu, click , and then click . In the New Project window, in , do the following: Click . ...Show All
Visual Studio Team System Please help - installation error!
Hi, I've been trying to install TFS since last week without succeed. I've followed all the guides and requirements such as excluding reports IIS, creating user accounts, but still receive the error below. D:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\sdk\bin\BisSubscribe.exe" /eventType ArtifactChangedEvent /userid ISTEAMSERVER\TFSService /deliveryType Soap /Address http://ISOFT-TESTER:8080/Currituck/BisService.asmx ...Show All
SQL Server dynamic connection string
hi all, i've been reading through the forum on this subject but couldn't find the solution. i'm using RS2005. it's mentioned that dynamic connection string is not applicable for shared data source. is there a workaround for this thanks! Dynamic connection strings cannot be used with shared data sources. Other suggestions can be found in this related thread: http://forums.microsoft.com/MSDN/ShowPost ...Show All
Visual Basic Access2003- Multiple Parameter Search in a Form
Hi Basically what I want to set up is a search for the user so that he can look for any information, and just has to tzpe it in the form. What I did until now: I have a form in Design view and make unbound textboxes. Then I create a query which looks inside of this text boxes to find me the specified information with look * & [] & *. My problem is that when I install more that one parameter search, the query doesnt show me every record ...Show All
Windows Forms .NET Framework 2.0
High all I was not sure where to put this so I went with general windows.. My questions is I did a fresh install of windows XP today using the .NET Framework 2.0 installer and when I went to the windows update site it said I needed .NET Framework 1.1.. I am assuming version 2.0 is a replacement upgrade for version 1.1 SP1 or do I need to install both... I was even more confused cause when you check the services it shows version 2.0 in ...Show All
