outlaw's Q&A profile
Visual Studio Team System The ASP.NET 2.0 QFE is not installed on this computer
Hi All, I have been trying to install VSTFS all week and have finally almost got to the point where it will actually install but I get the following: The System Health Check has detected a problem that will cause Setup to fail. Description The ASP.NET 2.0 QFE is not installed on this computer Workaround / Remedy ASP.NET 2.0 QFE 4014 is a prerequisite for this product. You must first install ASP.NET 2.0 QFE 4014, which i ...Show All
Smart Device Development DrawString to PictureBox Got Exception VB.Net
I have a PictureBox on the Form. The Graphic object is getting from that PictureBox for drawing. I drew a string. Ran fine in emulator. However, when ran in device with pocket pc platform, I got exception. There is no specific error. How come There is something very wrong in your description. As far as I know, PcitureBox.CreateGraphics is not supported so I am having trouble accepting your assertion that this c ...Show All
Visual Basic Debugging error - Operation Could not be completed
Hello, I am running on the VB8 and expirienced an error during debugging after some changes in "My project" area. I have noticed (on two different machine) that after change for example Startup Form or Security Area, I am not able to debug program any longer. An error appears, telling me that: The Operation Could not be completed. After clicking OK (nothing else is available) and next try of debugging, another error message ap ...Show All
SQL Server SQL 2005, multiple instances - what about ports?
When multiple instances of SQL 2005 are installed on a cluster or standalone server, is it best to have each instance configured to listen on a different port or will one port for all do We don't use port 1433 and the port we do use is blocked at the firewall. I'd like to standardize on one port for all instances but I'm not sure of the ramifications. Any thoughts Thanks. You have to use one port per instan ...Show All
.NET Development find my external ip address not internal
hi, anybody know how to find the external (real) ip address using vb.net/c# thanks t Hi, I'm not sure what you ment as external ip. However, You can use Request.UserHostAddress or Request.HostName for this of the HTTPRequest class. Regards, ...Show All
Windows Forms Paint Event Problem
I have a Windows application that overrides the Paint method to change the presentation of the form. Basically, it paints a red border around the edge of the form. I also have a couple of panels that fill up the form. One is docked to the left and the other fills the remaining space. Each of these panels also has an override to the paint event. The overrides are in the Form1 class. The problem: The project solution compiles and runs just ...Show All
Visual C# get duration form WMA & WMV
hi all, how can I get the meta data for wma or wmv files like (duration). can any one help thanks Hi This blog entry should answer your question: http://blogs.msdn.com/tims/articles/100730.aspx Michael ...Show All
SQL Server HyperLink Column value is not displaying with the blue color?
Hi all, In my Report, I am using column value with (Jump to Report) hyperlink action, while displaying it in the report, it is not displaying with default blue color. After visiting the report or URL site, it has to change back to red color. I have checked my HTMLViewer.css file. And I have created the custom CSS file with set of HYPERLINK color combination, but it is not displaying anything at all. /ReportServer/Pages/ReportViewer.aspx ...Show All
Smart Device Development Strange problem ... form closes undeterministically
Hi All, I would like to ask some of these problem (sorry in advance for quite a long question). If someone has any idea, I really appreciate it. :-) 1. What is the minimum memory requirement that should be reside in the system In Dell Axim, my system's WINDOW FORM (the application still working at the background as I can hear the sound) sometimes closes when the memory is being used til approximately 12 Mb. 2. The window form SOMETIMES ...Show All
Visual C++ How to decide the errors
hoh to decide the error C2039 a exist... i have 2 forms, form1 and form2. in form1 i have a button, and when i click in this button, will open form2. whats the code to do this ...Show All
SQL Server Execute a SSIS master package through an ASP.NET web app
I am trying to execute a SSIS package via a web application built in c#. I found a sample to read the output of a data flow task, but I'm stuck. If I build the command line syntax for the package, create a DtsConnection object and set the connection string to the syntax, what else do I need to do Thanks. Clay A call to the Variables collection with an index or name will return a Variable objec ...Show All
Windows Forms ClickOnce and Apps that dynamically load assemblies without knowoing in advance what they are
I have an application (VS2003 currently) that dynamically loads dll's which contain data entry forms, reports and other classes for a variety of tests. Each test has a separate dll. The dlls are not compiled into the application, but dynamically loaded. Here is how that works: Each dll is named with a pattern that includes the test name: eg FieldTest_ABC.dll or FieldTest_XYZ.dll. Based on the user selecting which test to load u ...Show All
Visual C# PublicKeyToken=null' could not be loaded
I have an bunch of different versions of unmanaged SDK's. Each SDK contains files: 1. unmanaged.h C++ header file: // Unmanaged C++ EXPORT class UnmanagedClass { public: UnmanagedClass(); ~UnmanagedClass(); void SomeMethod(); int someField; ... } 2. unmanaged.lib 3. unmanaged.dll - all SDK dll's have same name In my application I have to force SxS execution of these different ...Show All
Visual Basic Setup Project: Custom Action and Strong Name Validation
Hello, I have developed a windows application and compiled its setup. In the setup I use a custom action to execute some code after the installation is complete. I was running some tests on the installation and recently faced a problem. If I install my application in a certain directory, then create a new version of the application and build its setup and try to install it in another path (directory) I get a System.IO.FileLoadException: ...Show All
Software Development for Windows Vista Microsoft.SharePoint.Workflow
hi. in some posts and in one presentation file ( http://www.sharepointcustomization.com/demos/webcasts/Workflow%20Options%202%20%20Document%20Library%20Events%20and%20Building%20Workflow%20Solutions%20in%20Sharepoint/GLS%20B/T419.ppt ) (T419.ppt) I see the references to the assemblies starting with Microsoft.SharePoint.Workflow . Could anyone give a clue where those assemblies could be obtained or which product they come with Thanks in ...Show All
