PierreE's Q&A profile
SQL Server How can I run SQL ver 9
Hi there, I've installed SQL Server 2005 side by side SQL Server 2000. Now when I open the SQL Server Management Studio it runs the SQL version 8 that belongs to SQL Server 2000. How can I statrt with SQL Server 2005 to create new database under the new features thank you. When the management studio first opens there should be a login box. Make sure to change the server name to the sql server 2005 in ...Show All
Visual Basic Shell ContextMenu ...i become crazy...
Hi all !!! i developped in vb6 before and i did a component that use the shell contextmenu...i want to upgrade it to .Net and i become crazy to reproduce the shell contextmenu functionnality... i tried but it gives nothing... here are parts of my code... can anyone check declares....and calls...or bettre does anyone has done something like that... # Region " IShellFolder" <ComImportAttribute(), _ InterfaceTypeA ...Show All
Windows Forms Storing object in Message.LParam field
Hi I am having trouble storing an object in the lparam field of a message structure! Checked FAQ but no luck. Please help!!! ...Show All
Visual Studio Team System How to customize ManualTest.mht for our organization
We need to customize the ManualTest.mht file to our standard test case format. I found the thread about modifying the file in ItemTemplatesCache or ItemTemplates, but this did not do anything. Anyway, if this had worked, it would have only applied to my local machine and not for the entire organization. So, how does one modify ManualTest.mht and add it to team system on the server so that when testers create new manual tests, they will get th ...Show All
Visual Studio Express Editions Where is the EOF ... disappeared
Hi, I create an file if it doesn't exist and I use later file.AppendAllText. It works great. But, when I close my program en reopen it, I use for reading this: Dim intNummer As Integer = FreeFile() Try FileOpen(intNummer, strPad, OpenMode.Input) Do Until EOF(intNummer) 'Read any line Loop Catch ex As Exception MessageBox.Show("Error" ) Finally FileClose(intNummer) End Try Do loop doesn't stop... This code works: ...Show All
SQL Server Cannot deploy data source DataSource to the server because it already exists and OverwriteDataSources is not specified
When I deploy the reports I get the following warning Cannot deploy data source DataSource1 to the server because it already exists and OverwriteDataSources is not specified Is there any way of specifying Overwrite data source. Any suggestion is highly appreciated. ...Show All
Smart Device Development How to display multiple images in a row in ListView
Can anyone help me to have multiple images and text together in a row in ListView Control. Without seeing your code, not sure I can offer much. Share the code, or have a look at the list control in SDF from OpenNETCF for an example. Cheers Daniel ...Show All
Visual Studio Express Editions msvcp80d.dll debug problem
Hi, im just installing and testing the new visual C++ express, but when i try to run my aplication(debbuging mode), i got this error "the application can start because msvcp80d.dll wasnt found" (i have winXP in spanish language). If i try to run it in release it works. I have WinXP Home Edition SP2 fresh install up to date (have all patches) and visual estudio .net 2003 installed. How can i fix this . ...Show All
SQL Server SQL 2005 - sp_rename doesn't work on user defined data types
First a little intro, the company I work for relies heavily on user defined data types for the object model we have set up. This gave us maximum flexibility to for example easily extend descriptions to a varchar(50) instead of a varchar(40) when a customer required this. The process of changing the datatype is first we rename the datatype to have a new name, and afterwards the new datatype is rebound to all tables, stored procedures etc. ...Show All
Visual Studio 2008 (Pre-release) Error when using mixed access modifiers on properties
In .NET / C# V2.0 you can have mixed access modifies on a singe property eg. [Column] public string CustomerName { get { } protected set { } } When you use this functionality with DLinq, and run a Customer query, DLinq fails to create the objects and gives an exception on invocation error. In DLINQ, the same thing would happen if it was a read-only property (without a set). ...Show All
Visual Studio Database Project Template (possible???)
I am attempting to create a standardized database project for our organization that will mimick the project you select when creating a new project in Visual Studio 2005 under Other Project Types>>Database>>Database Project which will allow us to streamline our SQL server 2000/2005 script creation process as about 90% of customization business involves creating SQL scripts for various reporting and/or customization tasks. I have ex ...Show All
Smart Device Development Smart Device Deployment 2003
If I create a cab file using a smart device deployment project in visual studio 2005 beta, add some files and registry settings. Build the cab and install it on on a PPC 2003SE. The cab installs fine, but it doesn't write any of the string registry values. If I take the inf file produced, save-as non unicode, and rebuild the cab file using cabwiz from the PPC 2003 SDK, the cab installs fine and does write the string registry keys. Is this ...Show All
SQL Server Replication Deadlocks
Hi All, I need to get some assistance with some replication deadlocks im getting. We have two servers, which push information between each other, which I have a hunch could be a cause. Basically I keep getting the 'Agent Retry' Alert from SQL: DESCRIPTION: Error: 14152, Severity: 10, State: 1 Replication-Replication Distribution Subsystem: agent SQ01-EMS-SQ02\UK-183 scheduled for retry. Transaction (Process ID 68) was deadlocked on lock re ...Show All
SQL Server 3 Management Studio Bugs
Good morning, If this is the wrong place to post this I apologize, but I haven't been able to find any forums dedicated specifically to SQL Server 2005. I've posted 3 bugs to the MSDN Feedback Center, which have yet to be "validated". As I understand it, nobody from MS even looks at the issue unless another user has seconded the nomination, so to speak. And the only way that happens is if someone happens to search for the same issue. At thi ...Show All
.NET Development Changing charset of runtime so that kernel pinvoke resolved to unicode versions
Hi, I was experimenting with the File IO methods, and seem to notice that the .NET, by default, uses the non-unicode pinvokes of many of the win32 file io rountines. Is there any way to invoke the unicode version without writing my own pinvokes/dllimport >Unless this is a limitation imposed by the .Net framework itself Yes it is. >how does one work around it Call the underlying Win32 APIs directly. ...Show All
