Jenssa's Q&A profile
Software Development for Windows Vista Platform SDK install error
Error 1329. A file that is required cannot be installed because the cabinet file C:\Windows\Installer\MSI504.tmp is not digitally signed. This may indicate that the cabinet file is corrupt. I believe this was the march 06 x686 build. Running xp sp2. error was thrown while installing this file... C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\src\atl\atl.cpp On dial-up so if there is any way to fix this locally, or just down ...Show All
SQL Server Text Qualifier {"} Not Working
I have installed Standard SQL 2005. I have a problem to import text file in db because of text qualifier {"} not working. Does anyone have the same problem Is it a problem in my installation Thanks for ant comments. Jian Try running the following line first: SET QUOTED_IDENTIFIER OFF Have a look at the following for details: http://msdn2.microsoft.com/en-US/library/ms174393(SQL.90).aspx ...Show All
.NET Development Resetting Web Services?
Hi all- I have deployed a set of ASP.NET 2.0 Web Services on a LAN server. I make changes to my services code, redeploy the website, but the old version of my web services still show on the server. How do I reset Web Services on the server so that I can see the new ones I've created Thanks! Are you referencing the service in another application and not being able to see the updated service definition Or ...Show All
SQL Server Setting Passwords In Connections Using Script Task
I have a situation where I have to read an encrypted password from a table and set the password and userID for the connections. I wrote functions to retrieve the data from a table, decrypt the password and UserID, and set the connection string for the connection. What happens, though, is that the connection string I wrote to the connection gets changed when reading it back so that the password is no longer included. Also, in testing the connecti ...Show All
Visual Studio Deploy in Production
Hi, I have created a small .net application which uses Crystal Reports(bundled Version).I have everything working on the development server.I have a webset up project & my .net project in a solution.Now I want to move the whole application to production.What should I do The production server just has .net framework installed. So I cannot created solution.If I just copy my projects to production will it work Thanks, Sudha Hi, I copied t ...Show All
Visual Studio Team System Static analysis/FxCop extensibility
I understand that the FxCop team no longer releases or officially supports their SDK for custom rule development because their code is evolving, especially in the stand-alone version. However, I presume that the Static Analysis capability bundled with VS 2005 must be near-complete, more stable and could be more reliably extended. If that's true, is there any way to obtain as-current-as-possible SDK documentation on the RC version of VS 2005's st ...Show All
Visual C# reading image from access database
hi i tried to read images stores as an OLE object in the database using this code: //ds is a dataset byte[] rawData = (byte[])this.ds.Tables[0].Rows[this.rowIndex] ; System.IO.MemoryStream stream = new System.IO.MemoryStream(); stream.Write(rawData, 0,rawData.Length); Bitmap bmp = (Bitmap)Image.FromStream(stream);   ...Show All
Software Development for Windows Vista cant reinstall
hi i have vista 5308 my comp is a hp pavillion (4gb ram 2*500gb HDD) OS-Win XP Pro 32 bit i installed vista but then decided to format my pc and re-install vista now, after i enter my serial and click on next, i get this error message "the procedure entry point DecodePointer could not bbe located in the dynamic link library KERNEL32.dll" on clicking OK the installation window says that my product key is wrong ( ...Show All
Smart Device Development VS2005 and Simbian OS is it possible?
Is there a possibility to program Simbiam OS with VS Please direct all Symbian related questions to Symbian related news groups. Thanks. ...Show All
Software Development for Windows Vista DirectX AudioVideoPlayback Managed Interfaces for .net 2.0
I was told that "AudioVideoPlayback wraps DirectShow which has been moved out of the DirectX team and into the platform SDK." Is there a .net 2.0 SDK supporting AudioVideoPlayback interfaces Have you looked at http://DirectShowNet.SourceForge.net I believe this can be compiled with VS2005. While there are some warning errors , I believe they can be ignored. ...Show All
SQL Server Joining two fields to single field
If I have a database table with the following columns: ID Other_ID Description And I want to join the two ID fields to one field in another table that contains the following fields: ID Name How would i do that Here is some sample data and what I would like returned TABLE1 ID Other_ID Description row 1 1 2 Number1 row 2 3 1 Number2 TA ...Show All
Visual C# Immediate window: how to pass literal array
Here's a basic question: In the immediate window, I can call Main: for example if main is defined as static int Main() then I can do: Program.Main() in the immediate window and get the int returned. BUT: how do I pass a string array to Main (or any function) via the immediate window Program.Main({"a", "b"}) doesn't work. class Program { static int Main( string [] args) ...Show All
.NET Development How to implement GetFunctionPointerForDelegate function in .NET 1.1
I try to wrap some native win32 api, but it is need the callback to be the parameter of SendMessage. I solved this by using the new GetFunctionPointerForDelegate function in .NET 2.0, but in .NET 1.1, I found no way to do the same thing, I also found the Delegate.Method.MethodHandle.Value, Delegate.Method.MethodHandle.GetFunctionPointer() and the return value of GetFunctionPointerForDelegate function are different. I was confused. How can i impl ...Show All
Visual C# Validation Philosophy
I am working with a Winform in VS 2005. I have been reading some books lately that say that using the error provider and checking it when you save or exit a form is a better, (less intrusive) way of doing validation than putting up dialog boxes. I see the wisdom to it but I wonder what should happen when you have many records in a form That is, lets say I have a winform with the Standard menu and toolbar on it that VS creates automatically, b ...Show All
SQL Server deleting sql server 2005 deployed packages?
Hi there This is probably a dead easy question. I have deployed 3 SSIS packages to sql server, but now i cannot find any option anywhere to delete them How do i delete SSIS packages from the SQL Server instance they were deployed to Thanx KirkHaselden wrote: Oh, and, you're welcome for the post too Sean. :) Oi, I'm claiming all the credit for this one :) ...Show All
