alexrjs's Q&A profile
Software Development for Windows Vista HandleExternalActivity not subscribing to event
Hi, I have a state machine workflow with a state that uses the HandleExternalActivity activity. I have set it up to use an event in my custom interface. However, when the implementation of my interface raises the event I can see that there are no subscribers to the event. In other words, the HandleExternalActivity activity hasn't subscribed to the event. Any ideas what would cause this Thanks, Kent ...Show All
.NET Development newbie question related to ecommerce
hi i have my ebook and i want to sale it on the web. user will click on the download link. he will have to pay for the book. and after successfull payment the downloadin will start automatically. now the problem is how to include the payment system in my website. and is there anyway i can track either the download was successful or not. thnkx no a developer never want anyone else to do work for h ...Show All
Software Development for Windows Vista Interop Problem with COM IDataObject and TOM Paste
I have been trying to access the text object model (TOM) using the RichEdit control in NET. So far I have successfully implemented most methods of the ITextDocument and ITextRange interfaces. I am now trying to implement the Paste method of the ITextRange interface which is defined as follows: STDMETHODIMP Paste(VARIANT *pVar, long Format); Where pVar is a pointer to the IDataObject to paste, but the contents of the clipboard are used if any o ...Show All
SQL Server Error locating server/instance specified
I am trying to connect to the AdventureWorks database while using Visual Basic 2005 Express. I am currently using the SQL Server 2005 trial version. Here is the error message: An error has occurred while establishing a connection to the server. When connecting to SQL server 2005 this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, Er ...Show All
Visual Studio Express Editions under the default settings SQL Server does not allow remote connections.
vb 2005 Express I was able to access my SQL database table yesterday, but, today I am getting the following error message: "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)&quo ...Show All
Windows Forms TaskVision VB.NET
YES! After a full week of dedicated work, I have ported every single line of this application to VB.NET! jc, what a butload of work. Soon as I can actually verify that all is working like it does in the C# version. I'll be happy to post&nb ...Show All
Visual C# Help: How to create Custom Pagination Control For Datagrid
Hello, I want to create a custom pagination control which can be used through out the site. I don't want to use default pagination of Datagrid. Please help me...... ...Show All
Windows Forms My latest pet peeve
Erm, just a thought...but PLEASE...*PLEASE* add a .Tag or .Name property to MenuItem ..i'd be in love then :( I've done this before, but then I sacrifice being able to use the designer to modify the menu. Does anyone know&nb ...Show All
Visual C++ Is PGO available in the standard edition of VS2005?
Aloha! A few years back I bought the standard edition of Visual Studio.NET and was disappointed to see that it didn't feature the optimizing C compiler - that was reserved for the professional edition, and made a speed difference of a factor of 2 or more. Now, I see that PGO will not be supported in the express products :-(. I realize that PGO is not going to make a huge difference, but an additional 20% aer always appreciated in board game prog ...Show All
Smart Device Development Dynamic form compilation for Pocket PC
Hi. I am writing some software that generates forms that are then displayed on a Pocket PC device. At the moment, a 'form description file' is generated by my desktop component that is uploaded and interpreted by the PDA. Is it possible to cut some processing from the PDA by using the System.CodeDom and related classes to generate a compliled code file on the desktop component, so the PDA can just 'run it' using the System.Reflection.Assem ...Show All
Visual Studio Express Editions Where is the data?
Good Evening Everyone, Would someone please explain in simpleton english the following: I am using a database connected Listbox to run a query. On ListboxIndexChanged, the result of the query fills a single textbox. I need to perform some additional arithmetic on the query result to fill in a 2nd Textbox , and also need access to that result to do some other functions. Where is the result stored Is this explained somewhere in a book ...Show All
SQL Server Upgrade Reporting Services Standard to dev or ent-edition
Is that possible Thanks for your help! kind regards dollmaker ...Show All
Visual Studio 2008 (Pre-release) LINQ = .NET Framework 3 ?
WinFX is now .NET Framework 3.0, does this mean Linq is also 3.0 or will it be 4.0 or ... I won't be surprised if in future Microsoft renamed LINQ to ADO .NET 3.0, as .NET 3.0 is the name officially reserved for WinFX (Indigo). As said by one of our FRIEND ( Mark Blomsma) in his previous post that LINQ might get renamed to C# 4.0, I feel it will not be possible because LINQ support has alread ...Show All
Visual C++ Visual C 2005 more than 3 times slower than Visual C 2003 !
While recompiling my cryptographic library under Visual C 2005, which implements exUSSR gost algorithm, I've found that optimization in 2005 almost absent at all ! here is result of benchmarks: P4-2.0 GHz: MSVC 2003: 33433 Kbytes/sec MSVC 2005: 8960 Kbytes/sec Ratio: 3.73 times slower! P4-3.4 GHz MSVC 2003: 48691 Kbytes/sec MSVC 2005: 11520 Kbytes/sec Ratio: 4.22 times slower! It even slower than MSVC 6.0 ! Code using 2003 compil ...Show All
Visual Studio Visual 2005 install on .NET 1.1 Machine ok or not?
I have a machine that has Visual Studio 2003 installed. Is it ok to install Visual Studio 2005 beta 2 on same machine or should I install on a clean machine thanks Nick ...Show All
