PaulC1234's Q&A profile
.NET Development AxInterop.SHDocVw.dll and Interop.SHDocVw.dll
Hi, I am coding a system to fill out some informations about taxes and somethink similar. So the program reads the data out of a file, fills out a web page with the data and submits the data. Now my question: is it possible, that I don't need to include the two dll-files ( AxInterop.SHDocVw.dll and Interop.SHDocVw.dll ) or do I have to give the two dll-files with my program My boss wants me to reduces the count of files of the program to the mi ...Show All
SQL Server Recovering SQL 2000 Database without the Log File not in clean disconnected state
We just had a hard drive crash here. We were able to copy off the .mdf file from SQL server 2000 from the drive, but not the .ldf (which was only 720k anyhow). When I try to attach the mdf to an SQL Server 2000 or 2005 server I get an error saying that the log file doesn't exist. Does anyone know a way to attach this not-cleanly-closed database file and recover the data (apparently the person decided that they need-not backup their databas ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectSound problems
I have installed the DirectX SDK. I found that the namespace Microsoft.DirectX.DirectSound isn't available. I assume that I need this namespace to use DirectSound in managed code. How can I fix this I see it just fine. What SDK version are you using Are you using the MDX 1.1 or 2.0 libraries What does your list of references show when you try to add DirectSound Are any DirectX assemblies in the reference list ...Show All
SQL Server Move stored procs from 2000 to 2005
It's easy to move the tables, but how do you transfer stored procs and triggers A few ways you can do this. If you want to move a whole database, you can either backup the database from SQL 2000 and restore to 2005, or detach\reattach. If you want to be more selective, you can use SQL Enterprise Manager on 2000 to script out the specific stored procedures\triggers to a script file, then execute the script on SQ ...Show All
SQL Server Error: Timeout expired.
Error: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. i am using window 2000 server and MS SQL 2K DEVELOPER. i am doing .NET to connect to the server. This error occur when there are too many ppl connect to the server. May i noe how to solve/configure it. thx in advance ...Show All
SQL Server Autocomplete combobox
Dear all, I have a parametrized report which displays the available values for the parameter in a combobox (dropdownlist). I need to make that combobox autocomplete what the user types. Is there any way for that ! Thank you. Here is some code in c# . You will need to use a custom application to display the report & parameters. ...Show All
SQL Server Why so big (terrible) performance difference between SQL 2000 and 2005
We test simple procedure to update bigger number of records (400000) and we found on same HW so low performace using SQL 2005 (developer version), that it becomes unusable. On SQL 2000 it takes about 7 minutes, and on 2005 we do not get results in 10 hours!!! The procedure just makes data selection (it takes on both servers up to 1 minute) and than it updates rows in other table. Primary key of updated table is exact as is update condition, upda ...Show All
Visual Studio Crystal Report: problem with database logon popup
Hi. I am developing an application in c# .net, using Crystal Reports. The report uses two tables, from two different (sql) databases, on two different servers. I have added the two tables to the report using the nice Crystal Reports GUI, entering server name and password and all. Still, when running the application, and generating (and showing) the report, the user is prompted for user name and password for the databases. I tried to solve this ...Show All
Visual Studio Source Safe Analyze
We are using the VSS 2005 Beta with about 10 local users and 3 remote user. Looking from the VSS Admin GUI, we see that nobody is Logged into the Database, but when we try to run Analzye -f it complains that someone is logged in. Where can I see all the machines logged into SourceSafe The remote people are using the VS 2005 Beta with the Internet plugin. These people never seam to show up in the list of users logged in. How can I determine if th ...Show All
SQL Server Query Notification / SQLDependency fails on table w/ computed column
I have a table with a computed column defined on it. I can't get SQLDependency to work with that table unless I remove the computed column definition. The select statement I am using does not include the computed column, it just exists on the table. When I execute the SQLCommand, the SQLDependency immediately fires the OnChange event with a SQLNotificationEventArgs.Info of 8 {Query}. I can't find any documentation in SQL Books Online that the ...Show All
Visual Studio loading language package fail!
hello all. after installing vs2005 SDK. i get a message ,loading language package fail. the package guid is "{e444c1dd-7c8e-4126-81c8-392c63bfebe3}" anybody can help me! thanks. I have the same problem! I try do reinstall it all, but the problem is still there! What should i do ...Show All
SQL Server "Failed to load expression host assembly. Details: StrongName cannot have an empty string for the assembly name. "
I previously had an ASP.NET 1.1 site running on my IIS 6.0 server ( not the default website) with Reporting Services running in a subdirectory of that website. I recently upgraded to ASP.NET 2.0 for my website and was greeted with an error when trying to view a report. The error was very non-descript, but when I checked the server logs, it recorded the details as "It is not possible to run two different versions of ASP.NET in the sam ...Show All
Visual C++ Changing the Color of the caption bar
Hi all, I am C++ programmer and graduated to VC++. I am developing some skins in VC++. Has any one tried to change the color of the cation bar, in other words has any one given your own look and feel color effect for the caption bar of a dialog.Even a small idea would help alot. Thanks in advance Raj Thank u dear friends, WM_NCPAINT ...Show All
Windows Forms Possible solution...
I have a problem with a printer, a Zebra S4M label printer . The thing about this printer is that it can print labels from all windows applications, and this is the reason why I bought this printer. But it doesn’t print from my C# program, it’s like it doesn’t recognise the data being sent to it. I thought, that if it could print from any windows application it would be easy to do a printDocument.Print(). All the printer does is queue the prin ...Show All
Visual Studio Refreshing PLKs
Hi, We recently obtained a set of PLKs, but need to refresh the information due to some changes (need to switch from VS 2005 to VS 2002 as minimum level) and obtain a new set. How would we go about achieving that Maybe that is the case. That would, however, imply that there is no way to retain a product's name beyond a single version, no For example, how would you go from version 1.0 to 2.0 of ...Show All
