DM49220's Q&A profile
Visual Basic Click-Once is not so simple...
ok, here's the problem: i'm using VB.NET 2005 beta 2 all working nicely. i've made an app, debugged it and it runs all nice from the normal exe. but when i went to publish it, it seemed to work all fine until the installation page opened. i try to launch it but it says the "application is improperly formatted". clearly it isn't because i have run the bin exe many times. now, not only does the publishing not work, but when i go back to run t ...Show All
Visual C++ compile in ClearCase, get fatal error C1083 cannot open program database file vc70.idb
I am using Visual Studio .NET 2003 Professional, version 7.1.3088, with hotfix KB875516 installed. My source code (C) is stored in ClearCase 6.0.390. I have my VS project also stored in ClearCase. Editing and saving files works fine. The problems start when I try to compile. Looks like all the files compile to .obj correct but than at the end I get one error per file related to the .idb file (minimal recompile / incremental compilation databa ...Show All
Visual Studio 2008 (Pre-release) LINQ on XP Home Edition
Is it possible to install the LINQ May 2006 CTP on Microsoft XP Home Edition I get the error that 'Power Users' group does not exist, and I can't Create it. I'm replying to this myself. Sorry - should have read all the questions and answers. It's already there. JohnGp ...Show All
Microsoft ISV Community Center Forums Problems with Project Server
Hi, I’m having a problem with my Project Server. Whenever I assign a task to someone and some time later I remove the assignment, the task is no longer asigned to anyone and I cannot delete it. It works like if it’s still assigned to someone. Because of that I have a couple of tasks that are marked for deletion, but i’m not being able to. Does any knows how can I solve this Thanks, Hi Ricardo, I can ask our support t ...Show All
Visual Studio Express Editions How can I kill Selected process ?
Hello, this code get a list of runing processes : Process [] pArry = Process .GetProcesses(); foreach ( Process p in pArry) { string s = p.ProcessName; s = s.ToLower(); listBox1.Items.Add(p.ProcessName); } so how can I kill the selected processName from listBox1 Best Regards Try something like- Lets say the user clicked a listbox item and you get the name of the process.Lets say it is selecte ...Show All
.NET Development Text To Speech Com object error.
Hi All ! I am developer of the site www.buzzmenow.net i have a web application folder"Members" in root directory where i am using a Text to speech Convertion code.Application is running well & generation speech on my local server(windows XP with MS .Net 2003). But when i uploaded the site on live server I am getting the following error. I have also visited many forums but never got a exact solution. Please help me.. ...Show All
Visual Studio Express Editions revealed source code in shared dll
Hi All I'm developing dll's to share with another part. I discovered that my source code is visible for the deploying part for example if he's in debug-mode and steps into one of my functions. Naturally the assembly contains IL and definition code but is it possible to hide the implementation C# source code when published I'm running VS C# 2005 express. /regards Soren That means that you must have d ...Show All
Visual Studio Team System Scenario work item states and reason does not match MSF Process guidance
Heya, I've just created a Scenario Work Item in the Team explorer. But the State and Reason drop-downs does not include the choices described in the "States and Transitions" defined in the MSF Process guidance. Instead, the drop-downs include the choices available for a Bug Work Item. How do I get the Scenario Work Item choices instead What am I doing wrong Cheers, Chris Part of our work to enable migratin ...Show All
SQL Server Suppress email subscription for blank reports?
Anyone know how to suppress a report server email delivery subscription if the report is blank / contains no records Can't seem to find this option anywhere and currently my subscribers are getting blank reports in their emails.... Obviously I'd like to suppress the email message from ever being sent if the report contains no data. Thanks in advanace!! Hi, rather than selec ...Show All
Visual Studio Express Editions maximum of an array
Hi! I’m learning C sharp and I am having some trouble with arrays. I wish to find the coordinates of the maximum value of the array I created. For example, if I have the following matrix: 6 8 4 3 9 2 1 ...Show All
Visual Studio Express Editions Impossible to install visual studio 2005
Impossible to install visual studio 2005 because the "vs_setup_msi could not be opened", i tried with different versions of visual studio like c# or c++ 2005 (express or standart) & i've allways the same message & can't install it. Visual studio 6 is installed & works fine & i know they could work together. I tried to install framework 2 before, to uninstall it before; i also re-install dotnetfx & i had no beta or express pre ...Show All
Windows Forms Creating graphs using vb.net
How can i create graphs using vb.net. any tips, links would be helpfull. thanx I've learned to use it mostly through trial and error. I would however be happy to post the basics to get you started. First, add a reference&nb ...Show All
Visual Basic Isn't there a OPEN FOLDER dialog box?
VBE 2005. I know there's a open file dialog box but I want to use the open folder dialog box.... so the user can select their folder of choice. How do I code it The syntax would be fine. Much thanks. I found out what the problem was... it's not listed in VBE's help system, but it is available for use, though. Weird! Even the help system needs help. Thanks RenC! ...Show All
Visual C# Creating Events in C#
Hello Everyone, I have something like this in C++ enum { READ_EVENT, CLOSE_EVENT, NUM_EVENTS}; int run() { _events[READ_EVENT] = CreateEvent(NULL, FALSE, FALSE, NULL); //unnamed _events[CLOSE_EVENT] = CreateEvent(NULL, TRUE, FALSE, NULL); //unnamed if ( _events[READ_EVENT] == INVALID_HANDLE_VALUE || _events[CLOSE_EVENT] == INVALID_HANDLE_VALUE ) { return false ; } private: ULONG _refcount; HANDL ...Show All
Visual C# DEBUG constant in effect for Release configuration
folks, i have a web project where the Release configuration shows DEBUG constant defined in various #if DEBUG statements. this is not only visually in IDE but in the actual generated assembly as well. of course, i made sure the "Define DEBUG constant" box is un-checked for Release. has anyone run into this thanks... g While you’ve got the checkbox unchecked to define the DEBUG symbol ...Show All
