SuperCoder0101's Q&A profile
SQL Server Problem occurs when migrating a SQL Server 2000 database to a SQL Server 2005 server
When I try to migrate a database on a SQL Server 2000 server to a SQL Server 2005 server with the Copy Database Wizard of the SQL Server Management Studio, I'm confronted with the following problem; Performing operation... - Add log for package (Success) - Add task for transferring database objects (Success) - Create package (Success) - Start SQL Server Agent Job (Success) - Execute SQL Server Agent Job (Error) Messages * The job failed. Check the event log on the destination server for details. (Copy Database Wizard) When I take a look at 'Event viewer' on the SQL 2005 server, the following error is displayed; InnerException-->An error has occurred while establishing a connection to the server. When connecting to SQL Server ...Show All
Visual Studio Team System Sample Website, Database and WebTests
Hi, I am looking for a generic (e.g. IBuySpy or Duwamish) Website and Database that has WebTets already recorded ready for load testing. I would like to be able to use a standardised test to compare our current production environment with the new environment to guage how much more load we can handle on the new hardware. Any help would be appreciated. I don't think we have anything put together like that, but it shouldn't take more than a few minutes to record some basic web tests against the IBuySpy commerce sample. We use that site all the time since it's so easy to test against. Josh ...Show All
Smart Device Development Symbol Barcode Reader
Hi, When I use the Pocket PC 2003 emulator with my application that uses the Symbol.dll and Symbol.Barcode.dll (version 1.0.5000.7) the following line throws a NullReferenceException. this .MyReader = new Symbol.Barcode. Reader (); The same line (and the application) works fine if I use the version 1.0.5000.3 of the Symbol.dll and Symbol.Barcode.dll. Any ideas I am using VS2005 and CF 2.0 Thanks, -Suri Suri, Why are you using such and old version of the Symbol SDK The version 1.4 SDK for .NET is out and works much better then the previous versions I've used. My dll version is 1.4.1.1. ...Show All
Commerce Server Commerce Server 2007 - Starter Site error
I get this error after a fresh setup of the startersite: Server Error in '/StarterSite' Application. Wow....finally I resolve it; this error message indicates that Commerce Server could not populate the AllowedStatus table in the transactionconfig database. To populate the AllowedStatus table, open SQL Server Management Studio (open SQL Query Analyzer if you are using SQL Server 2000), and run the regiondata SQL script against the transactionconfig database. The regiondata script is located at %COMMERCE_SERVER_ROOT%\SDK\Samples\SiteCreate\. ...Show All
Visual Basic TNS error through visual studio connection string
I am trying to connect to an Oracle database (I think it is 9.x) on a network using VS 05'. I made a form (form1) and started adding a new data source (strongly typed). This is where I get the TNS error - ORA-12154: TNS:could not resolve the connect identifier specified. My tnsnames.ora file is correct, and I can connect to the server using PL/SQL, I just can't connect through VS. So my question is- does VS require the tnsnames file to be located someplace else other than in the Oracle directory I am able to connect without trouble on my laptop through VS without changing the directory location of the tnsnames file. datawhse = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = datawhse.home.com)(PORT = 1521)) ...Show All
Smart Device Development GetKeyState Method
hi, This is for an application in VB.Net on .Net Compact Framework (1.0). (PocketPC) I need to trap the Tab key as it is moved over the controls on the panel. There is a function GetKeyState in user32.dll. But I get a "NotSupported" exception when I try to use this function. Is there any substitute or alternative function that is compatible with CF. Thanks, According to MSDN, GetKeyState is supported by CE: http://msdn.microsoft.com/library/default.asp url=/library/en-us/wceui40/html/cerefGetKeyState.asp I suspect, you'll find it in coredll.dll along with everything else CE exposes. There is no user32.dll on WindowsCE. ...Show All
Visual Studio 2008 (Pre-release) Zoom in/Zoom out in the DLinq designer?
Hello! In the WebCast showing new things of the May DLinq CTP the guy showed zooming in/out of the DLinq designer. What should I do in order to zoom in/out of the designer Best regards, Henrik Dahl Hello! I have a Lenovo ThinkPad T60p notebook and as I press the CTRL-Key and use the button for making the trackpoint to act as a scroll wheel and use the trackpoint, the scroll icon shows up at the cursor, but no zooming in/out is taking place. Best regards, Henrrik Dahl ...Show All
Visual C# Pulling info off of a DB
I'm trying to pull info off of a SQL database on my network. Before I go any further, i should mention that I know very little about programming in any language, much less VC#. This is what I've got so far: protected void Button1_Click( object sender, EventArgs e) { this .TextBoxConnect.Text = SqlDataSource1(TextBoxConnect.Text); } I've got my DB on the Server Explorer, and it says it's connected. The error I get is: Error 1 '_Default.SqlDataSource1' is a 'field' but is used like a 'method' C:\ASPWebStie1\Default.aspx.cs 41 36 C:\ASPWebStie1\ So yeah, any help would be mucho appreciated Thanks, Cody I reviewed your messages and am still confused, but you ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Gaming groups or websites
I'm looking for a good 2D gaming development group or website. For example, DeviantArt is where artists go to share their work with other artists. Is there a game dev equivalent I'm a 2D, RPG developer typically. If you know of any other great communitys out there (apart from this one, of course), please let me know. Thanx! *jinx In my opinion, the premier, vendor-independent online socient for independent game developers is www.gamedev.net . It's been around for a long time, and hosts other well-known sites like NeHe (for OpenGL) and Wotsit.org (for file formats). ...Show All
Visual Studio Express Editions i have no dll template
hello there, i have a copy of visual c++ 2005 express edition, now when i want to crate a new file, there is no .dll template, and i really need it because i need to compile a .dll file for a game mod, and so far ive had no luck, if there is a template could you please point me in the right direction. thank you I haven't come up with that problem yet, so I don't really know. However, since I'm guessing you're using an Express Edition, it should be easy to Repair the application and recover any files. I'm sure you know the magic of Add/Remove programs ;) ...Show All
Software Development for Windows Vista validation failure when importing managed card from a file
After the signature is checked, what further validations are performed on a managed card while it is being imported from a .CRD file Is there a way to enable debugging to find out more about what goes wrong when it fails Upon importing a managed card I generated from a file, the signature appears to be validating (I'm past earlier error messages by adding the issuer's certificate temporarily to the trusted root CA list), however a dialog box appears with: The data present in a card could not be validated. and the import fails. The event log shows event 263 ... The following information is part of the event: An unexpected element was encountered during reading. The card was generated by the sample CardWriter for a ...Show All
Smart Device Development Error in Accessing SQL CE
Hi iam using Pidion (BIP 500) using CE NET 5.0. When i try to access Database (SQL CE 2005) in this Device iam Getting a error as Can't find PInvoke DLL 'sqlceme30.dll'. I tried the same application using EMulator its working well out there but only when it's run in the device its giving me the error. I tried to create a new SDF File using Query Analyser and it gave me a error as "Failed to Intialize the Provider. Please Make sure the SQL Server Mobile Edition is properly Installed" Anyone can guide me on this issue. Thanks in Advance Biju Nope my Program is working in the device (Pidion - Bip 5000) which has CE 5.0 as the Operating system. Biju ...Show All
Visual C# How do I limit ticks is a checkListBox to one at a time?
Hi, I am trying to use a checkListBox to select one of three options. I only want any one option at a time. I have found the following 2 instructions, which, I would have thought, would have done what I want, but I can still check all three boxes. this .checkedListBox1.CheckOnClick = true ; this .checkedListBox1.SelectionMode = System.Windows.Forms. SelectionMode .One; Incidentally, I tried this .checkedListBox1.CheckOnClick = true ; this .checkedListBox1.SelectionMode = System.Windows.Forms. SelectionMode .None; and this did whatI expected, I could not check any of the boxes. So, any one know what I am doing wrong Many thanks for being there John. You can iterate ...Show All
Visual Basic Make a paragraph using the Label.
Hey, my first post in this forum, the friend who told me about Visual Basics 2005 Express Edition told me to ask my question here since he couldn't answer it. Anyways as the Subject says, I'm trying to find out how to put a paragraph in a Label. In Example... ____________ Hello, | How Are You | ----------------- ^(Labels text)^ Anyone here can help me out Thanks :D! and don't forget to set the auto size property to true Me . Label1 . AutoSize = True ...Show All
Visual Studio Express Editions would someone please give a hand?
Well, this is really confusing me. Here is the code: #include <stdio.h> #include <stdlib.h> #include <time.h> int main() { int alea=0, min = 1, max = 6; srand(( unsigned )time(NULL)); //int alea=0, min = 1, max = 6; alea = rand(); printf( "%d\n\n" ,alea); system( "PAUSE" ); return 0; } As you can check, this is working like a charm. Now, if I comment out the variables declarations and uncomment the previously commented variables declaration, it does not work anymore, and i get the following messages... 1>c:\visual c++\projects\test5\test5\nbrealeatoire.c(9) : error C2143: syntax error : missing ';' before 'type' 1>c:\visual c++\proje ...Show All
