MaGa820's Q&A profile
Visual Studio Error installing prerequisites
Hello, I've create an installation program in VB.NET that add the following prerequisites. .NET Framework 2.0 Beta SQL Server 2005 Express Edition Beta Every computer I installed the application properly downloaded the prerequisites. However with the latest installation I receive the following message and the installation cannot continue. Setup has detected that the file 'C:\DOCUME~1\JSO1\LOCALS~1\Temp\VSD115.tmp\dotnetfx\WindowsInstaller-KB884016-v2-x86.exe' has changed since it was initially published. Can anyone shed some light on why this error message is happening. Thanks Yeah, I'm getting this error as well. I've searche ...Show All
Visual Basic Music .cda files
I have an application with an embedded media player. I would like to be able to load music files from a cd into my file system for use by my application. I am confused about the .cda file extension on music files. Is there a way for me to actually load the music files directly from the cd using vb.net 2003. Thanks, Fred Hi Fred, The .CDA file is the CD Track which means that is a CD Audio. That CD can be put into the CD Player. Based on my knowledge, you can use the Rip function in Window MediaPlayer to convert the CD into WMA or MP3 file on disk. Please NOTE the license for the music CD product in your country. A ...Show All
Visual Studio 2008 (Pre-release) LINQ lambdas in C++?
Hello, When will the lambda support from LINQ be available to C++ Thanks, Alex. Why not Its sounds like Microsoft would like to phase out C++ and J# altogether. I would assume you can still reference the assembly's and call the functions without having special syntax. ...Show All
Windows Forms To open a new DataGrid using the DataGridViewButtonColumn
Hi I'm new to MS C# 2005 Expression Edition , and was hoping that anyone please help me with the following problem: I have a button ( DataGridViewButtonColumn ) in a DataGrid. What i want this button to do, is to open a new DataGrid when one of the buttons are pressed. Help would be greatly appreciated. ...Show All
Visual Basic SetPrinter
I am trying to use SetPrinter to set a printer offline/pause/resume and its throwing an error 87 from the Marshal.GetLastWin32Error(). I am using the following declaration for SetPrinter <DllImport("WinSpool.drv", SetLastError:= True )> _ Public Function SetPrinter( ByVal hPrinter As Int64, ByVal Level As Long , _ ByRef buffer As Long , ByVal Command As Long ) As Boolean End Function and following call If Not SetPrinter(hPrinter, 0, 0, PRINTER_CONTROL_PAUSE) Then Throw New ApplicationException("Cannot pause printer " & Marshal.GetLastWin32Error()) End If to PAUSE the printer. Any suggestions ...Show All
Software Development for Windows Vista what should I missing to use VS 2005 extension
In builds 5219 and 5231 aero glass worked fine in my ati radeon 9250, now in build 5259 doesn’t seems to work anymore, even with the "enablemachinecheck" tweak. What’s wrong A quick guess would be you are using a different driver now, proably an in box one that isn't LDDM since the 5259 build isn't a public and would probably not have a supplemental driver pack. you shouldn't be using this build unless you are a TAP member and if you were one of those, you shouldn't be post your issues here. I would recommend going back to the 5231 build until next week when according to many news sources we a ...Show All
Windows Forms Form generates MouseEvent upon Showing?
It appears that when a Form is created (or perhaps "Show"n), it generates a MouseEvent. Is this correct If so, is there a way to disable this feature/nuisance I checked the MSDN Library, but I did not see any solutions. Thanks. You don't need any bool values to determine when the Form has been shown. Show event will tell you this, so you just need to handle Show. ~Bogdan ...Show All
Architecture Biztalk server 2004 Data Access
Can I use a Data Access tier without writing a adapter in biztalk 2004 for a receive location Well, perhaps you could provide more info about the issue, but you could expose data access tier with web services and use them to "speak" to BTS. ...Show All
Visual Studio 2008 (Pre-release) Sparkle Interactive Designer (on Windows XP)
I am trying to install Sparkle onto my laptop, it is xp (sp2) iwth Office 2007 beta 2, VS2005 and the various .net frameworks and betas including WinFX Runtime Components Beta 2. Everytime I try to install the error asks for me to install "windows presentation foundation 6.0.5295.60113". I am puzzled as I had no problems with Graphic Designer or Web Designer and all 3 betas will install fine onto my desktop Can anyone pinpoint what 6.0.5295.60113 is and how I can either download it or transfer from my deskotp pc No older version. This is a fresh install of xp (sp2). I installed IIS, Office 2007, Visual Studio 20 ...Show All
SQL Server Setup failed - no package <sqlncli.msi>
I tried to install a sql 2005 desktop engine. This fails with the error: An installaton package for the product Microsoft SQL Server Native Client cannot be found. Try the installation again using a valid copy of the installation package ‘sqlncli.msi’ I used a fresh, new download SQLEXPR.EXE. What shall I do Thanks for your post, it saved me bunches of time. I removed the SQL items using control panel, then ran CD:\wcu\sse\sqlexpre.exe from the VS2005 media. I'm good to go. Thx again. ...Show All
Visual Basic Add combox in Datagrid 2003???
Dear Team DO you have a simple code for adding a combobox in datagid Thank you very much I have added a text file with some extra comments... The code I have sent assumes you want a databound combobox in the datagrid Let me know what you think and see if you can follow my code... ignore the bits where I build a DataTable... it's just so that you can see data in the table and comboboxes when you run the Form... ...Show All
.NET Development Asynchronously Network Streaming Robot Servo Data
First, a bit of background: I'm rather new to programming in general, but I've read a good VBE book and most of the .NET help file, and am currently working on learning VC#. I'm building a biped robot made up of 19 servos and a servo controller. I'll be using my laptop's wireless card and a WiPort Module to create a network bridge between my computer and the servo controller. I need to write an asynchronous network stream to communicate back and forth, because I cannot afford the added time that waiting for a response from the servo controller would take if I were to write a synchronous stream. In about a week, I ...Show All
SQL Server How To Execute an Oracle Stored Procedure from DTS
In SQL Server 2000 DTS How do I call and oracle stored procedure I've tried using the Execute SQL task with the Exec <my procedure name> ; and it errors. I've been searching for the answer on how to execute Oracle Stored procedures from DTS without any luck. The stored procedure creates the table and data that I want to pump into SQL Server. Any help would be greatly appreciated. Thanks! That's right. I've tested that syntax with a simple code in the stored procedure and the DTS worked successifully. When I tried a more "complex" code like "insert into &l ...Show All
.NET Development New install of VS
I got a new machine and installed Vis Studio 2003. It worked fine on my ole one. Now, whenever I create a web project it waits and waits and then returns the error - Cannot open or create this application because your browser is configured to use a proxy server for the local server. Anyone know what this means - how I change it Thanks, Dave Tried that - it lets me change things, but I still get the message. Is there are config in Vis Studio that might effect this ...Show All
Visual C++ unhandled exception in [my app.exe] NTDLL.DLL 0xC0000005: access violation
Hello, I am having problems with the above error which pops up when I try to run my application. The problem only occurs when I try to add the following to my program (if i remove the code again it runs fine): I was trying to add a control for a combobox and found what i needed on the following thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=282849&SiteID=1 Using the Class Wizard I added the control variable and thus all the code mentioned in the article was added to the appropriate places automatically. But then this access violation error appears when i execute the prorgram. Hope someone can help! Tha ...Show All
