Juan Carlos Trimiño's Q&A profile
SQL Server system.outofmemoryexception
Hi, HELP. I kept having system.outofmemoryexception in Reporting services. I went to out Infrastructure group got them to procure more memory and got my windows 2003 server to upgrade from 2gb to 8gb memory. I still get system.outofmemoryexception when I run a report. This report is supposed to extract 200,000 rows. You may ask who is going to read this 200,000 row report. But putting that aside how can I make Reporting services to recognize extra memory. Even after 4X the memory, it can not extract one more row that what it did before. HELP. Bobba. You can start by following the instr ...Show All
Smart Device Development Windows CE installation on a laptop pc
I have installed WinCE 5.0 on a laptop computer, having these characteristics: - CPU: Pentium III @ 650 MHz - RAM: 192 MB - Hard Disk: 11 GB - PCMCIA Ethernet Card (model 3COM 3CCE589ET @ 10 Mbps) These are the steps I made: - using Platform Builder I built a run-time image of WinCE 5.0 (file “nk.bin”) - I copied it on a CD Rom (via Ethernet was not possible, since the Card is not recognized) - I booted the computer from the floppy firstly created with Platform Builder - I launched through “loadcepc.exe” the image file “nk.bin” Wince runs correctly but I have some problems: 1) The hard disk drive is not recognized, even if in the OS design ...Show All
.NET Development testing presence of optional assembly
Hi, I'm developing a Windows.Forms program which talks to differet types of database backends. We got a number of drivers from various vendors, but not all of them will be present on a particular user's machine. I'm now looking for ways to dynamically discover whether an assembly is present. My best bet so far appears to be AppDomain.CreateInstance( ClassName, Assembly.dll ). I'm not really interested in the instance being returned. But if the statement completes without throwing any exception, then the assembly is present and the database driver is usable. Am I on the right track Is this the way to test for dri ...Show All
Software Development for Windows Vista Hide "Bind to new member" tab in XOML only workflows
We are hosting the WF designer in our application to create XOML only workflows. We have been largely successful with one exception. We have based our designer on the designer code released last week. To acheive a XOML only designer, I removed the Member Creation Service and EventService as well as the ability to compile and save the Code Behind files. This had the desired effect of hiding the bindable events from the properties and achieves very clean XOML only workflows while still allowing the user to bind to properties in the workflow. However I can't seem to hide the "Bind to new Member" tab on the "Bind "X&qu ...Show All
Visual J# File association
I want to make a simple language that is interperated by a J# program. how do i access the name of the file that was clicked Hi James, could u pl clarify '...name of file that was clicked' Are u talking about file input which is to be interpreted Thanks ...Show All
Software Development for Windows Vista EventHandler won't fire in state machine when calling event from host
Hi, I have written a simple state machine which is very similar to the order example comes with WWF Jan Lab Beta 2. I created the following service public class NavigationService : INavigationService { public event EventHandler < NavigationEventArgs > StartPageStart; public void RaiseStartPageStartEvent( Guid instanceId) { if (StartPageStart != null ) //StartPage is null when host calling RaiseStartPageStartEvent { StartPageStart( null , new NavigationEventArgs (instanceId)); } } In the state workflow, I have bound the "InterfaceType" and "EventName ...Show All
Visual Basic Compile error in hidden module: AutoExec -- Help please
Anytime I access a microsoft office program such as word or outlook, this visual basic error pops up. "Compile error in hidden module: AutoExec" It gives two options: "Ok" or "Help" - When I click Ok, I can continue to use the program - "Help" gives the following description: " Compile error in hidden module: <module name> A protected module can't be displayed. This error has the following cause and solution: There is a compilation error in the code of the specified module, but it can't be displayed because the project is protected. Unprotect the project, and then run the code again to view the error. For additional i ...Show All
SQL Server Cannot install AdventureWorksDW to make a tutorial.
Hello!! I have a question about AdventureWorksDW. I try to make this SQL Server Business Intelligence Development Studio tutorial and I need to have AdventureWorksDW database. The problem is that it is not installed on my computer and when I try to install it once again from the CD I get the error message that it IS already installed on my computer. What should i do Hi NatashaKarlsson , Have you searched your computer for the file: "adventure works dw.dwproj" If you can find it, then you can open the project and use it from there. Yan ...Show All
Architecture What about making domain specific "Enterprise Library" ?
Presently "Enterprise Library" is related to Application Development Process. Desinging "Enterprise Library" for the best practices is good. But what about making enterprise library... related to Solution Specific, I mean to say domain specific... For eg. - Financial, Manufacturing, ...etc. Hi Rohan, I agree with you that we have grown to looking at architectures solutions w/o language factor. However, I feel language plays a crucial role when modelling the domain. I don't want to push this post to another orbit but here is an analogy. We have matured to relational databases from network datab ...Show All
SQL Server Unhandled Exception in Management Studio
At work we run a large SQL Server 2000 database that is usually administered using Enterprise Manager. I recently started playing around with SQL Server 2005 Management Studio and have been encountering an interesting problem. Whenever I browse tables/views in the Summary window, and then select a table/view (by hitting enter or double clicking) Management Studio encounteres an unhandled exception (below). Oddly, this behaviour only occurs when the Summary window is in "Details" view. When in "List" view it works without any problems. Also, I don't encounter this behaviour with all the tables/views - Management Studio can access some without ...Show All
Visual Studio Tools for Office Redistribute VSTO Problem
I've trying to install VSTO Redistribuable from 10/27/2005 however when installed it failed because it is looking for .Net 2.0 Beta 2. We are now all using the release version. Did I miss something Is there or will there be a redistributable package targeting the released version of .Net 2.0 Thanks Mike Hi Mike, The released VSTO runtime ( available at http://go.microsoft.com/fwlink/ linkid=49612 ) should require the released version of .NET 2.0. The released .NET 2.0 can be found at: http://www.microsoft.com/downloads/details.aspx FamilyID=0856EACB-4362-4B0D-8 ...Show All
Windows Forms not valid installation package
When I remove my Application . I got the following message. Can any one inform me how to resolve this issue The installation for this product is not aviable. verify that the source exists and that you can access it. Regards - mubarak ...Show All
Windows Forms Stupid ?
How do I set the width and height of a control example I have a panel i want to , in code, set the width and height. I have; With pnl_Welcome .Location = New Point(4, 3) .Size.Width = New unit(100) .Visible = True End With The following, unit, gives the error: Unit not defined! What am I miss ...Show All
Windows Forms Using Keyboard and Mouse Hooks
Hi all, I am using win-32 hooks to implement macro recording and playback functionality for our application. This is not general purpose utility to use across application but a feature within the application. I launch record/playback palette as dockable window during recording/playback sequence. I am using Sendkeys.Send during playback to simulate key strokes. Currently I am facing typical problem during playback with Pause functionality. When I click on pause button sometimes playback sequence does not work properly as some of the simulated keystrokes are not received by active window as focus may be shifted to record palette ...Show All
Visual Studio Tools for Office Outlook intercept attachments and redirect ?
I've been asked to provide a solution that sits in outlook and detects emails to a specific address, and to pass the files sent as attachments to another ( possibly outside ) program. I have a good understanding of C#, and I'm a C++ MVP. I've never done anything like this in Outlook, though, and there seem to be a myriad of options open to me. I'm hoping for a little direction as to where I should be digging to best achieve this This is a bread-and-butter scenario, actually, and is quite simple using Outlook's standard OM. You are in the sweet-spot! As you probably know, we have added Outlook 2003 add-in support in V ...Show All
