Jason Yip's Q&A profile
Visual Basic classfactory cannot supply requested class
Operating System Version: Windows XP Home Problem Application Name & Version: Visual Basic .Net 2003 Error Messages: "ClassFactory cannot supply requested class" i have installed everything with no error and when i went to start a new project, i get the above error...i uninstalled and reinstalled multiple times and even used different setup discs and still get the same error...please help! I got simila ...Show All
Visual Basic programmicly find if a file exists in the GAC
Is there a coded way to find out if a file is installed in the GAC I cannot find a way to access the names of dlls installed. Are they stored in the registry Is there a .net call that returns true if the file is in the cache I need to know if the ReportViewer controls are installed on a machine before I call a report. If not installed then I can run ReportViewer.exe and install them. Rick This is probably ...Show All
SQL Server Cursor with parameters?
Hi, I'm kinda stuck with my function I'm creating. I want to iterate over a cursor in a cursor. I've found an example in the documentation of SQL server. The iteration is no problem for the first cursor, because that cursor is built up with a plain sql-statement with no parameters...however the second cursor should be executed with parameters which were fetched from the first cursor. I'm coming from Oracle and there it's very straightfo ...Show All
Visual C++ Visual Studio 2003 Compilation error
When I compile I get this error message LINK : error LNK2020: unresolved token (0A00004E) _DebugHeapTag Does anyone have any idea how I coul resolve the problem Any help would be greatly appreciated. Yacine Benahmed Assistant de recherche Yeah I think that's what the problem is, I contacted them and they told me that they didnt support .net and that I should use VC-6 which I dont really find interesting for the ...Show All
Visual Studio Express Editions C# Problem
Before installing the finished version of MS C# Express 2005 I reformated my HD and reinstalled a fresh version of Window XP-Home. After first installing VB Express 2005 which works fine, I installed C# Express 2005. Projects which were created before the final version of C# Express work fine. But when I try to open a new project I get the following dialog box: "The filename, directory name, or volume label syntax is incorrect ...Show All
Software Development for Windows Vista FileWatchService and State Machine Workflows
I have a question in regard to the FileWatcherService activity available for download and how to incorporate it with a statemachine workflow. I am developing a state machine that will react to files being dropped into a FTP store. Based on the file extension and name of the file, a new workflow instance will be started or a persisted one with be reloaded. In either event the appropriate state activity will run. The FileWatchService will need ...Show All
Windows Forms Beyond MDI
Hi- I'm looking to build a Windows Forms application that builds on the idea of MDI but goes a bit further. The functionality I want is the following: 1. Dockable child windows. I know there are controls out there that give you docking capability, but I need them to be child windows because of #2.... 2. Dynamically loaded child windows depending on the existence of a DLL in the application root. This is for add-on modules (dll's) that I'd like t ...Show All
SQL Server How to close all open "handles" to a SQL Server 2005 express DB?
Hello all! I'm trying to create an application which makes a copy of the database file it is using on application start and can restore it at any time, if needed (little project about SQL injection, so I need the copy ;-) ). This works fine, but as soon as I make my first connection to the db (connection_object.open()) and close it again I can not access the file anymore, because it is "in use by another process". How can I release all ...Show All
SQL Server Am I missing something???
So I'm using the new Microsoft SQL Server Management Studio (aka Enterprise Manager)... 1. So I load it up, add a few sql servers to it. Mess around, close it, open it again and lo and behold it didn't bother to keep any of my settings or any of the SQL Servers that I had added and anoyingly asks me for login information to add another one. Unless I'm missing something, you just threw out one of the best parts of Enterprise Manager. Please ...Show All
Windows Forms How do I fire the activate event on another form?
I think this is a newbie question. I have 2 forms. When I click on a button on form1 I want to fire form2's Activated event. How do I do this I want to fire the Activated event for form2 so that other code can be&nb ...Show All
SQL Server Failed to decrypt protected XML node
Failed to decrypt protected XML node ... blah blah. Looks familiar, right Package Protection mode is : EncryptSensitiveWithPassword Package runs fine from within BIDS. Close package. Open package - asks for password. So far so good. When running from command prompt with: dtexec /File "C:\Program Files\Microsoft SQL Server\90\DTS\Packages\MyPackage.dtsx" /De mypassword Get that cryptography error. Doesn't happen for other packages... what can I ...Show All
Visual C# ActivityLog.xsl
Does anybody know where I can find file " ActivityLog.xsl " It appears as formating file for batch compilation log file. Dear Customer, Since so far we did not support attachment in Forum, I directly post the file here. If you still have any concern, please let me know your email, so that I can mail to you directly. +++++++++++++++++++++++++++ActivityLog.xsl++++++++++++++++++++++++++++++++ ...Show All
SQL Server Interactive Sort on date field
I have an RS 2005 June CTP report where the data source is an MDX query against AS 2005 June CTP. I'm using Interactive Sort on several columns and it's working fine for the numeric and string fields, but it's sorting the date columns alphabetically instead of chronologically. Is there a way I can specify that these fields are date fields and should be sorted chronologically Thanks, Dirk ...Show All
.NET Development Can WMI be connected over HTTP?
Hi i like to know if WMI can be connected over HTTP. If so how can this be done Thanks Hello, No, and Yes. Currently shipping versions of Windows do not natively support tunneling WMI through HTTP. However, the next version of Windows Server, R2, will support it via WSMAN (WS-Management tool). There is a new WS-management standard for carrying managementcommands as SOAP messages over HTTP. You can find some mo ...Show All
Smart Device Development Redistributing static libraries?
I have a static library which is currently available on Win32, Win64, Mac OSX and Linux. However I'm interested in a qualified opinion if it's realistic to create static libraries on Windows CE My library is written in C++ but exports a C frontend. However I'm in doubt. There exist atleast 4 different processor types (x86, mips, sh and arm) and on top of that lots of different SDKs. I mostly only use CRT functions, STL and a few Windows specif ...Show All
