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

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

SCM_Dude

Member List

esskaykay
saj14saj
Empy
Juan T. Llibre
shlomim
rougiero
Damien20051005
BruceT
StephenTr
summer
caesar2k
pbiffar
Erick Jung
ramuty
Jeffrey E. Moeller
blueplum
The Zigzag
Tewks
bearnhar
ps0118mj
Only Title

SCM_Dude's Q&A profile

  • .NET Development Problems with asp.net 2.0

    I used VWD 2.0 Express beta 2 and deployed my application on our intranet runnig on w2003 SBS.Now when microsoft release VWD express I downloaded it and managed to not run my application on the latest version.  Now when I deploy it on the server it does not even allow logging of users. I now desperate installed VWD on the W2003.When I try to run the application from VWD I get the following Error.     Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration'.  C:\Inetpub\wwwroot\portal\web.config  < configuration xmlns = " http://schemas.mic ...Show All

  • Visual Studio 2008 (Pre-release) NovCTP - MediaPlayerSample

    Hi, Anyone have a sample on how to draw video in NovCTP. I have the following at the momment but fails to play video just audio. MediaPlayer player; public Window1(){    InitializeComponent();    player = new MediaPlayer ();    MediaTimeline t = new MediaTimeline ();    t.Source = new Uri ( @"Japan.wmv" );    MediaClock c = t.CreateClock();    player.Clock = c; } protected override void OnRender( DrawingContext drawingContext){    drawingContext.DrawVideo(player, new Rect (RenderSize));    ba ...Show All

  • Visual Studio Team System Move projects to a new server (with TFS beta3)

    I have installed a new team server with Beta 3, the old one has also beta 3 but it is in a VPC, the new server is not a VPC. I tried to backup then restore all databases but it did not worked (STS fails). What is the best way to move the projects from one server to a new server Any update on this I'm also facing 11 databases which need to be moved to a different server and i'm wondering what procedure would be the best to do this. I'm also wondering if it's possible to move databases from a domain setup to a workgroup setup etc. ...Show All

  • Visual Basic How to give Choice of Choosing Boolean Choices Or typing any number in Intellisense

    I'm having a method which is accepting parameter as a object. it accepts boolean value and converts it on Int i.e. True = 1 False = 0 + the user can also type any numeric value.   How i can give option to the calling code, where they have a choice in intellisense to choose either a Boolean Value or they can type their own number. thanks for reply. this is one of the ways. i hv more then 5 methods in which i want to give this same option. isn't there any other way to solve this ...Show All

  • Visual C++ CRT heap in DLL

    I used to believe that each process has a default heap shared by everybody in the process space including code in loaded DLL and heap manager works as described in http://msdn.microsoft.com/library/default.asp url=/library/en-us/dngenlib/html/msdn_heapmm.asp Then I’ve found out that if DLLs are linked with CRT each has own heap manager http://msdn2.microsoft.com/en-US/library/ms235460.aspx My questions: how those individual default heaps are allocated and grow if the DLL needs more memory What is their initial size and limit My application is ISAPI filter/extension that runs out of memory once in a while. I wa ...Show All

  • Smart Device Development Add MFC class member fct by simple mouse click in VS2005 ???

    Hi everyone, in VC++ 6 there was a very easy way to add virtual functions (e.g. ExitInstance()) and WINDOWS message handlers from a list, just by clicking on the appropriate class name. The appropriate wizard added fct name and such. Very neat! In VS2005, I just can't find this function. has this been removed or is it hidden somewhere. tnx Erich ...Show All

  • Visual Studio Team System Version Control entry in Team Explorer won't show files/folders

    We recently installed Team Foundation Server and have a sample team project going successfully.  The Foundation Server install is a clean one and everything is on a single machine (WSS, Reporting Services, Foundation Server and SQL Server 2005 April CTP).  We've added a solution (and associated code files) into the source control for the team project using VS.NET 2005's Add Solution to Source Control menu entry.  It added all of the files fine and the creator of the project was able to view them by clicking the Version Control item in Team Explorer.  However, when anyone else opens that team project and clicks the ...Show All

  • Smart Device Development IO.Ports.SerialPort - issue with .BytesToRead and DataReceived Event

    Hi Folkes! I'm currently developing an infrared IR-communication software for PocketPC's with Windows Mobile 2003 SE and Windows Mobile 5.0 The communication is based on:    PocketPC virtual serial-port --> IR    and    IR --> Device serial-port. I wrote a communication-library for windows first, which worked perfectly with a real serial conncetion (no use or IR). The same code should work for the virtual serial-port and IR, since it's only a simple IR serial-bridge. Here comes the issue: It's possible to write data from the PocketPC to the device with .Write() It's possible to re ...Show All

  • .NET Development publish feature stopped working

    2 days ago after months of it working, the publish feature has stopped.   Within Visual Studio I get the following in the output window. Error: The publish components are not available. You need to reinstall Visual Studio to publish your application. Well several repair and reinstalls later, the problem remains.  So I thought maybe the command line version will give more details on the underlying problem. Target GenerateBootstrapper:           C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(3249,9): error MSB4018: The "GenerateBootstrapper" task failed ...Show All

  • Visual Studio Team System Requirements management and VSTS

    I see bits and pieces of info that indicate VSTS can manage requirements and other development artifacts.   Is this true, and if so, where can I find screen-shots or other detailed documentation on its capabilities   My organization is a software company that is at a point where we need to either upgrade our Requirements Management tool or select a new one.  The new release of our RM tool has some pretty major deficiencies in searching and versioning, although it does a pretty good job at end-to-end traceability between artifacts.     Some of our artifacts are maintained as living documents (i.e. reflect ...Show All

  • Windows Forms Windows Application Deployment

    Hi Windows application developers :) i'm web developer guy, i just wondering if i can run a.net window application without .net framework,, mmmm for sure not without framwork ( sure we need the framework, mscorlib.dll, system.dll  ...etc ) in other word can i deploy my windows application by XCopy concept (just copy the needed libraries without any previous installat ...Show All

  • Visual Basic Error 1073741819

    Hello, I am using Visual Studio Professional 2005. I am programming with a few tools such as Netadvantage 2006 from Infragistics and Chart FX 2005 from Software FX. Now my program is working just fine when I use the tools from Netadvantage. But when I want to add a Chart with Chart FX. Then I can build my program with no errors. But when I run my program is runs perfect until I get to the form where the Chart is added. I get no error en my program not more running. When I go to the output, I see following code: 'Aquarium.vshost.exe' (Managed): Loaded 'C:\Documents and Settings\Administrator\Mijn documenten\Visual ...Show All

  • Visual Studio Adding items to the Visual Studio 2005 toolbox using Visual Studio Content Installer

    I need to add custom controls to VS 2005 toolbox using Visual Studio Content Installer. I can get them added to the 'My Controls' tab which is the default & it works fine. But I want to add them under a custom tab (say 'My New Tab'). How can this be done . How to spcify the toolbox tab in .vscontent file (between <content>.....</content> tag . In the vstemplate file, you can give a filename tag like this: <FileName>CompanyName\Control.dll</FileName> When the installer installs the file, it will create a directory named CompanyName, and then driop the control into that direct ...Show All

  • Visual Studio Team System Team System Builds and dropping an MSI

    Hi, I just started using Team System this week, and I've been able to muddle along fairly well, but I've just discovered something that to me is a real show stopper. And based on the searches that I have done in Google and in these forums, I'm beginning to think there is something fundamental I missing based on the small number of responses to this problem. My problem is that the team system build does not build the Setup projects. I understand that this is because MSBuild does not support them, but I am flabbergasted by this fact. What use is a build system that does not create the fundamental deployment deliverable Obv ...Show All

  • SQL Server SSIS Send Mail Task - Failure Sending Mail

    Hi Everyone, Hopefully someone out there will have an idea as this is driving me nuts. I've setup a task to email on success/failure and keep receiving the following message when executed: Progress: The SendMail task is initiated. - 0 percent complete [Send Mail Task] Error: An error occurred with the following error message: "Failure sending mail.". Progress: The SendMail task is completed. - 100 percent complete Task Send Mail Task failed When I configure Outlook Express on the same machine with the same settings it works. On the SMTP Connection Manager I have left the default name, tested with both an IP address a ...Show All

©2008 Software Development Network