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

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

Korgman

Member List

SimonS_
loic123456
BubbaRichard
TI66
schalti
stonejc
dct-val
Claudiu Chiorean
enric vives
wendling lionel
Simon Allardice
Imran Farooqui
herbfl
yanyee
Simon FERQUEL
Harrynet
abc_acb
rgrneva
VoiceOfExperience
Tom25
Only Title

Korgman's Q&A profile

  • Visual C# Assigning By Reference

    Quick question, in this code fragment From my own experiance; though I'm now one for 'rtfm', I have found that Connection.Details = Conn.Details passes a copy whereas Connection = Conn passes a reference. I cannot explain why and it has lead me to start reading books for begineers again. Hell! I've always picked up new tricks, in every language, whenever I go back to basics anyway. ...Show All

  • Silverlight (formerly WPF/E) "The WPF/E Installed on your system is no longer valid..."

    I just started getting this message on all my "WPF/E" pages but there isn't a new build of the WPF/E runtime. Something we should know or is there just a timeout bomb The exact message is: "The WPF/E Installed on your system is no longer valid. Please go to Microsoft's web-site for the latest version." Freinds, Earlier today, you may have noticed your “WPF/E” December Community Technology Preview (CTP) control expired. No worries though- we’ve just posted the February CTP for Windows and Mac to Microsoft's download center and updated the samples on the Channel 9 Playground to work with the new CTP. Note that to get your samples working with the February CTP, you’ll need to change out the a ...Show All

  • SQL Server Calling SqlDependency.Stop() in class destructor

    Hey guys, Have you ever tried to call the SqlDependency.Stop() method in a class destructor (C#) It seems like the finalization process hangs after the call to the SqlDependency.Stop() method (for example the assignment after the SqlDependency.Stop() method call is never executed). ~Program() { if (!_finalized) { SqlDependency .Stop(NocConnectionString); _finalized = false ; } } I tried to use the ADO.NET 2.0 tracing, and it shows that the SqlCommand.Cancel() method call throws an exception during finalization, but it’s not possible to intercept it. Do you have any clue about it or have you ever experinced the same problem Regards, ...Show All

  • Windows Forms silent installation

    I've created a setup and deployment project. What do I do to make it a silent installation while installing on the client Thanks I have not used this myself, but you could try the /quiet command line option. See here for further information.. http://msdn2.microsoft.com/en-gb/library/aa372024.aspx Good Luck! ...Show All

  • Visual Studio Team System Visio Problem Reversing C# project

    hi, when i click Project -> VisioUML from VS2005 visio get started and the project seems to be reversed. I can see on the screen visio parsing .CS files.. but once the process is completed i only receive a bunch of errors from the visio output and a blank paper. mostly the errors are: "UMLE00034: Generalization53[Generalization] : [Generalization - WFR1] - A generalizable element may only be a subclass of generalizable element of the same kind." this happen when a class implements an interface... obviously the code from the project is correct and works perfectly. Any idea Hi, We're having trouble reproducing the problem here, but it's quite possible that there is an interaction bet ...Show All

  • Visual Basic DataGridViewRowCollection troubles

    I have a DataGridViewRowCollection() and it's size is dynamic. I tried to add a row collection to each index of my DataGridViewRowCollection() like so: Dim DgvRows as DataGridViewRowCollection() ReDim DgvRows(6) DgvRows(0).add(DgvMain.Rows) I have also tried For Int as Integer = 0 to DgvMain.Rows - 1 DgvRows(0).Add(DgvMain.Rows(Int) Next Each time I get a NullReferenceException. Details follow: System.NullReferenceException was unhandled Message="Object reference not set to an instance of an object." Source="RAAP" StackTrace: at RAAP.Form1.StartSearch() in C:\Documents and Settings\Troy Lundin\My Documents\Visual Studio 2005\Projects\RAAP\RAAP\Form1.vb:line 103 at RAAP.Form1.MiSearch_Clic ...Show All

  • .NET Development multiple frameWork with multiple virtual servers

    Hi, can i have the following senario creating the following environment on the same box: a. Windows XP desktop with Framework 1.1, 2.0 and 3.0 b. Virtual Server for SQL Server 2000. c. Virtual Server for SQL Server 2005. d. Virtual Server for Oracle database. because 1--we can install and run multiple versions of the .NET Framework on a computer. 2--and also that SQL Server 2000 and SQL Server 2005 co-exist on the same machine 3--and that we can use Microsoft Virtual Server 2005 to install multiple server operating systems on a single computer by using virtual machines. 4---and .NET Pet Shop 3.0,has introduced a DAL layer for both Oracle 9i and SQL Server 2000 databases. Using ...Show All

  • Visual C# Cannot modify the return value of 'test.getinfo.UserInfo' because it is not a variable

    I am very new to C# so please dont get to technical I have the following class file : using System; using System.Collections.Generic; using System.Text; namespace test { public struct UserCredentials { public String UserID; public String UserPassword; } public class getinfo { private UserCredentials _UserInfo; public UserCredentials UserInfo { get { return _UserInfo; } set { _UserInfo = value; } } public string GetXML() { string xmloutput = string.Empty; xmloutput += "<UserCredentials>"; xmloutput += "<UserID>" + this.UserInfo.UserID + "</UserID>"; xmloutput += "<UserPassword>" + this.Use ...Show All

  • Visual Studio Tools for Office .NET controls or WPF inside outlook form regions

    Hi, Is it possible to host .NET controls or WPF inside a outlook form region Don't want to use the IE control... I am using the latest VSTO CTP, etc. Regards, TjM Thanks. Found that one too. But the company I work for does not want to use that third party one. I have to use MS or Infragistics. BTW There is also an "open source" ribbon but that does not provide all the outlook task form UI elements. ...Show All

  • .NET Development Passing credentials

    Hi! I'm making a webservice that should be called by a webservice client at a customer's location. I use Windows Basic Authentication and SSL to authenticate the client. If the client was written in C# the way credentials are passed is by using NetWorkCredentials on the proxy client, correct But I just wonder what actually happens. How will the credentials be sent to the server In the soapheader to the webservice Or in the https header Can somebody explain this to me, I need to know because the customer do not know how to pass the credentials to our webservice. THey do not use C# or Java. They have their own strange script language which I do not know...so I have to explain what really happens.... Please, any explanations would be appre ...Show All

  • Visual Studio Express Editions Edit and Continue don't work?

    HI guys a have been working in some code all this week and for some reason that I don't know the edit and continue stop working. It have been working all this time but now no way. I can't edit when I'm debbugin and I'm getting frustated. Can some one help me I have VB.net express edition, so i don't know where to configure this feature. I made a project, loaded it in VBE and then in VS2005. I then loaded it in VBE and ran it and when it hit my breakpoint I started to edit the code. I got a dialogbox asking if I wanted to make it writeable and I did and can edit it. At this time I am not able to reproduce it. I suspect the sharing of projects are causing something but I am not sure what. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Color Banding

    I am getting color banding issues when viewing my project on my Xbox 360. The textures look perfect when the app is ran on windows, using the same XNA source just in a different project. But when I display the textures on an Xbox 360, I get serious color banding. These issues are most pronounced when my Xbox is set to output at 720p or higher resolutions, but the color banding is still there even if the Xbox is set to 480p. The following code is what I am using to setup my 'prefered' values for my graphics device. If you got any idea what could be causing this, I would appreciate the input. graphics.IsFullScreen = true ; graphics.PreferredBackBufferFormat = graphics.GraphicsDevice.DisplayMode.Format; graphics.PreferredBackBufferH ...Show All

  • Visual Studio 2008 (Pre-release) WCF installation duration?

    Hi all, i have a question about the latest version of WCF (September CTP). I have downloaded the dotnetfx3.exe and started the installation. I received a message say that the installation can take more minute. Since 45 min i still waiting : But ... Any idea Thanks! had the same symptoms. installer disappeared. had to reboot then restart installation. had another period of time where the dialogs disappeared then a couple minutes later got a baloon saying installation complete ...Show All

  • SQL Server Questioning my approach to generating aggregations

    Hi, I'm using the aggregation wizard to build my aggregations. Due to my not having much data in my development environment the wizard acutally produces zero aggreagtions. I know that there will be much more data in the production environment although I don't know how much. Hence, I go into the 'Specify Object Counts' page and set the number of records in my fact table to an arbitrarily large number (usually 1000000) and this results in some aggregations getting produced by the wizard. The issue I have with this is that perhaps I am producing too too MANY aggregations. Other than the obvious issues of: Increased disk usage Increased processing time is there any other issues around building too many aggregations Any ...Show All

  • SQL Server SQL Server Express and Access 2003

    I recently started developing a new Access project for a client, and decided to try out Access 2003 with SQL Express 2005. Everything was going fine until I tried to modify a table from within Access. I got an error message that SQL Express is incompatible with Access 2003, and it suggested I go to the Microsoft website and search for a patch/upgrade to solve this. I tried to ignore it, and it started warning me that none of my table edits would be saved. I looked around, but I can't find anything about this. Is this true Is there a patch to fix this I didn't see Joel's earlier post, that's the danger of posting additional questions into a thread that is marked Answered. Yes, Access 2007 has ...Show All

©2008 Software Development Network