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

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

Coritani

Member List

Sundaraguru
armyofautomata
CrazyNun
kangalert
mognog
Aleniko29139
George2
customization
jay e
lagu2653
Chrismanster
Hugo Cordeiro
Arie Jones
renon
microsoft_programmer
Saad Ahmed
jackinthegreen
jwaddell
Octopus384
Phil Atkin
Only Title

Coritani's Q&A profile

  • SQL Server SQL Server Express Edition - no service pack yet

    I installed SQL Server Express on my local pc using the default settings. I also have SQL Server 2005 installed on the same machine. With the SQL Browser service running, I am unable to connect to the SQL Server Express database. I receive error: Cannot connect to MyComputerName\SQLEXPRESS. Additional information: An error has occurred while establishing a connection to the server. When connecting to the SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server) Any ideas why I'd be receiving an error about remote connections when the connection I' ...Show All

  • .NET Development protect database file

    hi I am working in dictionary program ...working by vb.net I have my database and fineshed the project...the problem is: when the user install the application in his pc, he can find the dic.mdb file and he can access it or open it without the program.... I want to prevent the user to use my database out of my program... password is no enough protection nither cambiar el extintion of the database file.... I sow smiler programs and could not find or access thier databas file...I do not know how can I do that.... may u tell me about that thanks alot Is this a question to the Visual Studio Team Edition for Database Professionals forum or is it a general question (ACCESS DB) Why is the password ...Show All

  • Visual C# display xml file

    hi, i can used display le. But it only display one xml file eventhough i have 3 xml file. Please help string [] p = getXMLFile(); DataSet mainDataSet = new DataSet (); DataSet ds = new DataSet (); for ( int i = 0; i < p.Length; i++) { ds = new DataSet (); ds.ReadXml(p); mainDataSet.Merge(ds); } gvQuotation.DataSource = ds; gvQuotation.DataBind(); public string [] getXMLFile() { string myDir = Server.MapPath( "" ); //DirectoryInfo dirInfo = new DirectoryInfo(Server.MapPath(relativePath)); // using tat u no need to worry whether the file found it the change com , it will auto-map. string fileType = "*.xml" ; stri ...Show All

  • SQL Server Web Synchronisation Using RMO

    hi every body please help me out on this issue , since i am at final stage in finishing up the module. Previously i had done web synchronisation using RMO it is working fine at my office where i have an 2003 server which is an domain controller , publisher i have configured on the 2003 server , and i had subscribers on xp Machines where it was well working fine, clients were not on the domain , it is an independent Machine. we had an security error which was resolve by this same forum, ie the client windows login id should exists on the server too. only then synchronisation is happening at our office, Now the problem is i have an same setup , but the server 2003 is hosted at a remote place , which is not an domain controller, n ...Show All

  • SQL Server Executing MDX StoredProcedures using AdomdClient.dll

    Hi fellow developers, At the moment, i have a SSAS 2005 installed and a working cube on it. Everything is working fine. However i want to have an ASP.NET Page to access some of the data in the cube and present it. Well this would be no problem at all, if i use the AdomdClient and send queries over it, but this destroy my layer architecture. I dont want any Queries in my Application, but in the SQL Server. When i used a sql server database i always used stored procedures to access the data because of security and consistence. Now is there a possible way to create MDX Stored Procedures and execute them with the Adomd API like i did with sql server databases Or other clean solutions like creating mdx libraries on server and acc ...Show All

  • .NET Development String.Compare with Unicode characters

    I am trying to sort a list of Greek Unicode strings, but I can't get the .NET framework to correctly sort or compare the accented vowels. For example String.Compare(" "," ") // or String.Compare("\u1f00","\u1f30"); always returns 0 and String.Compare(" ","α") always returns -1 regardless of the Culture information (current, invariant, Greek) I use in the other arguments of the Compare function. Is there a way to make the first comparison return a negative number The native API function is CompareString() . Same problem though, it returns CSTR_EQUAL for the all the characters. Windows Vista has CompareStringEx() but I can't try it yet. ...Show All

  • Windows Forms Tooltip Owner Draw

     Just working on a customised tooltip and in the meanwhile i realised that, when isballoon property is set to true, also ownerdraw is set to true..interestingly the draw event is not firing!!!. what could be the reason.. is this by design or a bug Thanks for the reply. all that i am trying to do is, have a balloon tooltip and with some small image which can take me to a context menu plus some additional stuff. So, i tried by keeping isBallloon to True and also OwnerDraw to True and then writing the code under draw event assuming that balloon window type will be created on its own as i kept isBalloon to true and remaining stuff handling in draw event.. but unfortunately it is not firing....Can you ple ...Show All

  • Visual C# Parameter and Enum Value

    command.Parameters.Add("@Type", _ENUMValue); I have this paramter but when i call my insert function i want it to insert a ENUM value for the property that is assigned to represent this parameter in the sql querey....is there way to do this Do i need to be more clearer yes that looks ok.... Make sure also that the parameter is set for SqlDbType.Int SqlParameter theParam = new SqlParameter("@param", SqlDbType.Int); theParam.Value = (int)BusinessObjects.VendorInsurence.TypeOfInsurance.Cargo; ...Show All

  • Commerce Server Azman failing to load stores

    Hi When I start AzMan it tries to load the stores that were previously loaded, which at that point it displays an error message saying that it couldn't find the file paths. When I then open the stores manually there isn't a problem. Has anybody seen this behaviour before My main problem is that the Catalog service tells me "the current user is not authorized" and I wondered if the two problems were related. Thanks in advance Paul These two problems are not related. One workaround you can try for the azman problem is to first manually close the currently opened authorization store before closing the Azman MMC. Next time you start azman.mmc it should open without trying to access an ...Show All

  • Visual Studio Trial edition VS2005: Architect edition on XP

    Hi there, I would like to evaluate the Architect parts of VS2005. Seems to me that in order for me to do that, I must install Team Foundation Server The problem is, that my laptop runs XP, not Win 2003 Server. Best regards Thomas ...Show All

  • Visual Studio Team System Newbie: editing a branch

    I have a project A which I branched to B. Now I have to edit some files in B (the branch). I can do it in the Source Control, but changes are not "introduced" to the solution so I cannot compile and test. All documents I have read edit this way, but never compile!! What am I missing Which would be the best way to accomplish Another solution pointing to the phisical branch It looses source control. Many thanks I would suggest that after you take branch B, make sure you commit the branch. Then open up the solution (from branch B) and edit it as you normally would. You can then merge it back to your original branch if thats something you plan on doing,. ...Show All

  • Visual Studio 2008 (Pre-release) Where can I find LocBaml?

    Hy. I've reached the page http://windowssdk.msdn.microsoft.com/en-us/library/ms771568.aspx , but the link provided there doesn't work. Any ideea where can I find LocBaml Thanks. ...Show All

  • Visual Studio Express Editions Locking Mouse

    Hi ive been looking for days to find the code that will lock "Block" the mouse move event from being processed... So far i've tried the code: actHook= new UserActivityHook (); actHook.OnMouseActivity+= new MouseEventHandler (MouseMoved); public void MouseMoved( object sender, MouseEventArgs e) { Cursor .Position = Ace; } where Ace is the point that the mouse was at last. This doesn't work unfortunatly as i can still move the mouse around... That event is hooked with a class called UserActivityHook (declared as actHook) (not my class) UserActivityHook public event MouseEventHandler OnMouseActivity; I'm thinking that Cursor .Position is only repainting the cursor and while the mouse ...Show All

  • Visual C# How to insert a paragraph?

    I'm very new to VS.NET C#. I'm creating a simple app. to launch a flash tutorial. In the form, how do I insert a paragraphc explaining what this app. is going to be I tried the Lable control but it does not give me multi-line option. What do I need to use Thanks! ahmedilyas wrote: sorry how do you mean by the "property flyout" on the right I mean the Properties Window. Is there a way to edit my texts without going to the Properties Window and Text ...Show All

  • Windows Forms PrintControllerWithStatusDialog Localization

    For my application, we are implementing printing so that it runs on its own thread in the background. Currently the PrintControllerWithStatusDialog is displayed to inform the user of the progress of the print job. I have been unable to determine how or if this dialog handles localization. Does it display in the language of the OS Does it require the appropriate language pack be installed per the .NET framework Is it always in English Can the language be set per the threads UI Culture Any help / guidance would be greatly appreciated. Thanks. I installed the Spanish language pack and set the CurrentUICulture to Spanish on my printing thread. It did change the title of the dialog fro ...Show All

©2008 Software Development Network