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

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

philcart

Member List

Bart1
Dylan Smith
Aaron Leiby
Wahl04
CalinMac
trampas
JingleBell
Mallyk
JRMcFetridge
Helen999888
Henrik Dahl
DEC ERO
Nefer-Ra
Jarod.Net
ckrepps
ai_rasmussen
cwhetsel
RavindraDonkada
Mr_Z
mtm81
Only Title

philcart's Q&A profile

  • Visual C++ msvcr80.dll Problem

    Hi there, can someone possibly tell me why Noton WinDoctor is telling me that 10 executables in the .NET Framework 2.0 cannot access the necessary dll file msvcr80.dll I see that the dll exists in the WinSxS directory and I'm running XP pro. I didn't have this problem until I downloaded the 2.0 framework at windows update. Any advice appreciated. Thanks. Naolin I am having the same problem... I even uninstalled it.. and it didnt show a problem then I reinstalled the update and it showed up as a problem in the Windoctor again... any ideas as to what is wrong with this update Im sure its a simple fix but I cant seem to get it.. ...Show All

  • Windows Forms VS 2005 Datagrid Control not connecting to local SQL Server instance - error 25 connection string

    Hi - I'm having an error message trying to connect my VS 2005 Datagrid Control to a SQL Server (Standard Edition) database file. (and any other data related control). Going through the data connection wizard - I Choose the option to connect to a Microsoft SQL Server Database File - I browse and find my database .mdf file that I want to use - In Advanced setting I change user instance to false (cause apparently that only works as true for SQL Server Express edition which I don't have - I hope VS 2005 knows this) - In Advanced settings I change Data Source to .\MSSQLSERVER I now have a string looking like this Data Source=.\MSSQLSERVER;AttachDbFilename="C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\MediaCube.mdf";Integra ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Converting Midi to wav

    I am working on a small project but would like to add some music to the background, for this I have a midi file to be used. My question is what tools do others use to convert midi to a format used in xact. ...Show All

  • Windows Forms compiling 2 projects

    hello! i am making 2 vb projects. i compile (build) the first project and everything goes right. it even created folder on program file's shortcut. now when i compile (build) my 2nd project, it also uses the same program file folder name . where can i change this thanks sir, i tried your suggestion, but on my start>all programs, my second program to compile still uses the same shortcut folder i need to use two separate shortcut folder on my start>all program. ...Show All

  • .NET Development BC2017: could not find library

    Hope this is the right forum. I keep getting the following message when trying to access the website I am building. Ayone have any ideas as to how to resolve this BC2017: could not find library 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\6acb8b87\f5bfb61a\App_Web_a8shcvd0.dll' ...Show All

  • Windows Forms DataGridView Row Height DoubleLine

    hallo, i want to give my CustomDataGridView a Contextmenue where the user can say the Row should be displayed in one Line / two line Mode.... i tried to handle the update from the Rows with a RowTemplate, but i think this would only work with new Rows. When i go through the Rows Collection an set each Height to the new Value this is very slow. i would be lucky for an advise Arnold Try someting like this: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms;   namespace Sample2 {     public partial class DgvContextMenu : Form & ...Show All

  • SQL Server Install SQL Server 2005 on top of Express for publications

    Hi, i have the SQL Server 2005 Express installed but i want to create publications so i’m going to install the Developer Edition. Shoud i uninstall SQL Server Express before IN DE installation i have the following options: sql server database services analysis services reporting services notification services integration services workstations components, books online and development tools What is the minimum i have to install to create publications Thanks SP For the first question, the answer is no because you can install SQL Express 2005 and SQL Server 2005 DEV side by side successfully on the same machine provided that your machine satisfies the requirements such as free disk space. When you want t ...Show All

  • Visual C++ issues!!! my activex is not installed with security warning.

    hi. in a few day, i m getting a deep trouble. it is which My ActiveX prog is not installed under webbrowser(IE6). also, i could see a guide about ActiveX Security Safe for Initializing and scripting from MSDN and support.microsoft.com   from this link:       http://msdn.microsoft.com/library/default.asp url=/workshop/components/activex/safety.asp       http://support.microsoft.com/kb/161873/ko so i supply the implementation to my activex code. i package my activex prog into .cab file together code signe. in the test, first, i connect a website that stored my activex .cab file by using IE.  then IE display a 'ActiveX Install Security warning dialog' and i click OK.   ...Show All

  • SQL Server How to handle End User Custum Fields?

    I am writing an inventory / asset tracking application, backed by MSSQL 2005 and need to allow end users to add/remove custom fields to track. What is the best way to go about this I thought about modifying the table structure at run time, but quickly decided that was a terrible idea. How does say, Share Point Services track custom columns Thanks Joe You could modify the table structure, but I wouldn't encourage that particularly if different users can have different custom fields. There are two basic ways to do this. The first way is basic brute force by "supporting" n custom columns. You then have a table with n columns that are generally large varchar datatypes and a second table that co ...Show All

  • Software Development for Windows Vista Tracking Query returns null

    I have update the Workflow Foundation from the Beta 2.2 to the RC1. In the RC1 there is no "SharedConnectionWorkflowService" anymore. It is called "SharedConnectionWorkflowCommitBatchService" now. So I changed that. Since that I get an error in following code statements: SqlTrackingQuery sqlTrackingQuery = new SqlTrackingQuery (ConnectionStringWorkflowService); SqlTrackingWorkflowInstance sqlTrackingInstance; sqlTrackingQuery.TryGetWorkflow(e.WorkflowInstance.InstanceId, out sqlTrackingInstance); The method "TryGetWorkflow" doesnt populate the SqlTrackingInstance. It is being null. Before changing the Shared Connection Service it worked. Any suggestions, where the problem may be Thanks ...Show All

  • Visual FoxPro VFP & ASP.NET 2.0 COM/Interop Problem

    hi i need help i developed simple website (just for test) that use Simple VFP Com (one class have one method get the string and returns it's length) i tested the COM in VFP IDE , it;'s work fine i tested the COM in VB.NET (VS 2005) windows project , it's work fine without problem i tested the COM in simple ASP.NET 2.0 , and tested it in the web developer server which comes with VS 2005 , IT;S WORK FINE WITHOUT PROBLEMS but when i turned to ISS , i have problem when i click the command button which called my COM, this problem doesn't appear in web developer server (vs 2005-IDE) the error message is : error retriving the COM Class Factory , 80005004 i use Windows XP SP2 , ISS Version 5.1 what is wrong Greetings ...Show All

  • SQL Server SQL 2005 Server DDL Trigger Errors

    Greetings! I've been working on a SQL 2005 project, and have really been excited about the new DDL triggers. I managed to implement some database-level DDL triggers successfully. However, I keep getting an error when I try to create a server-level DDL trigger. For several of the event groups, I keep getting the following error: Msg 1082, Level 15, State 1, Procedure tr_Server_Audit_Security, Line 44 "DROP_SERVER_ROLE_MEMBER" does not support synchronous trigger registration. I can't figure this one out for the life of me. Here's a sample of the trigger I'm trying to create (BTW, this code works for database triggers, with some slight mods of course): create trigger tr_Server_Audit_Security on all server  for drop_server_role ...Show All

  • Visual Studio Express Editions tootips

    will Tootips be added in the visual studio express 2005 designer to properties of buttons, droplists, listboxes....etc SO one does not have to go to the code to add after added tooltips to the form May IDE allow the for designer to specify tootips directly in the design process Yes, you can add tooltips to controls at design-time, without writing code, to do that, just add a ToolTip control to the form, set its properties, you will find a new property for each control in the form called "ToolTip on [ToolTip control name]", set it to the text which you want to show when you put the mouse's cursor on that control. ...Show All

  • Smart Device Development Deployment From SD Card autorun.exe & restart

    Hi, Ive been testing different ways to instal compact framework 2 and SQL components then my app , using mobile 5. My problem is .. I use autorun.exe and once inserting the SD card, it fires the autorun event as expected , i then copy CF2 to the startup dir on the PDA then restart the PDA with code. The problem is here.. once the system comes back up ,the system does not detect the autorun.exe on my SD card (sometimes does trigger the event but sometimes doesnt!!) i use this to copy SQL .Bat's and a exe to install them as well as my app ,all on the next load up. Does anyone have any ideas how to fix this Or even a better way in doing this process Many Thanks in advance... Jason ...Show All

  • Smart Device Development outofmemory exception when loading an image

    I'm developing an app that load an image, high resolution (Image size) when I load it always raise an error "outofmemory". the weird thing is I can load 2MB picture with 1600x1100 resolution but I can't do the same thing with 400KB image with 3200x2200. this is my code, perhaps I was wrong public sub loadimage() try picturebox.Image = New Bitmap(OpenFileDialog1.FileName) picturebox.SizeMode = PictureBoxSizeMode.StretchImage catch ex as exception end try end sub Is there any limitation (sorry for the language) of size that picturebox can handle or do you guys have tricks that can manage the memory dispose can you write me the code thanks.. Thanks a lot..maybe that is the problem ...Show All

©2008 Software Development Network