Sne's Q&A profile
Visual Basic Keyword search or text extraction from PowerPoint Presentations
I am using vb.net in a web application to go through a list of ppt files I have created from the contents of a directory. My intention is to either: a) extract text from them so I can create a table of keywords that will later be used in keyword searches. b) if one exists, to use a builtin keyword search function. However, I am unable to find anything in the Office.Core namespace or in the PowerPoint namespace that look like a text search or rea ...Show All
Visual Studio report hang local mode report stored in UNC
ReportViewer is in local mode, and using LocalReport.ReportPath to specify the report location. Reports are stored on a network share inside LAN. Problem: Some computers always hang when they run report and other computers work fine. What could cause this problem Thanks Are you using the winforms or webforms control Are you able to load the rdlc file notepad from the machine that is failing ...Show All
SQL Server DTS Package with Dynamic Properties running Analysis Services Processing
Hi, I wasn't sure of the location of this as it spans quite a few areas. I have created a DTS package with Dynamic Parameters. The package is going to process the Dimensions of a cube therefore I have a dynamic property : DimFolder -> String -> myServer\myCube\DimFolder Which sets the TreeKey of the Analysis Services Processing Task to set the DimFolder to the correct server. When I click on the parameters task and run is it ...Show All
Visual C++ Mental Block - CString to Char
I'm using MS VC++ 6.0 to create a data import tool to go from a text file into a specialised database. Anyway, I have a bunch of data records with their values stored in CString arrays, but I need to pass one of those fields as a char into a function. I'm just having one of those days where I know the answer is simple, and I will kick myself after (picture may be provided as evidence), but I just got a mental block right now. Any help would b ...Show All
Smart Device Development Pocket pc and Smart phone applications
Hi, I have some questions about pocket pc and smartphone application development with vs.net 2003 These maybe fundamental questions but i am a bit confused plz help.. I am planning to implement a health care website which can be accessed via the computer, the pocket pc and the smartphone.. 1)I need to know wheter i can do all the development and testing using the sdks..will i need to get a pocket pc or smart phone 2) the dat ...Show All
Visual C++ error C3861: 'exit': identifier not found
Hi, I'm trying to build an old code (main.cpp) where I'm using SDL. This is my first time using Visual Studio 2005 . I have included the following: #include <SDL/SDL.h> #include <stdio.h> #include <stdlib.h> int main( int argc, char *argv[]) { if ( SDL_Init(SDL_INIT_AUDIO|SDL_INIT_VIDEO) < 0 ) //SDL_Init will return -1 if it could not initialize { printf( "Unable to in ...Show All
.NET Development HTTP status 401: Access Denied
I am trying to programtically execute an MS SQL Server Reports Server Service in a web application. " /ReportServer/ReportService.asmx">http://<Server>/ReportServer/ReportService.asmx " I am receiving an "The request failed with HTTP status 401: Access Denied." I have tried using "DefaultCredentials" and Network Credentials that have local administrator rights on the Report Server computer. Below is the code I am executing. This same code ...Show All
Windows Forms DoubleClick event effect on all controls
Hi there I'm beginner and my problem is i want to make "DoubleClick" event effect on all controls like ContextMenuStrip you can see it's handle all the controls so is there any solution for this this is my code Private Sub Form1_DoubleClick( ByVal sender As Object , ByVal e As System.EventArgs) Handles _ Me .DoubleClick, FlowLayoutPanel1.DoubleClick, CpuGroupBox.DoubleClick, _ CpuGraphPanel.DoubleClick, CpuLabel.Doubl ...Show All
.NET Development Best Practices: Generating Serial Numbers which contain informations?
Hello Forum Users, i am working on a Software which can be registered by people and companies for variable period like 3 months, 6 months or one year and so on. For example, we receive the order from company X, purchasing the software license for 6 Months. Now we would like to use our own Serial number generator and pass in the name of the company and the period and generate a serial number, which will be delivered to the custome ...Show All
Visual Studio 2008 (Pre-release) Getting started with the XmlFormatter
I'm moving to using the WCF because the Xml rendering capabilities of .NET 2.0 don't support cyclic output (without writing it all myself). Specifically, I have a class structure that has the cyclic references and I want to serialize the classes out to a file on disk. It will then later be loaded and code execution will continue where it was left off. In my old (abbreviated) code: System.Xml.Serialization.XmlSerializer writer = new System ...Show All
Windows Forms Computer reset after running setup
Hi I'm using vs2005. With a publish tool I have created a setup files. When I'm trying to run setup file i can only see popup window giving me the choice [Install|Dont install] - when I press 'Install' I got computer reset :( Why is this happening What I did wrong :) In a publish tool I also got warnings according to publishing crystal reports resources Ex.: 'Warning 3 Unable to apply publish properties ...Show All
SQL Server Installation of SQL Express from my MSI
I've written an application that needs to also deploy SQL Express. In the MSI for my application, I want to install SQL Express. The problem is that when I call sqlexpr.exe, I eventually get an error that it can't install because another instance of MSI is currently running (my instance). I've seen posts on doing silent installs of SQL Express by extracting the setup package and calling setup.exe directly with a modified settin ...Show All
Windows Forms Move published application to another IIS server
I have published my application to a Web(IIS) Server, and ClickOnce is working fine for client side deployments but I would like to distribute this published application to a couple of other Web Server. Is it possible to do it without publishing the application again to these Web servers. ...Show All
Smart Device Development VS2005 Smart Device CAB building problems
Hello... I am having a problem building a CAB file for a .Net CF PocketPC application. In VS2003, I would just simply select the "Build CAB File" menu option and, like magic, a CAB file would be created that would include the necessary DLLs or other dependencies. The size of the file, including some 3rd party DLLs, was about 1.8MB. Now, using VS2005 I finally discovered that you have to create a separate CAB file project. Not d ...Show All
SQL Server 64-bit server deployment from 32-bit workstations
Our workstations (XP SP2) and development servers (2003 R2) are all 32-bit. Our Staging and Production SQL Servers are 64-bit (2003 R2 x64). We have some VB SQLCLR assemblies we've developed. My question is: Do we have to do anything special when deploying a CLR Assembly to a 64-bit box when it has been compiled on a 32-bit box Are there any advantages to setting the Target CPU from "AnyCPU" to "x64" Documentatio ...Show All
