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

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

paso

Member List

Steve98796
Rraj
Daye Rev
simon_
ailin
Mendip162
GalaxyNg
WXS123
Jawad Naeem
RavirajDanasekaran
Lee John
Venu Yankarla
milkshake
Chris Baldwin - MSFT
say_2000
prozac11
Pedro Remedios
James Mayer
Tigger99
Steve Severance
Only Title

paso's Q&A profile

  • Visual Studio Team System error: Incorrect syntax near connect

    CREATE USER [us\user] FOR LOGIN [US\use] WITH DEFAULT_SCHEMA=[dbo] GRANT CONNECT TO [us\user] When i import a schema. I am getting this error. Does any body know what is the solution for this Msg 15006, Level 16, State 1, Line 1 'us\user' is not a valid name because it contains invalid characters. I got the above error while running the above query. Where are you getting this query from Is it being generated by VS while doing import database. If yes, can you please try the following. Comare the given database with an empty database using Schema compare, and view the generated sript. Let us know if you see such statement there. Thanks Sachin ...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 I forgot to say that an Ordinal comparison does not help me - it works in this case, but not with the rest of the Unicode Greek alphabet. For example the Unicode characters \u1f00 and \u1f ...Show All

  • Visual Basic Need to call a function with a string out of a database

    I have the names of a functions stored in a database field and as I loop through the records I need to call each function with that value (string). Like... QTY = CallThisFunction(Row!FunctionName) THANKS from the object browser "CallByName" Public Function CallByName (ByVal ObjectRef As Object , ByVal ProcName As String , ByVal UseCallType As Microsoft . VisualBasic . CallType , ByVal ParamArray Args () As Object ) As Object Member of: Microsoft . VisualBasic . Interaction Summary: Executes a method on an object, or sets or returns a property on an object. Parameters: ProcName : Required. String. A string expression containing the name of the prope ...Show All

  • Visual C# looping through XML dataset

    Hello all, I have loaded an xml file into a dataset and I can get to each value in the dataset, except for one because it has multiple values. I have tried using "nodes" ienumerator etc etc etc but I just cna't seem to get this to work. Any help is GREATLY appreciated as I am pretty much at my wits end... Thank you!! This is the XML file: < xml version="1.0" encoding="utf-8" > <DAPak xmlns:xsd=" http://www.w3.org/2001/XMLSchema " xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance "> <userID>ctmell</userID> <userPW>test</userPW> <OutputFile>.\temp\3242.PDF</OutputFile> <ReportID>3</ReportID> <dtBegin>2005-03-01T0 ...Show All

  • Visual Studio Team System New Files added to Project OUtside of VS

    I use CodeSmith and Nettiers to generated the Data Layer for our project. It generates a bunch of classes and the project file for me. So here are the steps I follow when generating code. 1. Check out the the projects and everything in them. 2. Close VS and generate the code. This does create new project files in the same location. 3. Open VS. It says the binding information does not agree, I choose the Solution Binding option on the nag screen. 4. Check everything in. The problem is, if there are new files in the project, Team System does not see these as new files in the project. I can't right click them and add them. It just doesn't do anything with them at all. The only thing I can do is manuall go and choose the file fr ...Show All

  • SQL Server Select All = no Result

    hey there I have parameters in my report set up CallStatus = string Available Values are non-queried and values are listed in the value list closed, open, pending, select all If I choose each one separately I get a result - if I choose select all I get no result. This worked fine attaching to another datasource - I have now attached it to a new source. Tried altering the relationship to properties to a left outer join but this made no difference. Can someone tell me what else I should check thanks Perhaps if you use a wildcard and modify the 'select all' value to a space like this: IF (@CallStatus = 'select all') SELECT @CallStatus = '' SELECT Company.CompanyName, Ticket ...Show All

  • SQL Server SQL server 2005 Installing Problem

    This doesn't make any sense. I am trying to install SQL Server 2005 on SBS 2003 with Service Pack 1. According to Windows Update, there is nothing left for me to install. However, I am getting this error (while installing SQL Server Express and the Developer Edition): "Your operating system does not meet Service Pack level requirements for this SQL Server release. Install the Service Pack from the Microsoft Download Center at http://go.microsoft.com/fwlink/ LinkId=50380 , and then run SQL Server setup again." When I go to the link, there is nothing there to download (it takes me to the main Microsoft download page). I meet all the requirements that I have found. What gives Thanks, I wo ...Show All

  • Visual C++ Doing HTTP GET and POST requests / URL encoding

    Are there API functions for doing simple GET and POST requests Are there built-in functions for doing simple stuff like URL encoding, etc longwood HttpWebRequest or CInternetSession, System.Web.HttpUtility.UrlEncode or UrlEscape , depends on your choice of managed/unmanaged code ...Show All

  • SQL Server using a text editor to open a SQL Database

    is there some way to access a corrupted database with a text editor so that I can copy over my text database to a new database file I apparently have corrupted my file headers of both the online database and my backup copy. Thanks in advance for your help I've tried to add users with the Web Admin tool and also I created an aspx page on the site to add users thinking that perhaps that would reset the problem. It is still reading an error message. If you'd like to try that out it is located at http://nappap.org/newuser.aspx thanks, any insights will prove helpful, I'm tapped out. ...Show All

  • Visual Studio Team System VSTSTFSRTM expires this month, whats next?

    The virtual pc image VSTSTFSRTM will expire by the end of september. Will Microsoft release a new vpc for another 180 day We have used the trial VPC for TFS experimental purposes and we would like to continue with that even after we have deployed a real TFS server (for continous process and method development based on TFS). I guess that we are not alone in wanting to have a full TFS environment up and running on a laptop in a few minutes. An environment that we can do different kinds of testing and dispose, start again etc. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Disabling Multisampling in XNA Release 1.0

    I was just wondering how you would go about disabling MultiSampling, because my card supports shaders 1.1 (and I will be getting a 3.0 soon), but I need to know how to disable MultiSampling. Here is what I have for code now but it doesn't work: GraphicsDeviceManager graphics; ContentManager content; public Game1() { graphics = new GraphicsDeviceManager ( this ); content = new ContentManager (Services); } protected override void Initialize() { this .graphics.GraphicsDevice.PresentationParameters.SwapEffect = SwapEffect .Discard; this .graphics.GraphicsDevice.PresentationParameters.MultiSampleType = MultiSampleType .None; this .graphics.ApplyChanges(); base .Initialize(); ...Show All

  • .NET Development developing webservice on Dev server

    Please let me know if this is correct. I would like to have a Web server installed with visual studio 2005. Develop web services in it. Then from the workstation where I develop apps, reference the webservices on the web server, as opposed to what I do now (Developing webservices in the same solution with the other projects). If the above is possible, then how do I referene the webservices on a webserver on the same network Is it by add webreference and enter the http address of the services in the web server Thanks Using .net 2.0 It seems the setting is set to dynamic by default. So basically, from the client project, I have to enter the http address to the webserver via Add Webreference Should there be a ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNAInvaders

    My first release of XNAInvaders is available. Its currently binary only (source will be released when its a bit more completed). Anyway more details and download can be found here. Will be interested in any comments/feedback Cheers Andy XNAInvaders has been updated - very nearly at first release (which will be source release). Only the Game Over screen left to do. For more details and download link see the line in the first post. ...Show All

  • Visual C# How To Call Window Security Object Selection Dialog By Code

    I want to know how to call window object selection dialog to add user or group from 2K/XP ...Show All

  • Visual Studio Team System Customizing home page on custom process template

    I downloaded the "MSF for CMMI Process Improvement" and created my own template. However i am not able to get customize the home page part of the template. Basically for the template i am planning to create i need to get rid of the following items on the left navigation menu on project home page: 1) Process Guidance 2) Reporting menu How do i go about doing this TIA, Raj Hi Raj, Did you start with the source from http://www.microsoft.com/msf (on the cmmi subpage) If so, you can modify the xslt (sidemenu.xsl) and the xml (nav.xml) to modify the menu structure and recompile the xml into html using MSFWinBuild. Let me know if you need more information. Cheers, Rand ...Show All

©2008 Software Development Network