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

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

somegai

Member List

Laplap22
YMaod
nicho1ab
tabs
ogagnol
Joe Buys
PedroCGD
nhaas
SimonJohns
Ray Bell
Mark Freeman
NeederOfVBHelp
xRuntime
Wee Bubba
jesus m
Benne
gudel
jayaraja
Satish33
nglow
Only Title

somegai's Q&A profile

  • Visual C++ VS2K5 SP1 Beta bugs!!!???

    I installed the beta to get around a merge problem with TFS and it worked. However, I create the installer for our product on that machine. When I released daily installer the code started breaking because the actual code was compiled with RTM VS2K5(this is expected) However, our previously released products running on MFC 8.0 all started breaking after installing the daily build. Why would already installed products on a system break if a product installed with the beta MFC merge modules start to break Is this what will happen when the SP ships And more importantly, how do I scrape the unwanted SP1 Beta DLLs from these now "infected" test machines Thanks, I am discussing this with MS Support but though ...Show All

  • .NET Development Bumping it up. Still looking for an answer to this.

    I have a peculiar problem. I have an application that launches a bunch of other AppDomains. I then call the newly created Appdomain's CreateInstanceAndUnwrap method and I get back an object that adheres to an interface I have defined. That interface has an event on it, let's call it ListenerEvent. I then do NewlyCreatedObjectInOtherAppDomain.ListenerEvent += new ListenerEventHandler (MethodInThisClassAndThisAppDomain); Then I tell this other Object to start processing which will sporadically call the event. If 5 minutes go by without a callback and then the object tries to callback, an exception is thrown that looks like this: A first chance exception of type 'System.Runtime.Remoting.RemotingException' occurred ...Show All

  • Visual C# problems with backslashes "\\"

    Hi, I'm using a connectionstring which is declared in the settings tab of the property page: server=10.0.10.10\\SQLserver;user id=xxx;password=xxx;initial catalog=DbTest When I call the setting in the program it loads: server=10.0.10.10\\\\SQLserver;user id=xxx;password=xxx;initial catalog=DbTest I could do replace(" \\\\ ","\\") but I can't believe that it is the right solution. anybody an idea Grtz Annihil8 ...Show All

  • Visual Studio 2008 (Pre-release) How to receive notification( exception ) on service when client die

    Hi, dears! I have no problem to catch exception on client when service die or still not exist and I'm calling some method there, but how can I receive the same on service when client die and service try to call method on callback. I'm using wsDualHttpBinding with callback methods with [ OperationContract (IsOneWay = true )] TIA Arkady Since you are aborting try OperationContext .Current.Channel.Faulted += new EventHandler (channel_Faulted); ...Show All

  • Visual Studio Express Editions Depth of Features

    I am going through a book on VB that uses visual studio 2003, using visual basic 2005 express edition. But it seems that in express edtion the user is unable to create a solution within which multiple projects can reside. There is no option in templates to create a solution in express edition, is this right or am I doing something wrong TIA If anyone as MSFT is watching, it would be nice to have an exhaustive list of differences that Express has with the other editions. The outlined comparisions like http://msdn.microsoft.com/vstudio/products/compare/default.aspx don't list all the differences. I learn of a minute difference almost daily. ...Show All

  • Windows Forms Binding 2 Forms

    Hi All I'm sure this question has been asked a 100 times over but could someone please help me with this in a detailed way. I have a form, with a datagridview which is linked to binding source. For our purposes let's call it BindingSource1. This datagridview shows a list of patients which are currently in my database by displaying only patient numbers. What I would like to happen, is i select a patient number from the list and click a button on the same form which which opens up another form which will display the information about the patient. I only want to display this information and not allow the user to edit it. How do I go about passing the information on the patient, ie. the unique_id or whatever is used to the second form ...Show All

  • SQL Server how do i convert a uniqueidentifier, given the value.

    convert(uniqueidentifier, 00000000-0000-0000-0000-000000000000) not working.   I am assuming that you are passing in a string, and converting to UI.  Put single quotes around the string. Example:  Select convert(uniqueidentifier, '00000000-0000-0000-0000-000000000000')   BobP ...Show All

  • Windows Forms Autocomplete ComboBox

    Is there a way to set the size of the autocomplete dropdown You know when you type in a text in the combobox it will suggest come values in a dropdownlist. Can the size of the thing be set Thanks, does someone already know how to do this I want to manually specify the width of the autocomplete dropdownlist, here is how my autocomplete dropdownlist looks like in this moment: http://img364.imageshack.us/img364/1429/muestraincorrectoautocoix4.png but I can't find how to do it, I only found this thread ...Show All

  • SQL Server UDT - SQL Server 2005 - How to add custom properties in C# ?

    Hello to everyone, I've a question about UDTs and the way I can use them to access tables and columns where they are applied in a SQL Server 2005 DB . I've already spent 2 days googling and MSDN reading but nothing helped me to solve my problem, thats why I'm posting it here (this is the second post, maybe the last one was in the wrong Forum). The scenario follows: I've created a UDT called MyUDT that exposes 2 properties MyTable , MyColumn , here its the code: [Serializable] [SqlUserDefinedType(Format.UserDefined, IsByteOrdered = true, MaxByteSize = 8000, Name = "MyUDT")] public class MyUDT : INullable, IBinarySerialize {     private string _myTable;     private string _myColumn; .. ...Show All

  • Visual Basic Mshtml size problem

    I am using Microsoft.Mshtml.dll in my project, but it is to big for my app. To simplify my application is only 60 KB big in size, and the mshtml.dll is 7.3 MB big. My application doesnt work if I dont copy the file localy. Is there any way of resolving my problem and reducing size of my application I am using click once to deploy my projects, and it doesnt support compression. How come your application doesn't work if you don't copy mshtml.dll locally It is usually a bad idea to copy system files locally; for example, if Microsoft patches mshtml.dll, then your application will be using the unpatched version. Can you let us know why you can't use the mshtml.dll file in the syste ...Show All

  • SQL Server Restarting OLAP Service fails / ultraslow

    Hi, since about 2 weeks I have a problem with the MSSQLServerOLAPService Service. When I try to restart it, the following happens: till about 50% of restarting, it goes smooth... but after that, it goes very very slow... finally generating the following error: "Could not start the MSSQLServerOLAPService service on Local Computer. Error 1053: The service did not respond to the start or control request in a timely fashion." I have to click OK then. The service list shows me that MSSQLServerOLAPService service is "Starting". After about 3 to 5 minutes, it says "Started" and then I can use the Analysis Manager again. During restart I can see the following processes eat memory and they keep the memory allocated ever after. msm ...Show All

  • Visual Studio Tools for Office Does the Tools for Office edition still have the ability to build and deploy traditional VS applications or .NET websites?

    Wrote an email to a college for advise about which version of Studio to upgrade to from 2003 professional I am asking for an upgrade of Studio for next year. Thinking that the "Visual Studio Tools for Office" might be better for me that the regular "Visual Studio Professional Edition". Main difference is that I only get vb & c++, and no Crystal Reports", but I get "Office Access 2003 Developer Extensions". College wrote: That sounds like a good idea at first, but I'm not sure that you assumptions of the capabilities of the Tools for Office edition on its own is entirely accurate. I am suspicious that you will only have the ability to build MS Office applications with the Tools for Office. I am not cer ...Show All

  • Visual Studio Express Editions Problems downloading Visual Basic/Visual C++

    I recently restarted my system, which had visual basic 2005 express edition, and i downloaded it with no problems. However, when i restarted the system and tried to download Visual Basic or Visual C++(from http://download.microsoft.com/download/C/E/3/CE3EB81B-12FE-4503-A566-0E0F49E4A5ED/vbsetup.exe ), nothing happens. I mean, it is a completely blank screen, and no download dialog appears. I tried to right click-save as, but the file was an html file. When i viewed the source, it just shows the <html> and a couple of other tags, none download related. I have internet explorer 7 beta 3, and i downgraded to 6 and temporarily disabled pop-up blockers and firewalls, but it still didnt work. What could be the problem ...Show All

  • Visual C# How to write Urdu on C# Controls

    How can i write Urdu on C# Controls(e.g. Button, TextBox, Treeview, etc.). In urdu there are multiple glyphs for every characters. Different glyphs of a character are used depending upon the position of the character in the word. Its Urgent.... Plz Reply as soon as possible... Thanks, Actually i have to write urdu on the controls, dynamically. But when i write urdu on the controls it dosn't joins the the characters, as it does in the richtextbox control of C#. In the richtextbox control i only provide the unicode of the urdu character and it automatically joins the characters according to the position of the character in the word. Is there any such class or function in C# that joins the chara ...Show All

  • SQL Server Regarding MSsubscription_agents table....

    Hi, I am using transactional replication with updatable subscriptions. I am not able to apply the snapsnot after doing schema changes. The subscriber throws the error Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression. This error is thrown on the below query... select * from MSsubscription_articlecolumns where artid = 4 and agent_id = ( select id from MSsubscription_agents where update_mode > 0 and UPPER ( publisher ) = UPPER ( N 'Servername' ) and publisher_db = N 'TestTransUpdate2' and publication = N 'Test_TransUpdate2' ) The table MSsubscription _ agents is having more than one record for the ...Show All

©2008 Software Development Network