Software Development Network Logo
  • Windows Forms
  • Windows Vista
  • .NET Development
  • SQL Server
  • Visual C++
  • Visual C#
  • Windows Live
  • Visual FoxPro
  • Visual Studio
  • Visual Basic
  • Smart Device
  • VS Express Editions
  • Microsoft ISV
  • Visual J#
  • Architecture

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

JCampos

Member List

Nicolas Coderre MSFT
jerryload
ScottLogic
Paul Nystrom
techme
normbuck
Cristianoq
jbourne
MSDNDDONG
TTE
zotje
cenko
JamesPMoranIII
jrryfn
Chengcheng
Bill Sabey
bugmenot
EdW
Qudsiah
Holden
Only Title

JCampos's Q&A profile

  • .NET Development Additional information: No connection could be made because the target machine actively refused it

    Hello, I am currently getting this error when attempting to instantiate and remote object. Currently, everything is located locally. Here is a code snippet to further explain. The highlighted code is where the error occurs. Can anyone help Thanks =========================================== namespace ResumeClient { public class ResumeClient { public static void Main( string [] args) { ChannelServices.RegisterChannel( new TcpCl ...Show All

  • Visual Basic unhandled exception in the designer

    On starting up VS IDE with my application I get a succession of three error reports from the VB designer. E.g. The control System.Windows.Forms.GroupBox has thrown an unhandled exception in the designer and has been disabled. followed by Exceptions: etc etc Stack trace: at System.Windows.Forms.GroupBox.WndProc(Message& m) The App then fails to display the form properly giving an error report instead. E ...Show All

  • Visual Studio Team System ?!

    I have just installed the Team Suite. Now, should I be able to use it without the server Under File->New, I only see 'Team Project'. Is that how it is supposed to be If that is the case, I assume I now have to install the server part too. That wouldn`t be good... Thanks Rob. I apologize for not answering earlier, but I never got alerted about your reply. I decided to completely reinstall XP, Visual Studi ...Show All

  • Windows Forms Another DataGridView Background Row Color question ....

    I'm writing a simple app which goes through a folder, takes each file thats in that folder, and sees if it's in a database. If the file is found in the db, then I do a DataGridView1. Rows.Add( False , file.Name.ToString, folder.Name.ToString, "kb" ) , which adds the file name and folder name to the new row and keeps it unchecked. If the file can't be found in the db, then I do a DataGridView1.Rows.Add( True , file.Name.ToString, folder.Name ...Show All

  • Smart Device Development Enumerate device emulators / starting multiple instances of the same emulator

    Hello, i am looking for the (best) way to enumerate (in code) the available devices emulators the same way done in Visual Studio (2005). I used manually generated com wrappers for the DLL's found in the Compact Framework SDK under the VS 2003 installation. Iterating the available platforms and devices only gives me simple names like Pocket PC, Windows CE, Pocket PC Emulator and Windows CE Emulator. The DLL's used: C:\Program Files\Microsoft ...Show All

  • Visual Studio Express Editions plotting graphs

    I'm not able to use afxdisp.h as it gives lots of errors with windows standard.. & thus cant use COleSafeArray for creating array to plot graphs. & not able to use mschart can someone please help me out.. how to plot XY grahps.. using simple form application in vc++ thanks & regards -- vishal Are you using VC++ express edition If so you cannot use VC++ Express with COleSafeArray, since that is part of MFC. And MFC is not ava ...Show All

  • SQL Server Main report Calls subreport Sps when subreport is set to invisible.

    Hello, I have about 15 subreports in main report, and i am making then visible/invisible based on the selection criteria. Currently even i make a subreport invisible, then also i found using profiler that it is calling SP. so the performance doesnot gets improved ! I want to stop these calls when the subreport is invisible! that helps me a gr8! OR - Is there any setting in the config file to avoid this please reply ASAP. Thanks in advance, Abha ...Show All

  • SQL Server How can I migrate all objects alogwith all constraints,SP,Triggers etc from Development instance to Production instance

    Hi fellows, I have to migrate all objects alogwith all constraints,SP,Triggers, indexes etc from Development instance to Production instance of a DB, all those things are created through wizard ie. Sql server 2000 Enterprise Manager. if i use DTS it only mirates data along with tables and views but constraints,SP,Triggers, indexes etc not yet copied. can any body help me how can I solve this problem by copying all objects alogwith all cons ...Show All

  • SQL Server dynamic connection string

    hi all, i've been reading through the forum on this subject but couldn't find the solution. i'm using RS2005. it's mentioned that dynamic connection string is not applicable for shared data source. is there a workaround for this thanks! Dynamic connection strings cannot be used with shared data sources. Other suggestions can be found in this related thread: http://forums.microsoft.com/MSDN/ShowPost ...Show All

  • Visual C++ VS .Net 2005, how to disable intellisense...

    Hi I am really frustrated with the performance of VS .Net 2005. This is because I always see at the bottom "updating intellisense..." and it uses 60% to 70% of CPU. How to disable this updating of intellisense... Please this is making Visual studio unusable. Thanks Chandra Traian, We did a lot of work to increase Intellisense precision in VC8 so what you mention seems a little suprising. Could you post a sa ...Show All

  • SQL Server set parameters in sub-selects

    I'm trying to execute the following statement in a 'execute sql task'. DELETE FROM WORK_EFFORT_PROCESSOR_POINTS_F WHERE (WORK_ITEM_ID IN (SELECT WORK_ITEM_SNAPSHOT_F.WORK_ITEM_ID FROM WORK_ITEM_SNAPSHOT_F INNER JOIN AUDIT ON WORK_ITEM_SNAPSHOT_F.AUDIT_ID_UPDATE = AUDIT.AUDIT_ID WHERE (AUDIT.DW_DATE_UPDATE > ))) I keep getting : "Incorrect syntax near ' ...Show All

  • SQL Server Is it possible to create thread & start from CLR Stored Proc

    My simple CLR Stored procedure is as below: [Microsoft.SqlServer.Server.SqlProcedure] public static int MyParallelStoredProc(string name1, string name2) { Thread t = null; Worker wth = null; int parallel = 2; Object[] obj = new object [parallel]; SqlPipe p; p = SqlContext.Pipe; for (int i = 0; i < parallel; i++) { if (i == 0) wth = new Worker(name1); else wth = new ...Show All

  • Visual Studio 2008 (Pre-release) Problem Drawing to Desktop DC

    When I create a DC by calling CreateDC(L"DISPLAY",NULL,NULL,NULL), what I draw disappears very quickly. This did not happen until I installed build 5219. It continues to happen in build 5231. This makes a technique used to draw tooltips not work. It does not happen under remote desktop, just on the local screen. Any ideas on when this might be fixed CreateDC(L"DISPLAY",NULL,NULL,NULL), means getting a screen DC. This is incompatible with h ...Show All

  • Visual Basic System.Net.Mailmessage Namespace

    My question is that I cannot access namespace for System.Net.Mailmessage. When I type in the Imports command for the name space it gets to "System.Net." and does not show the Mailmessage part. Does anyone know why it does not I have the Framework 2.0 installed. Is there something else that needs to be installed through Windows or something Any help would be greatly appreciated. Thank you. Hi, I think this problem is not a gre ...Show All

  • Windows Forms SVG

    Does anybody have an idea how to display SVG graphics with windows forms. We have a requirement to display and print SVG and to have an editable layer on top of the SVG graphics. is there a XAML component that is already working with the .net 2.0 framework. We can't ship a comunity technology preview. thanks for any help Chris There is no XAML component apart from the CTP stuff. SVG runs in a browse ...Show All

©2008 Software Development Network

powered by phorum