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

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

Vyatsek

Member List

RPagels
JohnDB
Bear S.
simon_56387
Igr Alexánder Fernández Saúco
Mainship
alien-
boldeagle
Satish33
canadian_coder
TheDevilsJoker
WilsonR
Dinesh Patel
Barry Kwok
Smarty
anand sivaraman
dwitt
Aliaa
MohamedSolyman
jfkennedy5
Only Title

Vyatsek's Q&A profile

  • SQL Server SQL Server XE Instances in .Net

    Hi, I've got an application which uses the DBFactory Provider to enumerate a list of available SQL instances on the local network. I've just reformatted though and put everything back on, and my application will now see the sql server instances on the network, but not the instances on the local computer (only the server name), eg, it will see "BEN\SQLEXPRESS" on a computer (BEN) on the local network, and give the version info, etc, but it only sees "DAN" instead of "DAN\PCP" and "DAN\SQLEXPRESS" on the local computer (DAN). Regards, Ben Do you have the SQL Server browser service running on your machine HTH, jens Suessmeyer. --- http://www.sqlserver2005.de ...Show All

  • SQL Server MS SQL Server EE for German language

    Hi All, In MS site, There is a option to download MSDE 2000 Rel A for German. But i could not find SQL Server 2005 EE for German. There is only one download in MS site. Could you please tell me where can i download German version of SQL Server 2005 EE. Thanks in Advance. Regards, A.Sivababu The download link on the Express download page ( http://msdn.microsoft.com/vstudio/express/sql/download/ ) is actually language sensitive based on your browser settings. If you're not using a German system, you can download the localized versions from the download center as Jen's suggests. I'm working on getting the download page updated so this fact is more clear. Mike ...Show All

  • Gadgets I need help.

    I tried making a sidebar gadget recently. I used codes from JavaScriptKit.com to do so. Everything went well untill I tested it out on my computer.  A screen popped up saying "This is not a valid gadget packet." I'm pretty new to creating gadgets, so what does this mean, and could someone help me make it real Here's my code: <body>The Date is:<script> /*Current date script credit: JavaScript Kit ( www.javascriptkit.com ) Over 200+ free scripts here! */ var mydate=new Date() var year=mydate.getYear() if (year < 1000) year+=1900 var day=mydate.getDay() var month=mydate.getMonth() var daym=mydate.getDate() if (daym<10) daym="0"+daym var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday"," ...Show All

  • Windows Forms How to detect when ToolStripTextBox loses focus?

    I have a ToolStripTextBox in my toolstrip, and I need to know when the user clicks away from the text box after the textbox has previously received focus. Seems impossible! :-) I've tried to handle the ToolStripTextBox's Leave event, as well as the "inner" textbox's Leave, with no luck. Any ideas Thanks! Jeff I can't reproduce your problem; LostFocus, Leave and Validating fire just fine. "Clicks away from the text box", what do you click on ...Show All

  • Visual Studio Team System Problem with source control (Data is Null. This method or property cannot be called on Null values)

    Hi, VS hangs up during project loading. Re-getting the project from source control does not help. VS installation does not help either :(  The following error in the server's event log: Edit: it does not hang. After a few minutes in unfreezes and says 'look into your server event log'. the project is open as source-control ounbound. TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 6/26/2006 12:48:55 PM Machine: VSSERVER Application Domain: /LM/W3SVC/3/Root/VersionControl-1-127957963704837131 Assembly: Microsoft.TeamFoundation.Common, Version ...Show All

  • Visual C# Why string is a reference type?

    I don't understand it. System.String hola = "tal"; System.String hola2; hola2 = "talycual"; Debug.Print(hola2); hola2 = hola; hola = "___"; Debug.Print(hola2); And the output is: talycual tal If string is a reference type ... the output must be at the last line : ____, but 'hola2' has a copy of 'hola' . I understand differences between struct and class, and because is struc a value type and because is class a reference type but ... i don't understand because is string a reference type Regards. >> C = A, there is nothing in this operation simular to normal class behavior. So C doesn't have a reference of A. In that operation, a new string class is created and the value from string A is co ...Show All

  • Visual Studio Announcing release of Visual Studio Tools for Applications (VSTA)

    I am excited to announce that Visual Studio Tools for Applications (VSTA) was released as an integrated component of the 2007 Office system earlier this week and is available to both Office developers and ISVs! As Microsoft's future direction in application extensibility, VSTA provides a powerful customization toolset for ISVs, their customers, and their partners. Leveraging Visual Studio and .NET to provide managed extensibility, VSTA enables innovative customization scenarios while offering new levels of security and control. VSTA accelerates and simplifies the development of tailored solutions, helping ISVs grow their partner ecosystems and extend their market reach. By integrating VSTA into their applications, ISVs give th ...Show All

  • .NET Development My database doesn't update !!!???

    I wrote a simple program with ASP .NET that modify data in a table and I'm using SQL server 2005 Express edition as my database engine. But when I modify data in a table (in the webpage) and then when I try to update the database, nothing happends, it even doesn't give me any error, and when i try to see the table again nothing is updated in the table. These are the things that I have done: 1- I gave permission to ASPNET and NETWORK SERVICE so they can Select, Update, Delete,... on that table. 2- I gave permission to ASPNET and NETWORK SERVICE to the table itself. 3- I evern assign the ASPNET and NETWORK SERVICE as the db_datareader and db_datawriter and db_owner. What else should I do Is there anything that i missed ...Show All

  • .NET Development There is an error in XML document

    We are getting the error while calling the webservice of the Remote machine the decription of the error is: There is an error in XML document (1, 147611). at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle) at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.InvokeAsyncCallback(IAsyncResult result) InnerException -->System.Xml.XmlException: Unexpected end of file has occurre ...Show All

  • Visual Studio Go To Definition in VS2005, VS2002

    I started to use Studio 2005 instead of 2002. In Studio 2002 right click on a symbol in any opened file (.cpp, .h, .txt, ...) enables to go to the symbol definition or declaration in my or Microsoft code. In Studio 2005 it is possible only if the file is included in project compilation and the text is not disabled by preprocessor #if... directives. Is there way to enable the same functionality in VS2005 like in VS2002 How to write macro subroutine which has a symbol as argument and opens the symbol definition Why DTE.ExecuteCommand("Edit.GoToDefinition") doesn't work in macro Perhaps PeterGb meant a very common situation when there are several projects included in one solution. In that case, if ...Show All

  • Visual Basic How do I add projects to my solution

    In VS 2003 I just created a blank solution, then right click on it and choose add project. I could do this several times to set up my projects within my solution before I started coding. Now in 2005 when I create a blank solution and right click on it in solution explorer and add new project, the solution disappears and is replaced by the project. The only way I can find to add projects is to first add folders to the solution (seriously tedious when you consider the old version did this for me) Is there some menu I missed, or did they really take 10 steps back on this version Go to Tools/Projects and Solutions/General and make sure that "Always show solution" is checked. This should keep the solution icon visibl ...Show All

  • Visual C# Problem with simple program...

    namespace Project_2 { class Checking { private string balance; string dated; string datec; int input; string checka; string deposit; string outputd; string outputc; string party; decimal Original = 2000; public void Checker( decimal Original) { Balance = Convert .ToString(2000); } public string Balance { get { return balance; } set { balance = value ; } } public void Input() { Console .WriteLine( "Choose 1 for Deposit, 2 for Checking, or 0 to exit\t" ); input = Convert .ToInt32( Console .ReadLine()); while (input != 0) { switch (input) { case 1: outputd = Depo ...Show All

  • SQL Server certificate start date is tomorrow - how to make it today?

    Hi, I use MS certificate server to request/make server certs but the "not before", or start date is tomorrow for a 1 year cert. I dont care how long but I want the cert to start immediately (today). Regards, Simon. Sorry, this is not a SQL server problem but a CertSrv problem and I dont know how to specify these validity dates for it. Question reposted on " Security for Applications in Windows Vista " Thanks, Simon. ...Show All

  • Visual Studio Setting a watch in visual c++ 2005 express

    Hello. I am having trouble figuring out how to set a watch using visual c++ 2005 express. Any help would be greatly appreciated, Jackson I guess I'll answer my own question since no one seems to be coming near this one. As near as I can tell, you _can't_ set a watch in VC++ 2005 express. Does anyone read this forum This should have been an easy question to answer ;). ...Show All

  • Windows Forms UserControl doesn't update

    I found that if you modify a user control constructor then a usercontrol used before this modification won't be affected by those modification. Here what i did: 1.I create a new windows form project. 2.In this project I create a second windows form project where i add a user control. The second project is built before the first project. 3.In the first project toolbox i add an item from the second project debug "exe" folder (to add the usercontrol i have just created) 4.I add the new usercontrol to the windows form of the first project On execution evething works fine 5.I modify the usercontrol constructer .Now It backColor is Wheat and almost half transparent public processusButton() { InitializeComponent(); t ...Show All

©2008 Software Development Network