Software Development Network Logo
  • Visual C++
  • Windows Forms
  • Visual C#
  • Visual Studio
  • .NET Development
  • SQL Server
  • Windows Vista
  • SharePoint Products
  • Audio and Video
  • VS Team System
  • Game Technologies
  • Visual FoxPro
  • Microsoft ISV
  • IE Development
  • Smart Devicet

Software Development Network >> psp77's Q&A profile

psp77

Member List

PaulG42
Rune Gulbrandsen
Nuno_Salvado
the frenchman
cravier
Dan_Dan
LKeene
Gabrielle Erlingen
DaveC426913
techie234
Manolis
jeje1g
A.Russell
SimonS_
XNA Rockstar
Jon Braganza
MA2005
Arnabmsdn
Andriy G.
Vitaliy Kochubiy
Only Title

psp77's Q&A profile

  • Smart Device Development Knowing when Application.Run(MainForm) has finished showing the MainForm

    Hi all, Is there any way of knowing when the Application.Run(MainForm) has finished showing the MainForm I need to show another form on top of the MainForm, but i don't know when it's loading is finished and the new form is always hidden by the MainForm... Any help would be great! Regards, Pedro Actually I can't. I don’t have control over the second form, I simply run a method which internally shows the form, not giving me access to its instance. The best I can do is run the method in the GotFocus of the MainForm, wich is activated when Application.Run(MainForm) internally sets the form visibility to true. The problem is that while its processing Visible=true, it verifies that the MainForm ...Show All

  • SQL Server Install SQL 2005 to Cluster that has SQL 2000 installed

    I have a Cluster environment that has SQL 2000 Enterprise installed. I would like to install SQL 2005 Enterprise as well. What should I watch out for. Do I need to specify a named instance for the 05 install, setup is giving me the option and does see the 2000 instance Is there a document that walks through this installation   Regards Hello,   I would like to know why SQL needs a separate IP addresses and shared physical disks. Can't we install a SQL 2000 and a SQL 2005 instance in the same cluster group ...Show All

  • SQL Server How do I install sqlcmd.exe in my SQL Server client

    I have SQL Server 2000 client installed in my machine and I need to call stored procedures thru sqlcmd utility. When I tried using this utility, I got an error message from command prompt sqlcmd command does not exist . I have osql utility in my client version, but i need to have sqlcmd utility. Please advice how do I install sqlcmd.exe in my SQL Server client SQLCMD was introduced in SQL Server 2005. For SQL Server 200, you can either use the OSQL.exe or the ISQL.exe tool. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio Express Editions PSDK linker error: LNK1104: cannot open file 'mfc42d.lib'

    Hello, I’m not able to compile the example project ’daoview’ from MSDN. I’ve installed the PSDK for x86, set the proper dependencies and directories, but I’m still getting this error message during linking: LINK : fatal error LNK1104: cannot open file 'mfc42d.lib' There are existing two instances of this file, but in ’wrong’ directories: ...\Lib\AMD64\atlmfc and in ...\Lib\IA64\mfc. When I add this path to Lib directories, then it gives me an error message: mfc42d.lib(MFC42D.DLL) : fatal error LNK1112: module machine type 'IA64' conflicts with target machine type 'X86' Could somebody be so kind and help me Thanks, David hello Re: PSDK linker error: LNK1104: cannot open file 'mf ...Show All

  • .NET Development Irda Classes not found in System.Net.Sockets namespace

    I'm attempting to write an IR application for a Pocket PC. The Irda... classes (e.g. IrdaClient) don't exist in the System.Net.Socket namespace as they should. Any idea what I may be missing Thanks, that worked. Why was it necessary to add the reference Any other class I used from a Systems.* namespace did not require an explicit reference. ...Show All

  • SQL Server service broker mirror database

    Hi I tried to setup service broker to fail over to a mirror database. After the target database failed over, the message I send stays in sys.transmission_queue with no error in transmission_status. I check the mirror server log and I see the following. An exception occurred while enqueueing a message in the target queue. Error: 15581, State: 3. Please create a master key in the database or open the master key in the session before performing this operation. The database has the master key because its a mirrored database Did I have to do something extra here Paul I created the master database and endpoint exactly as that was created on the principal server. Both Master and Mirror database have ...Show All

  • .NET Development .NET Framework included on windows?

    Guys, i’m not a developer, but i know you all can help me. My question: Does the .NET Framework 1.1 is included in any OS Windows XP Server 2003 Or what about the 2.0 Framework kbradl1 wrote: Windows 2003 includes 1.0 framework Windows XP does not include either framework and no OS includes 2.0. Thanks kbradl1 , What if i install Service Pack 2 on Windows XP Does the SP2 include the .NET Framework ...Show All

  • Visual Studio Tools for Office Shutdown word application forcefully

    How to shutdown word application forcefully without even saving the document using VSTO This sounds like a strange requirement. But, it is a valid scenario for my application. Thanks, Yuhang. object SaveChanges = false; object OriginalFormat = Word.WdOriginalFormat.wdWordDocument; object RouteDocument = false; ((Word._Application)Globals.ThisDocument.ThisApplication).Quit(ref SaveChanges, ref OriginalFormat, ref RouteDocument); ...Show All

  • SQL Server Multi value Parameter

    Hi, In my report i have a multi valued parameter, when i view my report in the Web application with Report Viewer, The multi valued parameter is displaying in light color.Can we able to change this. Thanks in advance Mahima, You can go to your Reporting Service\ReportManager\Style directory, this is were your "CSS" reporting service stylesheets are located. I believe the file you looking for is RSWebParts.css Ham ...Show All

  • Visual Studio Team System Error opening project after schema import

    Created a new SQL Server 2000 database project, then use the Import Database Schema function in the Solution Explorer. This worked well, importing the DB objects, as well as displaying some errors in the project where table changes would cause views to break. However, if I close the solution, then attempt to re-open it, after about a minute of "Processing Schem Objects" in the status bar, VS reports the following error: Unable to create a new relationship because there is already an existing relationship between the specified schema identifiers. The project is unusuable. I must create a new project and re-import to continue my work. Is this a know problem, and any workarounds Art ...Show All

  • SQL Server Data Transfer from SQL200o to SQL2005

    I need to transfer data from SQL Server 2000 to SQL Server 2005 nightly. Replication DB1.T1 table in SQL 2000 to DB2.T1 table (the same table structure) in SQL 2005. What are my options I need to extract a daily data and do this daily. Some example would be greatly appreciated. Thanks, SSIS is probably new for me, is there any instruction/example that show how I can do this ...Show All

  • Commerce Server Unrecognized configuration section membership

    After my update from CS 2002 to CS 2007 i need to redevelope the hole User Logging System. Before in the old version the Microsoft.Solutions.Framework was used for the authentification but now I'd like to use the standard ASP.Net logging. As I read, I need to add The UpmProvider to my web.config but the result ist that i get the following Error: Error 101 ASP.NET runtime error: Unrecognized configuration section membership. What do I have to do now Does anyone have something like a complete example how to implement this Loggin System which would probably help me Regards If you look at the bottom of the ASP.NET error page, do you see ASP.NET version 1.1 or 2.0 If you see 1.1 then y ...Show All

  • Visual Basic How can I clone a control?

    Hi folks, could anyone please help me with the following problem: TextBox1.Text = "Test" Dim control As Control = New Control control.Name = "TextBox1" Dim s As String = control.Text When I debug this relatively simple code the string s contains nothing or just "". Why I thought that since I set the control.Name = "TextBox1" it would also clone other properties from TextBox1. Ny .NET version is 1.1. That's not how it works. The "New Control" code creates a generic control which is *not* the same as a TextBox control, TextBox is derived from TextBoxBase which is derived from Control. Neither the Control class nor the Tex ...Show All

  • Visual Studio 2008 (Pre-release) Do you use custom attributes, and for what?

    As a part of designer features, we are evaluating custom attributes. Such attributes would be placed on classes or class members in addition to mapping attributes (or mapping file). Do you currently use custom attributes for anything that would be required on mapped classes What are the must-have examples We have already considered serialization (e.g. DataContract and DataMember) but that may be doable through some higher level option to auto-generate serialization attributes instead of specifying them as custom attributes for a class or its members. Thanks in advance. Dinesh I haven't actually used either yet, but DebuggerDisplayAttribute and DebuggerBrowsableAttribute seem like they could be useful for mapped classes. ...Show All

  • Visual Studio add costum MSHelp:Attrib to Sandcastle generated hxS content...

    Hi all, is there a possibility to add costum "MSHelp:Attrib"'s to Sandcastle generated HxS content The main reason, I want to do this, is to generate a costum filter, to display only sandcastle generated help topics after integration into vs studio help. Any information if this is possible would be appreciated. Thanks, Stefan Anand, thanks for your help. I had a brief look on this transform, but I'm not quite sure were to insert my MSHelp:Attrib's.and how to apply this transform. Maybe you help me on that too. Stefan ...Show All

©2008 Software Development Network