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

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

Jellcat

Member List

sashisme
G Pearlman
JAF000
Stigern
Paul Knepper
TommieJ
Srivatsn N
Ali Akbar
Aayush Puri
Rinaldo1961
Ellanna
Jan V133422
JamesB43_
Tiago Salgado
fan008
DanSmith2004
Shree S
Charity_student09
A. Mereaux
Sl1k
Only Title

Jellcat's Q&A profile

  • SQL Server Need Article/Information - 2 databases 1 report

    Hi All, I need to find information on how to get two oracle databases data into one report. The two databases are not really a like, althought they do "talk" to each other and pass data to each other, and their tables are not the same. One is a manufacturing database, the other financial. If anyone can point me in the right direction, that would be great. I am working with the newer 2005 products. Thanks in advanced, Kerrie ...Show All

  • Visual C# ClickOnce

    For my application I use an access database and ClickOnce for installation. When I run the application after installing everything works just fine. however, if I change something and run setup to update to the latest build the changes to the access file are gone. I figured this was because ClickOnce will install updates to new directories so I decided to move the access database to an outside directory. I figured ClickOnce would not be able to t ...Show All

  • Software Development for Windows Vista TrackData and Strings with Single Quotes

    Hi, TrackData and strings with Single Quotes don't like each other :) They terminate the Workflow. Using default SqlTrackingService and added the following line to an activity: this.TrackData("CaseStudyTestEvent", "I've made it this far!"); That's all it took. The workflow is terminated with the following exception.message: System.Workflow.Runtime.Tracking.TrackingWorkflowTerminatedEventArgs Exception: Incorrect syntax near ...Show All

  • .NET Development Debugging .NET Runtime 2.0 Error Reporting Event: 1000

    Hi, I have an application running on .Net Framework 2.0. After running for a day or so, the application stop and an error is generated by Windows Error Reporting. The message is as follows: Event Type: Error Event Source: .NET Runtime 2.0 Error Reporting Event Category: None Event ID: 1000 Date: 18/01/2006 Time: 09:46:29 AM User: N/A Computer: myComputer Description: Faulting application myApplication.exe, version 1.0.2208.39414, stamp 43c ...Show All

  • Visual Studio DLL locked

    In my Add-in I need to modify project dlls. Visual Studio seems to hold a lock on some of them. This generally happens only with dlls that are references in the project. I know it is not my code that is holding onto the object because I've run tests with Visual Studio up without my Add-in, and tried to delete the problem dlls through Windows Explorer with no success. Is there a way around this It is blocking me from moving forward with my wo ...Show All

  • Windows Forms ActiveX User Control

    Good Day All, I am having an issue that has left me bamboozled. I have an ActiveX User Control written using Visual Basic 6.0. Using Visual Studio 2005 I add the control to my Toolbox. I then drag the control onto a Panel control that is on a form. That is it. I don't write any code at all. When I run the program I get the following error: Cross-thread operation not valid: Control 'Panel1' accessed from a thread other than the thread it was ...Show All

  • Software Development for Windows Vista Adding TransactionScope to host application

    Hi. I would like to add a TransactionScopeActivity to the toolbox on the Lab10, excercise 4, but the activity is drawn as an "Unknown Item". I've noticed that all the activities that are inside System.Workflow.ComponentModel are not supported by the toolbox. Is there a way to add those activities to the toolbox Here's the line that I'm writting on the ToolboxItems.txt: System.Workflow.ComponentModel.TransactionScopeActivity, System.W ...Show All

  • SQL Server Recovery of database

    Hi, Keep getting the following error message: Recovery of database 'Jobs' (7) is 3% complete (approximately 20577 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required Right when it reaches 80% the recovery process again starts at 1%. Any suggestions on how I can recover my database Thanks ...Show All

  • Windows Forms Getting error when trying to introduce new animal

    Hi all... Just getting started, and it's not going well.  Trying to do the sample creature in Terrarium mode, but if I try to introduce either my creature or one from the server I get a stack overflow error :-( What gives ...Show All

  • Windows Forms Dreaded Failed to enable constraints!!

    After wasting a few hours on this dang error, I thought I would post on here for some help! OK, here's the code in error: datagridBills.DataSource = Me .BillTableAdapter.GetDataByDateAs(e.Start.Date) This is a datagrid and NOT a datagridview. GetDataByDateAs: SELECT Bill_Name AS Name, Bill_Balance AS Balance,IsPaid, Bill_dueDate, Bill_ID FROM Bill WHERE Bill_dueDate = @date Now, I don't understand why this works perfect ...Show All

  • Visual Studio Team System MS Project file in Sharepoint marked as read-only

    Hi, We are experiencing the same problem as this person (http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=8011&SiteID=1). Even though no one has the project file open, MS Project says that the file is in use and is locked for editing (but no specific person is named, like when someone really has the file open). This happens even when I am the only one editing a MS Project file. After X number of minutes, the file can be opened in read-w ...Show All

  • .NET Development TCP/IP Connection

    Hi, I am new in C# programming. I have developed a Client-Server Application.The Clients can loggin to the Server and send messages to each other. My Question is: How can the Server know whether a Clients is still connected I use TcpListener, TcpClient .Connect(serverIP, serverPort), StreamReader and StreamWriter for the communication. Thanks. MAT. This question is better suited for the .NET F ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Getting rendered graphics (quickly) from the card

    I had a thread about thins some days back, but for some reason I can not write into it now. I am faced with the task of rendering some graphics with directx and then copying that graphics into another card which generates a video signal. I need to feed it a new frame 25 times a second. The size is 720*576 The rendering does not have to be any faster that this. I have tried two methods of geting the pixels, and both are much too slow. On ...Show All

  • Windows Forms Tab control shortcut key

    How can you set a shortcut access key for each tab of a tab control Using the & sign like you do for labels and command buttons doesnt work,(it just puts the & in the text). Also Im using vs 2005 C#. Thanks, I just came across some code that Sets up shortcut keys for the .NET tab control   private void frmReceiptWare_KeyDown(object sender, KeyEventArgs e)   {  &nb ...Show All

  • Visual Basic Using MSChart COM Component in VB.net

    I have successfully used other some 'Com' components in VB.net, eg 'Flexgrid', but have failed to get 'MSChart' to  work, without bringing up an Operation  Exception, the details of which are: "Cross-thread operation not valid: Control 'Form1' accessed from a thread other than the thread it was created on.".  I think I understand  what it means, but how do I fix it I had the same problem a ...Show All

©2008 Software Development Network

powered by phorum