Raguvind's Q&A profile
SQL Server Error on Configure Web Synchronization Wizard
Got the following error on the last part of the wizard, after setting all the requirements: Setting the snapshot share permissions (Error) Messages The operation completed successfully. (Exception from HRESULT: 0x80070000) (mscorlib) Any tips thanks No, the machine where the publisher is located is running on Windows Server 2003... Thanks for the reply ...Show All
Visual Studio crystal reports viewer
Using VS 2002 and Crystal Reports 10. the crystal reports viewer tool when dragged onto the screen does not display the text. it's just a little box that you can only move up. We just got new pcs and reloaded Visual Studio and Crystal reports X and now the cr viewer just shows the little box. Is there something we need to do to correct this ...Show All
SQL Server Execute Process Task syntax problem
Hi I want the following command processed by the "Execute Process Task": c:\relog.exe c:\perflogs\log.csv -f SQL -o "SQL:PerfCounters!PerfCounters" relog syntax: relog [path to file] [-f: to SQL format] [-o to output SQL:Databasename!DSN"] The name of the file I want to be processed by the windows relog utility is a variable which is created by another preceding task: User::Variable In the "Execute Process Task" there are three parameters I have to use: Executable: which I think needs to be relog.exe Arguments: C:\Perflogs\ User::Variable -f SQL -o "SQL:PerfCounters!PerfCounters" WorkingDirectory: C:\Windows\System32\ As you can see in the Arguments, it's not going ...Show All
Software Development for Windows Vista Crytpographic New Generation
Hi, I downloaded and installed the CNG, but I use it for first itme, more, I use Visual Studio for fist time, and I have any problem to use it... more exactly I don't know the step to use the CNG for create a key exchange with Elliptic Curve (ECDSA!!!).... Can you help me Sorry for no perfect english Bey Gufo ...Show All
SQL Server Cannot Launch DTA - Failed to open new connection
Installed SQL 2005 STD and installed SP1 for SQL on a Windows 2003 STD server. I launch DTA and I am logged in with the same windows account which the SQL services use and I get the following message: =================================== Failed to open a new connection. =================================== Could not find stored procedure 'msdb..sp_DTA_help_session'. (.Net SqlClient Data Provider) ------------------------------ For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&ProdVer=09.00.2047&EvtSrc=MSSQLServer&EvtID=2812&LinkId=20476 ------------------------------ Server Name: FHCMS,1433 Error Number: 2812 Severity: 16 State: 62 Line Number: 1 ---------------------------- ...Show All
Visual Basic Package and Deployment Wizard - Error number 457
I am starting to package a VB application. The error occurs while the wizard is "searching for additional dependencies". The error is "Unexpected error number 457 has occurred: The key is already associated with an element of this collection." Need help trying to get past it. Please advise. Thanks. mjd918 check your ocx and dll required files as one of these might be missing and need to be added. i had the same problem with a project that needed two exe files and one of them needed the common dialogue control, which i had to add manually hope that this helps ...Show All
Community Chat zune not recognized by PC
My PC will not recognize my zune, any other device i hook up usb i getthe old DOng ding sound and it shows up. When I hook up the zune, I get nothing. This is the second zune and third cable, it will not even charge on my PC and yes i have 2.0 usb. Any help would be great. Thanks Chad K I tried it, it still doesn't help. I've tried everything on the zune help site and the windows help site. I guess I"ll call Zune again. Now it's between getting my money back for the Zune or getting a new pc. My daughter's ipod nano works just fine, but my poor son has a $250 fm radio! ...Show All
Game Technologies: DirectX, XNA, XACT, etc. What are the recommended books and sites for learning C# so I can then make a game using XNA?
XNA has made game development easy, but to use the XNA framework you still have to be able to develop with C#. You don't have to be an expert, but you do need to understand the basics of Object Oriented development and the general syntax for the C# language. That's great for those of us who are already developers, but there are a lot of people interested in XNA, that are not already developers (and some of them are developers who just haven't given C# a try yet). Every time a new game developer hopeful comes into the forums frustrated because they don't understand the code or where to start, we give them a generic answer about taking some development classes, find some books on C#, check out some C# tutorial sites or point them towards To ...Show All
Visual Basic Creating Tool Panels simular to Visual Studio Slide in, Slide out with pinning. how does on create those?
Hi All, trying to figure out which tools to use to create slide in/out panels to add objects to simular to what is in the Visual Studio IDE. My Goal is to allow Pinning, but to automatically get the selection panels to slide out of the way making more room for the end user working area. We are using VB.net for this pilot, has anyone had success at creating these types of panels Thank you Very Much for your assistance, Steve Thanks Ken, the link had a bunch of people looking for the same thing. Apperciate it!!! Cheers, Steve ...Show All
Game Technologies: DirectX, XNA, XACT, etc. .NET 3.0 WF inside XNA
Folks, I know this is a forum for game developers and us "enterprise guys" should stay away, but I had a cool idea and I wanted some validation. I've done a truckload of coding with the Windows Workflow Foundation, and recently I've been experimenting with packaging up stacks of XOML-only (portable!) workflows inside System.IO.Packaging.Packages (basically ZIP files, but accessible via Streams and .NET). Let's say I've got a 3D space environment. I've got a player floating around in a ship model. But I've also got say, 10 different enemies. The 10 enemies are really just 5 instances each of 2 different enemy types: the hunter and the drone. In an ordinary case I would create classes for the hunter and for the drone, and as soon as they wer ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Exception throw by GraphicsAdaptor???
Hi, I am getting a weird exception throw from 4 PCs that have the XNA 1.0 redist installed. I have a development PC that is executing the game perfectly, but the other 4 PCs (Windows 2003, Vista and XP SP2 based) throw this exception: The type initializer for 'Microsoft.Xna.Framework.Graphics.GraphicsAdapter' threw an exception. Is anybody else having this problem The project I am distributing is just a WindowsGame project, unaltered. Your problem is most likely related to these two lines Dim XNAGraphicsAdapater As Microsoft.Xna.Framework.Graphics.GraphicsAdapter = Graphics.GraphicsAdapter.Adapters.Item(0) Device = New Graphics.GraphicsDevice(XNAGraphicsAdapater, DeviceType.Hardware, ...Show All
SQL Server Pivot Select
Hi, I'm able to get Pivot to work but I'm having trouble limiting the record set. I want it to select only records from this FiscalYear. I have a table with a field called CurrentBudgetYear that I use as a control. So FiscalYear should equal CurrentBudgetYear but my results include all FiscalYears. SELECT ProjNo, TaskCode, [1] AS P1, [2] AS P2, [3] AS P3, [4] AS P4, [5] AS P5, AS P6, [7] AS P7, AS P8, [9] AS P9, [10] AS P10, [11] AS P11, [12] AS P12 FROM (SELECT e.ProjNo, e.TaskCode, e.FiscalPeriod, e.ActualAmt FROM tblActualExpend AS e INNER JOIN tblBudgetConfig ON e.FiscalYear = tblBudgetConfig.CurrentBudgetYear )p PIVOT ( SUM(ActualAmt) FOR FiscalPeriod IN ( [1], [2], [3], [4], [5], , [7], , [9], [10], [11], [12]) )AS pvt ORDER BY ...Show All
Visual C++ MoveWindow MFC Method
I have an OnInitDialog handler which uses MoveWindow MFC method to intialize the dialog's position and size on program start. This works. I have a OnDisplayChange handler for the WM_DISPLAYCHANGE message that uses MoveWindow to reposition and resize a dialog based upon the display orientation. I have a 3 second sleep at the end of the OnDisplayChange handler for testing. During the sleep, the dialog is in the correct position and is the correct size. However, after OnDisplayChange exits the dialog is moved to a new size and position which is incorrect. Does someone know what is going on Thanks Hello Re: MoveWindow MFC Method The more appropriate place for your question is prob ...Show All
Visual C++ RegistrySettingsProvider
I'm using the RegistrySettingsProvider MSDN example to save settings in my WinForms application, but I have a couple of questions. First, When calling SetPropertyValues(), the app would fail when using SerializedValue. I then added code to check for propval->Deserialized to determine if I should use propval->PropertyValue->ToString() vs. propval->SerializedValue. Why does this happen and why is this not needed in the MSDN example Second, I now have an issue where I can compile and run my code in debug mode, but in release mode I get an unhandled exception of type "System.TypeLoadException". Could not load type "Namespace.RegistrySettingsProvider" from assembly Namespace, Version=1.0.2531.22047, Culture ...Show All
Visual Basic TROUBLE Inserting dat into access database
I am having some trouble inserting a date into a access database, I have tried sever different ways but always get something like - cannot change date to an integer. Dim theOleDbCommand As New OleDb.OleDbCommand( "INSERT INTO DATASHEET ([TODATE], ACCESSUSER,DEPTID,TOWN) VALUES ( , , , )" ) theOleDbCommand.Connection = New OleDb.OleDbConnection(connectionString) Dim p0 As New OleDbParameter( "@p0" , Me .TODAYSDATE.ToString) p0.Value = Me .TODAYSDATE.ToString theOleDbCommand.Parameters.Add(p0) Dim p1 As New OleDbParameter( "@p1" , Me .theUserNameOnly) p1.Value = Me .theUserNameOnly theOleDbCommand.Parameters.Add(p1) Dim p2 As New OleDbParameter( " ...Show All
