Brian Altmann's Q&A profile
SQL Server Using a OCX created for use with Access
Hello, I need some help getting an OCX to work in reporting services that works great in access. I have repeatedly asked the vendor of the software to get this working with no help. They say their customer base is not savvy enough to move to reporting services, but I love reporting services and have moved all but a few reports over which require this ocx. Is there a way to make this OCX work without the vendor having to rewrite It dra ...Show All
Visual Studio can't install VS2005 - "not a valid win32 application"
I'm trying to install visual studio on desktop with an AMD64 processor (but using 32-bit XP Pro), and when I try to install Visual Studio 2005, I get a "not a valid win32 application" in a dialog box. I get the error "D:\ is not a valid win32 application" when I try to use autoplay, and "D:\setup.exe is not a valid win32 application" when I try to run setup directly from the disc. Any ideas ...Show All
.NET Development bug in Int32.Parse
In Visual Studio 2005, the following throws a FormatException and it definitely shouldn't. The same code works fine in Visual Studio 2003. This is the version that I am seeing the problem, running on XP: Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Installed Edition: Profes ...Show All
Visual Basic repeat delay in Keydown event
Is there any way to keep the keydown event from having a repeat delay when the key is held I know you can go into Control Panel and adjust the keyboard settings, but is there a way to get around that in VB In case it is useful, my code is: Sub Form1_KeyDown( ByVal sender As Object , ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me .KeyDown Select Case e.KeyCode Case Keys.Left The_moving_object.Left -= ...Show All
Visual Basic VB6 socket on Windows 2003 Server
Hi, I developed a client/server software using winsock control in vb6. The software works well if both the server and the client pcs are WXP or W2K. When the server pc is a W2003 Server and the client PC is a WXP I have a strange problem: the server sends data but the client can't receive them. There are no known firewall restrictions and the user on the server is the administrator. I also tried to set up a telnet connection to the ...Show All
Software Development for Windows Vista Correct approach to using Workflow - light or heavy?
What is the "correct" way to use Workflow: Workflow should be as code-light as possible and only have the bare minimum of code, with the 'meat' in external modules, called from workflow if required. Workflow should contain the code as the process definition is then integrated in one place I like the idea of approach (2) but without experience it's difficult to guess. I am writing an app in which the same workflow process, e.g. Credi ...Show All
Software Development for Windows Vista PROBLEM with HttpContext.Current
we are creating as ASP.NET application using WWF in which we are using http handlers as like the following the example. http://www.devx.com/dotnet/Article/29992#codeitemarea . When an event is fired from WF, the event handler has to be executed which was written in HttpHandler . This event hanlder has the following code. HtttpContext.Current.Response.Redirect(" ~/testpage.aspx", false) Here, HttpContext.Current v ...Show All
Visual C++ C2061 Compiler error
Hi. I got error message when I try to build my project "d:\Documents and Settings\Phoenix\ \My_app\autonapominalka\main.cpp(164): error C2061: syntax error : identifier 'form1'" Code sample: //-------------------------- Form * form1 = new error; //some code form1->Controls->Add(listbox);// error shows on this string form1->Show(); //----------------------------- So, I have declaration but Visual C++ thinks that form1 is undecl ...Show All
SQL Server SQL Server authentication mode in 'Transfer SQL Server Objects Task' gives error
I was trying to transfer a SQL Server 2000 database to SQL Server 2005 using SQL Server Objects Task. However, The following error message was encountered: "[Transfer SQL Server Objects Task] Error: Execution failed with the following error: "Cannot apply value null to property Login: Value cannot be null..".“ Once I changed the authentication mode from SQL Server authentication to Windows Authentication&nb ...Show All
Visual C# Aspect Oriented Programming frameworks for .NET
Hi there, I'm currently investigating the use of AOP frameworks for our product. Specifically, we will only be using it for logging method calls during debugging sessions. I have looked into using ContextBoundObject s and had a look at Aspect# (AspectSharp). Each has its own drawbacks: The ContextBoundObject approach precludes us from logging method calls in types that must inherit from another object (such as user interface com ...Show All
Visual Basic TableAdapter Query Config Wiz.
Hello I'm trying to build a Query with the query wiz. but i always keep getting a tableadapter function (SELECT which returns a single value). When it askes me to Choose Query Type the option for (SELECT which returns rows) is greyed. Anyone know what could cause this Hello, To add aquery to an existing TableAdapter drag a 'Query' onto the table (as opposed to dropping it onto an empty area of ...Show All
.NET Development Need XOML only sequential workflow example called by ASP.NET Client?
Tom, I am trying to implement several custom and one composite activity within an XOML only sequential workflow (called by ASP.NET client). I am unable to view the xoml in the designer and am not able to load multiple activities at the same time. Can you provide an XOML only sequential workflow example (called by ASP.NET using WWF Beta 2.2) that loads an xoml only workflow with several custom activities and one composite activity and ...Show All
Smart Device Development Setting Focus during activated event doesn't work.
Hello, I have an application that has a main form which correctly sets the focus during the activate event to the control that I want, however, any new forms that I open will not retain the focus to the control I set. The focus always returns to the form after the activate event is complete. Is anyone else having this issue Thanks Figured out a workaround finally, Put a myControl.focus() call ...Show All
Microsoft ISV Community Center Forums excel vba
Dim rng As Range Dim rngSelect As Range Set rngSelect = Selection For Each rng In rngSelect.Rows Selection.Offset(2, 0) = rng.EntireRow.Select 'need to add each modified range to selection Next rng I want all modified ranges to be selected in code Hello MarcusLCox How about building an array of range addresses as you go through the For Each - Next Loop Or you could build a string that has the addresses, and ...Show All
SQL Server Database is read-only.
Hi I have been learning on how to use the new features of the .NET 2.0, and Well I using VS2005 and everything is pretty straight foward. I did a Membership webform where you log in and create users and roles etc. I installed the SQL Server 2005 express as my Data provider and thats where my Tables are. I used the aspnetsql_reg comand to integrate the server to this application. Anyway my problem started when i decided to copy my project to my ...Show All
