underSt8ment's Q&A profile
Microsoft ISV Community Center Forums VB Script Crashes Access When Exporting to Excel
I am trying to solve a minor problem for a small school running Access 2000 on a network. The program runs well with several forms and reports. The problem is that one of the reports is exported to Excel. This works fine except when the database is moved off the network, the export process either produces an error message or crashes Access. The database filename is AA92603.MDB. When it is copied to the C: drive on a computer off the network, the export process produces a message box stating: Run-Time Error ‘-2147467259(80004005) ‘H:\Applications\AA92603.MDB’ is not a valid path. Make sure that the path name is sp ...Show All
Visual Studio IDM_VS_CTXT_OUTPUTPANE no longer defined, causing ctc breakage
We have a VS.Net plug-in that adds commands to the Output window after a run. We did it this way: NEWGROUPS_BEGIN // GUID:GROUPID PARENT MENU PRIORITY FLAG //------------------------------------------------------------------------------------------- guidMyPkg:IDG_OUTPUT_WINDOW, guidSHLMai ...Show All
Windows Forms Autoscroll
When I use AutoScroll, scrollbars never show up if the controls are outside of the container to the left or top of it, only to the right or bottom. How do I fix this Yes you can access autoscrollbars by using p/invokes to the Windows Shell functions. Check this link: http://msdn.microsoft.com/library/default.asp url=/library/en-us/shellcc/platform/commctls/scrollbars/scrollbarreference/scrollbarfunctions/setscrollinfo.asp But this is not something you need to do know. Still you might want to check my post on richtextbox & autoscrollbars to see a sample on how it works: http://forums.microsof ...Show All
Visual C# Storing Two Data Types in a List
Hi everyone, I'm trying to add two types of data to a list object. For example, let's say I want to add a Node object and a String object: private static List< Node , String > nodeList = new List< Node , String >(); The above code returns an error. What is the best way to handle a situation where two data types need to exist as the contents of a list Thanks! Kirupa struct myStruct { public Node node; public string string; } private static List<myStruct< nodeList = new List<myStruct>(); ...Show All
Visual Studio Team System Upgrading Team Foundation Server Beta 3 Refresh to Final Release
Heya, as the Final release of Team Foundation Server is postponed I'd like to use the latest beta (Beta 3 Refresh) and then upgrade to Final release. Is this possible /Chris Yes, we are supporting teams 'going live' with Beta3 and will support people upgrading to the final release by providing upgrade scripts to migrate the data from Beta3 to the final version. See Rick's blog for more. ...Show All
Visual Studio Express Editions WH_KEYBOARD_LL
hi i have VC6, VC Toolkit 2003, VC++ 2005 EE, and MPSDK 2003 SP1. when i try to use "SetWindowsHookEx(WH_KEYBOARD_LL,...." ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/winui/winui/windowsuserinterface/windowing/hooks/hookreference/hookfunctions/setwindowshookex.asp ) i get: error C2065: 'WH_KEYBOARD_LL' : undeclared identifier the same code works fine with Dev-C++ from msdn: "Header Declared in Winuser.h, include Windows.h" and I have #include<windows.h> ...Show All
SQL Server Error opening VSA from Script component and Script Task
TITLE: Microsoft Visual Studio ------------------------------ Cannot show Visual Studio for Applications editor. For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft%u00ae+Visual+Studio%u00ae+2005&ProdVer=8.0.50727.42&EvtSrc=Microsoft.DataTransformationServices.DataFlowUI.SR&EvtID=CouldNotShowVsaIDE&LinkId=20476 ------------------------------ ADDITIONAL INFORMATION: Engine returned Unknown Error (Microsoft.VisualBasic.Vsa) ------------------------------ A project with the name 'ScriptComponent_972bfcb1f5ae462081f39130ba1d36b2' already exists. ------------------------------ BUTTONS: OK --- ...Show All
Software Development for Windows Vista can't install the wwf!
the following are my steps 1.install vs2005 2.install vs2005 extension for wff 2.0 3.start the vs2005 ,it shows wwf is installed in started form 4.file->new project,can't find the workflow node! what's wrong with my steps my system is win2003+office 2000 Do you install the SDK and the Foundation Check in your control panel/AddorRemove program. You should see both the Windows Workflow Foundation and Visual Studio 2005 extensions for Windows Workflow Foundation. Bill ...Show All
Visual Studio Team System no unique server registered
I received thie error when trying to view a build report. The report I'm talking about is when you double-click on a build to see the summary, build steps, result details, associated changesets, etc. The build runs fine and is successful. The output is placed in the drop location. Under Team Builds of a build, it says that the build was successful. Also I receive an email alert when a build is complete and that also says it was successful. Event Type: Error Event Source: TFS Warehouse Event Category: None Event ID: 3000 Date: 1/11/200 ...Show All
Visual Studio Team System Publish Operation Failed for Custom Test Type
Hi there, When I try to publish the test results from a run of a custom test type, I get "Publish Operation Failed." When I include the test in a build, the build log also displays the same error: Results file: C:\SecureBuild\AdventureWorks\Build_0111\TestResults\TFSSERVICE_VSTSL05 2005-11-18 17_30_02_Any CPU_Debug.trx Run Configuration: Local Test Run Waiting to publish... Publishing results of test run TFSSERVICE@VSTSL05 2005-11-18 17:30:02_Any CPU_Debug to http://vstsl05:8080/Bui ...Show All
SQL Server SSRS 2005 Connecting to data on 2000
Hello, I 'm building the reports on SSRS 2005 and connection to a 2000 DB, every thing seems to go ok, except when i try to see the reports on the web browser. At that point i got the following error. An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'BI_IVN_RELACIONAL'. (rsErrorOpeningConnection) For more information about this error navigate to the report server on the local server machine, or enable remote errors I know that is not advised to do this connection but what can i do to solve this problem I Also tryied to force windows and a typed cre ...Show All
Visual C++ Browsing in global objects
I need to create an application that will simulate the operation of a larger, native application for the purpose of creating a managed application that will communicate with it. Anyway, I have started a Windows Forms project and I need to add an unmanaged class to it. I could not instantiate an unmanaged class within a managed class (the compiler gave me an error) so I created a global instance. So far the problem with that is that when debugging I cannot browse the unmanaged instance - the watch thinks the object is out of scope. Is there any way around that Thanks! Kamen Maybe I am not being very clear. Let me provide some code. ...Show All
Visual Studio 2008 (Pre-release) Grouping of shapes
Hi, Is it possible to group shapes e.g. <InkCanvas Name="C1"> <Groep Name=”G1”> < Line …../> < Line …../> <Groep Name=”G2”> < Line …../> < Line …../> <Groep/> <Groep/> ….. …. < InkCanvas/> ...Show All
SQL Server XML Datatype Usage & Performance
I'm interested in hearing any feedback on the following idea for utilizing the XML datatype in SQL 2005. I am building a customer profiling engine for use by multiple clients. The database is shared. Clients do not have their own seperate databases or schema's. The purpose of the system is to store, record, and transmit customer profile information. Such information would likely include attributes such as: name, email, phone, various demographic attributes. The system has to accomodate different profile attribute requirements across different clients. For example, a valid profile for one client may be nothing more than a unique id and an add ...Show All
Visual C++ Initializing statics in native library
Hello. We have a native C++ .lib that we have created that uses a const string in it. The string is initialized to "". We have successfully linked this native library to a managed Windows C++ Forms project and have code in the form to instantiate one of the objects defined in the native library. However, when the Forms application starts, it attempts to instantiate the const string in the native library and a _CrtIsValidHeapPointer assertion fails. Has anyone seen this behavior Admittedly, I am new to .NET and have been looking for a compiler switch that might address this issue. Does anyone have a suggestion how we migh ...Show All
