Software Development Network Logo
  • Visual FoxPro
  • Windows Live
  • Architecture
  • Visual C#
  • SQL Server
  • Windows Forms
  • VS Express Editions
  • Visual Studio
  • VS Team System
  • Smart Device
  • Visual J#
  • .NET Development
  • Visual Basic
  • Visual C++
  • Game Technologies

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

JPCat

Member List

Bill Byrnes
JardaJ
Bordak
nlitement
Paul Ayre
thatKid
Dimitris Asimakis
Jarodtweiss
StarRrr
BIODIGITZMAN
shenk
ReneX
Thomas Leirer
RafOv
Sethimus
Adrian Griffith
Sugoiram
rthurber
Coqui
callvishnu
Only Title

JPCat's Q&A profile

  • Visual Studio Skipped Loading Symbols

    I've been working on an ASP.NET 2.0 project (in debug mode) and I just started getting the "The breakpoint will not currently be hit. No symbols have been loaded for this document" error when I set some breakpoints in my code (in all of my projects and not a particular one) When I run my project and view the "Modules" Window. the "symbols status" for all the items ( mscorlib, system.web.dll, syste.web.xml, etc..) is "Skipped Loading Symbols" when I right click on one of these items and choose "Load Symbols", and click ok on the "find symbols" box, I get this "The symbol fi ...Show All

  • SQL Server executing package as job

    Hi, I am having trouble executing a package as a job in SQL Server 2005. I can run the package fine manually from sql server but when I create a job for that package and run the job I get an error that says The package execution failed. The step failed. I am completely lost at this point. Any help would be greatly appreciated. Thanks Brian This article describes what can go wrong and how to troubleshoot it: http://support.microsoft.com/kb/918760 Please check it out. ...Show All

  • Software Development for Windows Vista Designer and the Toolbox

    We are working on integrating the workflow desinger into our suite of tools. Our shell currently has a toolbox that implements the IToolboxService interface. When we create the DesignSurface for the Workflow designer, we pass in our root service provider (which contains our toolbox service). However, the Workflow designer never asks our service provider for the IToolboxService (though it does ask for many other services). How does the list of available activities, etc, get populated in the Visual Studio toolbox Thanks! I'm trying to create activities and workflows on-the-fly (xoml) and drop them onto the de ...Show All

  • .NET Development White space below a nested table

    I'm sure this has been asked an answered, however, I am finding difficult to remove the white space that appears below a nested table.  In otherwords, I would like the table to fill the entire cell (<td>) however, it seems to leave a line, below the nested table in the cell.  Is there a tag or setting that will illiminate this behavior For all of you having this problem, as i did, simply make sure that <td> and </td> are on the same line as your cell content. For example: <td><table>     <tr>         <td> ...Show All

  • SQL Server Can not connect to SQL Express from a different computer

    Hello, I have the following problem: I can not connect to an instance of SQL Express from a computer different than the one that the SQL Express is installed on. When trying to connect through Management Express Studio Express CTP I get the following error: **** TITLE: Connect to Server ------------------------------ Cannot connect to (nameofserver)\SQLEXPRESS. ------------------------------ ADDITIONAL INFORMATION: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote ...Show All

  • Windows Forms Menu Items query

    I'm doing a simple C# program putting a 'check' mark next to a menu item, in VS2003 I would simply use    menuItem10.Checked = isBolded ....etc But on VS2005 it won't let me use the same syntax. Do I need to be using ToolStripMenuItem instead of just menuItem, because Intelisence does not seem to recognise menuItem10.Checked Also how do I differentiate between the the menuitem number menuItem10 etc Any ideas would be great! Many thanks, James sorry, for the first lines I surely mean MenuItem menuItemCopy = new MenuItem("Copy"); MenuItem menuItemPaste = new MenuItem("Paste"); ...Show All

  • .NET Development How Can I Perform Command On FTP Server ??

    Hi How Can I (Delete File, Rename, Create Directory , ext..) from the FTP Server with the Help of FTP Classes in .NET Framework 2.0 I have the following Code to Delete the File From FTP Server FtpWebRequest ftpRequest = ( FtpWebRequest ) WebRequest .Create("ftp: //localhost/FileName.txt" ); ftpRequest.Credentials = new NetworkCredential ( this .username, this .password); ftpRequest.Method = WebRequestMethods . Ftp .DeleteFile;   But How Can I send the command to perform the deletion And Thanks with my regarding Fraas Regarding of my last question I have search in google and  ...Show All

  • Software Development for Windows Vista When does vista beta 2 become publically available?

    Any body know the date i heard may 27 but not sure. I'm sorry, but your question does not relate to programming for Windows and is therefore off topic here. www.codeproject.com is an example of a programming site that has a general discussion area where this sort of question would be allowed. ...Show All

  • Visual Basic I need help pls...

    I am a beginner in VB.. and i've only programmed a little about it.. is there someone who can tell me how can i learn the VB 2005 with only VB6 as my background can someone pls redirect me to a tutorial or beginner's guide to VB 6, VB.NET, and VB 2005.. plss i hope you won't ignore me... i just nid real help... Here is a link from the VB developer center. http://msdn.microsoft.com/vbasic/learning/ ...Show All

  • Visual C++ Header file Hell

    Alright, I was on of the lucky few that couldn't get windows.h at all.  So downloaded the img and then copied the files over completly. Now when compling my project I get the following mess: c:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include\WinNT.h(222) : error C2146: syntax error : missing ';' before identifier 'PVOID64' Needless to this error comes up at least a few more times as PVOID get references through the WinNT.h file.  I'm not really worried about why the file is being included at this point.  I just want to know how to fix it. The line it references in the header is this:    typedef ...Show All

  • Visual C++ include file not found--in only one file of the project -- Visual Studio 2005

    I am using Visual Studio 2005 for a mixed C++/C# solution, which contains one C++ project for access to an unmanaged API provided as header files and a .LIB file. In my C++ project, I have two files which do #include <global.h> , a .cpp file containing code, and a .h file with declarations for the .cpp file. Both files are in the same project, and have the same path for include files, and use the exact same include files in the same order (global.h is actually the first of several header files needed for the API). The .cpp file compiles without errors--however, the .h file gives the error Error 1 fatal error C1083: Cannot open inclu ...Show All

  • Windows Forms Icon Libraries

    Anyone know of a good source for icons to download for use in windows forms  I'm looking for some that are small enough (16 x 16 range) to use in a treeview control and pertain to project management, construction, or job costing. Thanks for any input! I was also searching for 16x16 icons, and found your post by searching google - ...Show All

  • Software Development for Windows Vista ASP.NET hosting (WebService) of Windows Workflow Foundation

    Hi all, I've decided to go about hosting the runtime in an ASP.NET environment, specifically a webservice. All is looking good on the 'design table' except for ONE thing...... Upon hosting the WorkflowRuntime, and I fire up a sequential workflow, how do I know when it's finished (I'd like to be able to use the Async features in ASP.NET 2.0) The reason why I ask is most of the examples either wait on the current thread - waitHandle.join() etc., or workflowRuntime.WorkflowCompleted += new ......run my workflow completed routine. At any point in time there could be 200 workflows running and I dont want all the pages with registe ...Show All

  • .NET Development How to manage multiple database at remote locations?

    HI All, How to manage multiple databases at remote locations for single web application which is made in Asp.Net 2.0 one way is Make one database as master database and put all other database information into that master database. Is ther any other way for that Thanking you David Hi, Thanx this one is realy helpfull to me. One more question regarding it. Suppose i had two differnt table In one table let say 2 fileds (PersonId, Address) and in other table let say 2 fields (PersondId, Name) I get data of both the table in one dataset in two different table. Suppose i want to merge that both datatable c ...Show All

  • Windows Forms Controls Resizing

    I have 3 controls on a Panel.The panel is docked to Fill. The client has demanded that the controls on either side (i.e a listview and treeview) be resized with the form but the center control which happens to be a Panel with buttons(Add/Delete) be nonresizabale.I have managed to achieve this programmatically, but I'm running into the following problems, 1 As I'm unable to use the Docking and anchoring properties(I have tried to my wits end but unable get this working as per the clients demands) the resizing is not smooth and the controls seem to flicker.How can I over come this . 2.Another problem that I'm facing is on minimizing the for ...Show All

©2008 Software Development Network