Rune Gulbrandsen's Q&A profile
Software Development for Windows Vista Drivers for Vista and Inspiron 9400
Hi, I need information about what are the drivers that I need for windows vista and Inspiron 9400 . I am getting the following messages just before the install begins and a few of the app compat reports that were generated upon different setup failures. The reports say .. Update after installing Windows Install new versions of these programs Base System Device 1394 Net Adapter My configuration of Inspiron is Inspiron 9400 (2.0 GHz; 2.0 GB RAM; nVidia Geforce Go 7800 w/256 MB.. Where do I get new versions Thanks in advance.. My setu ...Show All
SQL Server How to achieve the last Time-selection while iterating in the time-dimension itself ?
Hello I try to explain my problem with an example: Page-filter Fields: &[Year 2003].&[Jan].&[3], &[Year 2003].&[Jan].&[4], &[Year 2003].&[Jan].&[5] (=Multiple Item Selections) Range in days = 3 days Behind the scene: [ ] [Mutation] Year 2003 Q1 Jan 1 2 3 3 (=DayRange-1+1) 5 4 2 (=DayRange-2+1) -2 5 1 (=DayRange-3+1) 3 6 I want to achieve this kind of calculation behind the scene: (3*5)+(2*-2)+(1*3) = 14 [Measures].[MyCalc]= Sum( Head(Existing [Date].[Days], 1).Item(0) ...Show All
Windows Forms Is it dead?
It would be a shame if the interest in terrarium completely died out while waiting for a new 1.1 version. Several months ago, there was mention of releasing the source. Any chance Microsoft would go ahead and release it and let the users work out the problems Yeah, it would be a shame. Everytime I ask Mitch when v ...Show All
Visual Studio Team System TfsWarehouse and Analysis Services Failures
I noticed when running reports that the reports always showed: "Report Generated: 12/8/2005 3:32:53 PM by TFS\Administrator; Last Warehouse Update: 24/11/2005 14:46:30" This explained why all my activity over the past weeks has not been showing up in reports when I run them. I fiddled with: " http://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx " as per: " http://blogs.msdn.com/buckh/archive/2005/04/19/409886.aspx " and set the interval to every ten minutes and even invoked the "run" web service. This is clearly not working and I am getting errors in the event log posted below. Any ideas Event Type: Error Event Sou ...Show All
Software Development for Windows Vista Beta 2 SDK Samples - HelpDesk Web App
REF: HelpRequestWorkflow.cs Builds OK, but on trying to view the designer I get: "Error loading work Flow." An Error occurred while loading the workflow. Please correct the following error and try reloading the document to view the workflow. The variable 'receiveData3' is either undeclared or was never assigned. I has a look at code behind - and it does seem the variable is assigned and declared OK beats me... ...Show All
SQL Server Server Error Trying to Connect To Local SQL Database
I get the following server error locally, when trying to connect to a local database. I paste the connection string using the properties panel in vs 2003, but I can't seem to get it to connect and pull data. The furthest I get is pulling the column names into a datagrid, but no data. The server error is sporadic. Keyword not supported: 'provider'. Here is the code, thanks for any guidance: Imports System.Data Imports System.Data.SqlClient Public Class promo_code Inherits System.Web.UI.Page # Region " Web Form Designer Generated Code " 'This call is required by the Web Form Designer. <Syste ...Show All
SQL Server Can't precompile script
Hi, with a script task I get an error "This task is configured to pre-compile the script but the binary code is not found. Please visit the IDE in Script Task editor by clicking Desing Script button to cause binary code to be generated". Well, if I do so the error doesn't disappear. The only chance I have is to switch of precopilation, which is quite a performance issue... I have no idea where this error is comming from... The script is quite easy, just some string and file operations (find out file change date using system.io)... Any idea This is an old one, but I just had the same problem and just noticed that m ...Show All
Software Development for Windows Vista No Templates
Hi, After installing and reinstalling the VS extensions for WF (long with the latest beta 2) I do not get the templates for workflows when adding items to my projects. The weird thing is, a colleague created a project on his machine (where it is working OK with an earlier beta) and then gave me a copy of the project. If I right-click that project I do get the templates. But only for that project. As soon as I try my own, it doesn't work. Any thoughts Thanks, Kent That didn't fix it, but thanks for the info. To circumvent the issue (for now) I copied my colleague's VS project and added it to my s ...Show All
Microsoft ISV Community Center Forums close excel when finish
hi, i am importing files from excel to access. the problem is that when i finish importing the excel process (in task manager) is still running. is there any way to terminate the process from VBA i tried "close" and "quit" mothods and it's not working. this is my code: Public Function ImportFile(xlFile As String, tbl As String) As Boolean On Error GoTo errorHandler Dim ObjXL As New Excel.Application Dim ObjXLBook As Excel.Workbook Dim ObjXLSheet As Excel.Worksheet Set ObjXLBook = ObjXL.Workbooks.Open(xlFile) Set ObjXLSheet = ObjXLBook.ActiveSheet Row = 1 Col = 1 While (ObjXLSheet.Cells(Row, Col).Va ...Show All
Visual Basic Comparing 2 strings at character level
I am looking for a way to compare 2 strings and calculate the number of differences between them using visual basic Example compare "THE NETHERLANDS" WITH "THA NOTTHERLENDS" should give back an value of 4 based on 1) "E" in first string position 3 does not match with "A" in second string position 3 2) "E" in first string position 6 does not match with "O" in second string position 6 3) Extra character "T" found on position 8 of string 2 4) "A" in first string position 12 does not match with "E" in second string position 13 Can anyon ...Show All
Visual Studio Team System How do I download Team Foundation Server (Full) ???
I have an MSDN subscription (Visual Studio 2005 Team Edition for Software Architects). When I go to subscriber downloads, under "Team Foundation Server", there are two products listed: Visual Studio 2005 Team Foundation Server Trial Edition (English) Visual Studio 2005 Team Foundation Server Workgroup Edition (English) How do I get the full version of TFS Thanks After spending many days trying to figure out this, I've finally understood... First of all, let's get one thing straight. Regardless of you MSDN subscription level and/or your Certified Partner level. The Micros ...Show All
Visual Studio Team System COM Classes Exceptions
It looks like the interface created by .Net for COM classes does not seem to conform to the FxCop rules. Here are some of the exceptions I am getting for the simple class below: Error, Certainty 95, for IdentifiersShouldNotContainUnderscores "Remove all underscores from type '_ProverLinkEventArgs'. " Error, Certainty 95, for IdentifiersShouldHaveCorrectPrefix "Prefix interface name '_ProverLinkEventArgs' with 'I'. " CriticalError, Certainty 95, for IdentifiersShouldNotHaveIncorrectSuffix "Rename 'isr.IO.Provers.ProverLinkEventArgs+_ProverLinkEventArgs' so that it does not end in 'EventArgs'. " NestedTypesSho ...Show All
Visual Studio 2008 (Pre-release) Styles as Resources
Hi, I have a ControlTemplate defined as a resource: < ControlTemplate x:Key = " MyTemplate " TargetType = " {x:Type Control} " > <StackPanel > <StackPanel .Resources > < Style x:Key = " Style1 " TargetType = " {x:Type Rectangle} " > < Setter Property = " Fill " Value = " Red " /> </ Style > < Style x:Key = " Style2 " TargetType = " {x:Type Rectangle} " > < Setter Property = " Fill " Value = " Green " /> </ Style > ...Show All
Visual Studio VS 2005 Professional Retail Version - Installation problems - LoadSetupObjectGuid() : vs_setup.dll
Hi, Can't install VS2005, released version on my WinXP Prof (Swedish), laptop. Started with a clean ghosted mashine yesterday with no beta or any other old stuff. Installad XP_SP2, WindowsInstaller 3.1. Run the installation (VS/setup.exe), 65 files are copied to the temp folder, the installation wizard starts and "Setup is loading installation components" and the progress bar stops after approx 40% I check the temp folder and in the dd_vserror80.txt I find: [11/07/05, 19:11:01] setup.exe: [2] ISetupModule::SetManager() failed in ISetupManager::LoadSetupObjectGuid() : vs_setup.dll Anyone having some suggestions what can be wrong /Erik ...Show All
Visual Basic VBA SDK 6.3 Merge Module
Hey, I'm after a merge module from the VBA 6.3 release. Any idea how I can get a copy of this OfficeSharedIntl10.msm ...Show All
