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

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

themcfet

Member List

wmdpt
chachu207
ibeanz
AaronNY
gorganzolia
LesterLobo - MSFT
SanthoshKumar
Ben_aimhealth
Sebastian Paulussen
Lorry Craig
Avi Jain 10
Jetendra
MadBison
Prakash1
Dustin Andrews
Meridian
G Holden
Russ Monckton
rgwerder
Ben Voigt
Only Title

themcfet's Q&A profile

  • Visual Studio How to load image dynamically

    HI all, I am using ASP.net with c# to load crystal report. I would like to know how i can load an image in the Report Header section of the report dynamically from aspx page. thanks pradeep_TP Hello All, I am having the same sort of problems while displaying image using CR.NET and VS.NET 2003. Let me epxlain what I want to do. I have designed reports using CR.NET that I intend to sell to various clients. I ...Show All

  • SQL Server I hate this

    I'm migrating a fu... dts to SSIS. That's fine. I've got a derived column task for stuff as cdbl(DTSSource("Col014") /100). But how the source plain file have a lot of columns suddenly I find this: Function Main() Fecha=Right(DTSSource("Col014"),2) & "-" & Mid(DTSSource("Col014"),5,2) & "-" & left(DTSSource("Col014"),4) If IsDate(Fecha) then DTSDestination(&qu ...Show All

  • Visual Studio mscorsvw.exe

    When installing Visual Studio 2005 Beta 2 (and when install has finished) a process named "mscorsvw.exe" runs, and takes up 95/100% CPU. I've no idea why this is. That, and when trying to start Visual Studio 2005 - It opens, then immediately exits. I've done the un-install of previous versions in perfect order, and yet the problem continues Can anyone shed any light i had a pb with mscorsvw : it was taking 95 ...Show All

  • .NET Development All about StrongNameIdentityPermission & Assembly signing

    Hi All I'm using v1.1   I’m about to create a Strong Name with public/private key from sn tool and I’ll sign this to my Executable and DLLs   I wanted to secure a method such that only the assembly which I’ve signed with my key can call the method. I’m decorating my method with StrongNameIdentityPermission.   So on implementing this I’ve some queries   1.   what is the difference b ...Show All

  • Visual Studio Tools for Office Creating Rich Reports in MS Word

    Hello, it seems that most folks are using VSTO differently from what I need; I have two travel agents who already both have complex database applications in MS Access, but what they need is to output richly formatted documents & reports in MS Word. Word is the preferred format because we don't really expect to acheive perfect formatting automatically; we just need the document to be technically correct (ie, all major content & data is dr ...Show All

  • Windows Forms Standalone Form Designer application

    I am currently creating a Form Designer Application, that makes heavy use of the Features introduced with .net 2.0 ( DesignSurface ,...) Currently i am trying to implement Copy,Cut,Paste and Undo/Redo. I am using the the CodeDomComponentSerializationService Implementation of ComponentSerializationService to get serialized objects. For the copy command i tried to attach a new EventHandler to StandardCommands.CopyCommand. Currently i put a serial ...Show All

  • .NET Development [URGENT]Remoting With More Than One Application At A Time....

    Hi: I have made an application that is based on client-server architecture. I use remoting for getting the information from the client PC. When ever new client connects to the server, I register the channel for remoting. like that configChannel = new TcpChannel(); ChannelServices.RegisterChannel(configChannel); string url = "tcp://"+ this .ip+":4041/ClientConfiguration"; this .config = (ClientConfiguration)Activator.GetObject( typeof ( ...Show All

  • Visual Studio 2008 (Pre-release) Extending WPF Container controls

    Hi I want to extend WPF GroupBox control and then use it as a container. When I extend and add controls in this container and give name to any control, I get error that "The Name attribute value cannot be set on the element because it is under the scope of the element that already has names registered under it when it was defined in another scope". It was working perfectly with Feb CTP but I am unable to get it working now. Tim S ...Show All

  • Visual Studio Team System Check Out of renew files

    When I make check out of a file that a my colleague has changed, Visual Sourcesafe 2005 advise me of a renew version but it doesn't get the latest version. Is it possible modify this way to manage the files Is it possible to have an automatic "Get latest version" of the file when I check out it (like the old version of Sourcesafe) Hi Richard, I read the blog posts and they give me the answer to the questions. Thanks Angelo ...Show All

  • Software Development for Windows Vista not found in state persistence store

    I started wwf state machine runtime by: _wfrServer = new WorkflowRuntime (); ExternalDataExchangeService wfExchange = new ExternalDataExchangeService () _wfrServer.AddService(wfExchange); SqlWorkflowPersistenceService stateService = new SqlWorkflowPersistenceService (ConnString ) _wfrServer.AddService(stateService); _wfrServer.StartRuntime(); When wwf arise on delay activity(first time, to be idled), I got exception: ...Show All

  • Windows Forms mouse events not working on picture box

    I have both mouse_down & mouse_up events for a picture box, but I have put the picture box inside a panel control, and now these events won't fire. Does anyone know why this is, or how to solve it Thanks in advance, smtraber yeah, that's exactly what I did, I had a picture box, then I deleted it and added a panel control. Then I put a new picture box in the panel and gave it the same name as the one I deleted, but forget to check the h ...Show All

  • Windows Forms IssueVision for VS2005/.NET 2.0

    IssueVision is an outstanding reference application for WinForms and offline access. I was wondering if anyone had gotten this working for Whidbey and would post that code Hi Sam. You can find the Visual Studio 2005 Beta 2 version of IssueVision right here: http://www.sayedhashimi.com/PermaLink.aspx/24b174da-4011-43a5-b35b-8dcc42cf5627 ...Show All

  • Visual C# What is this message telling me?

    I keep getting this error message and haven't been able to locate a solution: An unhandled exception of type 'System.IO.DirectoryNotFoundException' occurred in mscorlib.dll Additional information: Could not find a part of the path "J:\DOH SSN MATCH\Unwise\tempFile.txt". The error pops up on the StreamWriter in following code: private void CheckForCrlf () {      string chekText = "" ;     ...Show All

  • Windows Forms Making sounds from windows forms

    Hi, I want to cause an audible alert when something happens in my app but can't see any obvious way of doing it.  I'm sure it must be simple - any one have any idea how this can be done Thanks. You can add a r ...Show All

  • Windows Forms BufferedGraphicsContext cannot be disposed of because a buffer operation is currently in progress.

    Don't know if this is right group to post this question. My program is in .Net 2.0, It is data entry form that has no code related to graphic manupilation. But my clients sometimes get this error. and it will show some big red X  over some controls. I've never seen it in my development machine though. "BufferedGraphicsContext cannot be disposed of because a buffer operation is currently in progress." What could cause this pro ...Show All

©2008 Software Development Network

powered by phorum