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

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

ckphilli

Member List

Scott Anthony
Shawn_Coutts
truepantera
thenxtgoldberg
Usha Pini
mrLarry1975
JavaBoy
Pavel Brokhman
Tengu
MatrixResolver
tempp
AmineYA
AnonymousI
N8NT
ved_30
BJohnson
mailtojp76
Emphyrio
Thomas Israelsen
mchean
Only Title

ckphilli's Q&A profile

  • Visual Studio Express Editions HOW TO: Error while trying to run your project!

    I have a program and it gets an error like this: Error while trying to run project: Unable to start debugging. The binding handle is invalid. Anybody here knows about his Help me my fellow pleaseeeeeee. hi, do that happen with every project you made or just a particular project if it happen just with one project you can try this there is an error tab you may find it project menu or view menu i do't remember , click it , it will appear in the bottom of your id and have a list with all the errors in your code , double click anyerror from the list it will show you the line where that error occur hope this helps ...Show All

  • .NET Development OLEDB + SQL

    I'm importing an excel worksheet into SQL Server VIA a Import Procedure i created in VB.NET (2003). The excel worksheet's first column has a mix of Integers and Strings. When I populate the datagrid (which i'm using for testing purposes to preview the data before it is entered into the SQL Server Database), I see the Strings, but I don't see the integers. the strings are int he format of "M00000" and the integers are in the format of "000000". What would be the reasoning to this and is there a way to fix it Things I've tried: Converting and Casting I saw what the error was, I didn't see the other double quotations at the beginning of the Extended properties (go me for not noti ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What do I have to do?

    What do I have to download to make a game! any help will be helpful! This all depends on what you want to use. I use the DirectX SDK and C# (Free : C# Express), Also take a look at XNA. These products are free and you can download them by going to the following links. http://msdn.microsoft.com/directx/ and http://msdn.microsoft.com/express/ You can also find a nice collection of tutorials and resources on the following sites. http://www.mdxinfo.com http://www.thezbuffer.com http://www.gamedev.net http://www.virtualrealm.com.au/blogs/mykre/ I hope this helps. Take care. ...Show All

  • Visual C# A cryptography problem.

    Hi folks. I'm loosing hair at an alarming rate cos I just can't get the this to work. I'm encrypting data and then decrypting it again. Problem is, that upon decrypting I get the following error "Length of the data to decrypt is invalid." I have no idea why. Here's my encryption and decryption code. private static byte[] RijndaelEncrypt(string sText) { ASCIIEncoding textConverter = new ASCIIEncoding(); RijndaelManaged myRijndael = new RijndaelManaged(); //byte[] fromEncrypt; byte[] encrypted; byte[] toEncrypt; ICryptoTransform encryptor = myRijndael.CreateEncryptor(keylock.AltairKey, keylock.AltairKeyIV); MemoryStream msEncrypt = new MemoryStream(); CryptoStream csEncrypt = new ...Show All

  • Windows Live Developer Forums Fire Fox Map not sizing right

    I have a page that contains a VE map and am using this code to make the map the size I want it: <div id='myMap' style="width:700px; height:880px;"> In FireFox 2 the map fills the whole window I have added this code to detect the browser: var ffv = 0; var ffn = "Firefox/" var ffp = navigator.userAgent.indexOf(ffn); if (ffp != -1) ffv = parseFloat(navigator.userAgent.substring(ffp + ffn.length)); // If we're using Firefox 1.5 or above override the Virtual Earth drawing functions to use SVG if (ffv >= 1.5) { Msn.Drawing.Graphic.CreateGraphic=function(f,b) { return new Msn.Drawing.SVGGraphic(f,b) } } I had hoped that would fix the problem but it did not. Does anyone know how to fix this problem ...Show All

  • Visual Studio Team System Project Management templates are empty

    Hi all. I have downloaded the last MSF for Agile Software Development Process Guidance . But unfortunately I have an empty templates in Project Management folder: Development Project Plan.mpp, Project Checklist.xls, Test Development Plan.mpp. All these files are an empty documents. Is this correct and process guidance include only empty files or may be I have some problems wiht install. Thanks. If you have the TFS Office integration installed, you should see a button called "Choose Team Project". Press this button and you should see your project. Once you have selected your project, press the "Get Work Items" button. Take a look at my demo on http://www.microsoft.com/events/ ...Show All

  • SQL Server Create local cube from remote AS server

    Hello I try the following: I 1) connect to a remote server and browse its AS databases and cubes 2) display one cube in a OWC 10/11 pivottable (by setting .connectionstring and .datamember 3) try to create a local cube from this server database/cube using "CREATE GLOBAL CUBE...") giving a unc path as target Steps 1 and 2 are successful (I use a named user in the format domain\username). Step 3 gives an error: either a connection cannot be made to server ... or AS is not running on this computer When I try this with my local AS, 1 to 3 works fine (assumed I use localhost and integrated security) Questions: 1) Is there any rule for user accounts to be able to create local cubes 2) I get an error (no. -1056899072) in th ...Show All

  • Windows Forms ClickOnce problem

    Hello, ...Show All

  • .NET Development Load image column from database into image control

    Hello all, I am using VB.NET 2005, and I have an image from database that need to load into image control in the form. This is what I got so far. 1) strSQL = "SELECT MyImage FROM ImageTable" 2) making connection to database 3) sending sql command to retrieve image from database cmd = new SqlCommand(strSQL,myconnection) 4) myReader = cmd.ExecuteReader() 5) myReader.Read() 6) Load image from DataReader into Image control 'This is the step I don't know how to do it. Please help Thanks very much. Look at Load image from Database, I posted the code for this. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=250564&SiteID=1 This code shows storing and showing. ...Show All

  • Visual Studio Team System Choosing between VS2005 versions?

    What is going on with all these VS 2005 versions out there My god From 2 - 3 versions, to 15 I am trying to find what I should upgrade to, but there's so much *** that comes attached with these packages (like the MSDN subscription) and meanignless names that I cannot decide....and I call myself a developer. Imagine trying to convince my boss to spend $10 k on a package. I used to have the Visual Studio 6.0 Enterprise edition. Great Then I upgraded to Visual Studio .NET 2003 Enterprise Developer Edition. great Now we want to purchase 2005, but WTF What is the equivalent Team Edition for developers with MSDN subscription That damn thing costs an arm and a leg. Can someone tell me which of the packages has all the tools needed fo ...Show All

  • SQL Server Tools to generating database creation scripts.

    Hello, there are a tools, or a "ways" to generating "database creation scripts" from a MDF files Thank you for help. Bye Toni YOu will have to attach the Database to an instance first. Then you are able to use the SMO classes or any GUI (like SSMS) that can create scripts of objects. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Beta 1 & Beta 2 Together

    Hi - I've been distributing a small compiled demo of an XNA game and I've run into the problem that if the end-user has both beta 1 redist & beta 2 redist installed, even though I'm referencing the beta 2 DLLs, the program automatically references (or does something) with the beta 1 DLLs. Is this unsolvable, or is there any way to fix this Thanks in advance... Fair enough - thanks for the answer. Weird that it automatically references the previous version, but oh well it's not like most people will have have 2 versions installed (end-users that is). ...Show All

  • Windows Forms Mouse Location Problem

    Hello, I'm on a project, something like a mini-photoshop. I've done the basic stuff like opening the picture, drawing lines, using a pencil etc. well, I made a control that I see the position of the mouse with its X and Y coordinates as a MouseMove Event. But now I see that it just makes the program work really slow (I see its bad effect when I'm using a Pencil tool for drawing. It draws slower than it used to do when I didn't have the mouse coordinates as a mouse event.) Can you suggest something for this the code is: (visual c#) private void pictureBox1_MouseMove( object sender, MouseEventArgs e) {      form1pcm.toolStripTextBox1.Text = e.X.ToString();      form1p ...Show All

  • Visual Studio Express Editions How do I disable resizing in applications?

    I want to disable the ability to resize or maximize my applications. What code do I put in the program, and under what class (form load, etc.) Thanks To set a form as not resizeable set the BorderStyle ( FormBorderStyle ) to something appropriate: to display a non-resizeable form it would be set to FixedDialog . The 'resize' border on a form will not show, hinting that it isn't a resizable form: this is important for accessability reasons. ...Show All

  • Visual Studio Team System Test Run deployment issue

    Hi all, I am currently trying to run a web test and keep getting the following error: Test Run deployment issue: The location of the file or directory "\\ardc2\users\debram\my documents\visual studio 2005\projects\testproject1\webtest1.webtest is not trusted. I would love step by step instructions on how to fix this if anyone knows how to fix it. Also, I was wondering if there is any books available on the Testers edition as I would like to learn more before jumping in with both feet. Thanks in Advance! By default the .NET Framework's security policies do not trust locations not on the local machine. You need to use the Microsoft .NET Framework 2.0 Configuration utility (under Administrative Tools) to change this, or ...Show All

©2008 Software Development Network