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

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

Malebolgia

Member List

lurdan
Joshizzle
anantvemuri
maverick_majnoo
Tdah
SnakeSV
MJA73
Cosmin Nicolaescu
gg1
kangalert
idar
davidtcf
Fwank79
jwraith
Louisb
KipK
xeriouxi
DatabaseOgre
Jacco Mintjes
PatrikC
Only Title

Malebolgia's Q&A profile

  • Visual Studio file Checked in VSS has extra characters at the end of each line

    hi all, I encounter a problem when I do a build from the VSS. it shows there are lots of errors for file aa.aspx.cs. But the project runs well agains the VS 2005 (C#). I "view"(from VSS) that file in the VS 2005, and I found that at the end of each line there are two unknown characters, just like this: using System; using System.Collections; but if I use source safe editor to view this file, there's no such character in the file; but every character ocupies two spaces, and there is a empty line between two code lines, just like this: u s i n g ... ... there's a symbol "▲" in the file aa.aspx, and when I added this symbol and ran my project, a message showed that the file's coding format ...Show All

  • Windows Forms ClickOnce Only One Version

    Is there a way to delete the old version of the publication before installing the new using ClickOnce Deployment I've deployed 5 versions of an app in the last 2 month (40 mb each). That's 200 mb on the user pc. The user cannot use the previous versions because of the DB changes, so there is no point to keep these installations. also, is there a way to install one instance per pc, not one instance per user As far as I know Clickonce is installed per user. Also Clickonce keep only 2 versions all the time, this is to allow user to roll back to previous version of the install in case there is problem with current install. ...Show All

  • Visual Studio Team System Publish operation failed

    Good day everyone, I have an odd problem when publishing unit test results from both the build server and the developer's desktop. Initial note: All builds and unit test results were succeeding and successfully dropping to the fileserver in the past. In the case of unit tests, even failures were posted to the dropzone (by design, of course ;)). However... recently things have 'gone sideways' :(... here are some symptoms: Build server (unit test publishing): - At build time, I see the test phase start and I can even watch the fileserver's dropzone structure for that particular build and see the TestResults folder created and the subsequent files are copied over (In/Out/binaries etc...). - As soon as the test completes, th ...Show All

  • Visual C# How Do I Show User Accounts on the Computer in a Combo Box?

    I need help detecting User Accounts on the Computer that the program is being run on and showing them in a ComboBox. Anybody have any ideas Haha that is true, I did want all of the accounts didn't I. :) Yes, I do just want the user accounts created as a normal user. I don't know how to not show them either, I was hoping you did. ...Show All

  • Software Development for Windows Vista Vista build 5308 February CTP and soundmax audio drivers

    I had installed December CTP build 5270 few days ago on Winxp Sp2. But I was not able to install soundmax audio drivers which I used on Xp sp2 in Vista. It said those drivers were not meant for this OS (vista). I looked on internet for solution but all in vain. Now I m going to install February CTP build 5308 and I want a solution at hand before installing vista. I have come across some threads on forums which said they have installed on Decembef CTP. Is there anybody who has installed it on Feb CTP Plz help me :( So my question is "How can we install soundmox audio drivers on February build " or "Is there any problem at all with audio drivers in Feb CTP " thanks in advance System specifications :- RAM 1 ...Show All

  • SQL Server How to Automate Synchronizing logins after failover

    Since the logins/jobs do not get stay in sync between principal and mirror after a failover (when using sql logins), is there a workaround to schedule a job or something to automate dropping, re-creating and autofixing logins I've read somewhere that an alert can be setup to run (after a failover) and a job can be executed, but cant seem to get this to work. Does anyone have any helpful hints on a solution to this Thanks. The transfer logins worked as suggested using the same SSIDs on both servers. The alerts method is a bit flaky and did not always kick off the jobs when databases failed over. ...Show All

  • .NET Development Error when running my app from a net folder

    I need to use some of the apps i build in my company through the network. When i try to run them locally, from my local hard drive, they run fine and i have no problem, but, when i finish developing them, i have to put them in a network forder that everybody in the company can see.. this folder is in the company's server and the problem is that, when i try to run the app, i get an error message that says something like this: The application tryed to perform a not allowed action because of the security directives. For giving this app the needed permission, get in contact with the system administrator or use the Microsoft .NET Framework configuration tool. If you click on continue, the app will skip this error and try to go on. If you click ...Show All

  • Visual Studio Tools for Office Outlook: Mark a mailitem as complete

    Hi I have a problem marking a mailitem as complete, and having the 'V' icon appear in the Outlook UI. What i am doing is in short this: 1. When outlook receives a mail a test it for subject, and if "valid" i move it to another folder. 2. In this folder i mark the mail with a red flag. 3. I then examine the mail, does some sql and so forth.. 4. When done, i want to flag the mail complete if all went well. 1,2,3 is fixed (nr 2 after reading : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=68162&SiteID=1 ). Below is some of my sourcecode (all the relevant). My problem is that the mail keeps the red flag icon even though it is marked as complete. How do I get this 'completedIcon' to appear instead Best re ...Show All

  • Visual C# C# Vista Issue

    I am not sure if this is the correct location but I am getting an exception when I am running this piece of code in Windows Vista while logged in as a user: System.Diagnostics.Process.GetProcessesByName( proc, System.Environment.MachineName) Is there a different way to run this I am using .NET 1.1 framework for development. Here is the error message I am getting: Couldn't get process information from remote machine --> Access is denied And this is called from System.Diagnostics.NtProcessManager.GetProcessInfos(System.Diagnostics.PerformanceCounterLib library) ...Show All

  • Visual C# help with "Error : No overload for method "FillByGlkco' takes '2' arguments."

    I'm am trying to programm an event handler that locates the user-specified GLKCO value, however I recieve this error : No overload for method "FillByGlkco' takes '2' arguments Below is the code that I have written, I am completely stumped and have no idea what to do. Any help will be greatly appreciated. Thanks to anyone that is able to help me. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace DatabaseManipulation { public partial class DatabaseManipulationForm : Form { public DatabaseManipulationForm() { InitializeComponent(); } private void f0911BindingNavigatorSaveItem_Click(object sender, Eve ...Show All

  • Visual Studio 2008 (Pre-release) how to pass URL query strings from one xaml to other.

    how to pass URL query strings from one xaml to other. this might help http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=366650&SiteID=1 ...Show All

  • Visual C++ Can Anyone Tell me what I did????

    I am working on my final project for my C++ class. Everything worked fine until I had to enter in the array. It still works to an extent but, I need some HELP on why it does not display the amortization table properly. Can anyone give me a clue as to where I went wrong Thank you in advance!   The completed mortgage calculator code is pasted below! Yes it did. Thank you very much. I have my assignment completed and it is ready to turn in. If you want, I could use a little feedback on what you think! I have 3 warnings with the project but it all works fine from my end. Tell me what you think! #include <conio.h> #include <iomanip> #include <iostream> ...Show All

  • .NET Development UserNameToken and KerberosToken together

    Hello all. In my webservice I want to mix windows and custom authntication. I can successfully use UserNameTokens or KerberosToken via applying corresponded policies to a webservice class. But I want to an ability to mix these 2 options and write something like this: if ( RequestSoapContext.Current.Credentials.UltimateReceiver.GetClientToken<KerberosToken>() != null ) { //do some win-based authorization actions } else if ( RequestSoapContext.Current.Credentials.UltimateReceiver.GetClientToken< UsernameToken >() != null ) { //do some forms-based authorization actions } The problem is that I cannot achieve this using one policy. Also I cannot apply 2 policies to one WebService class. Does ...Show All

  • .NET Development C# query foxpro

    I have wrote a program that query a foxpro table that is located on a server via odbc. The query takes forever to run. Is there a way to speed this process up Hi Bear23, If there are indexes (CDX files) on the tables that exactly match expressions in the Join or Where clauses of your SQL then that would help. Do you have any CDX files that match the tables If so, do you know what the index expressions are ...Show All

  • Visual Studio Team System Error when Team Build Runs Web Service Tests: "target machine actively refused"

    I get this error: System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it. And it seems to be specific to the Team Build machine. When I switch and use a different team build machine for the Build Type the tests run and pass. I can also run the tests manually through VS on the failing machine....AND they pass. I am at a loss -Ken Hi Abutthara, So the build service is running under the Domain user we setup. amsa\tfsservice The user is an admin on build machine1 and it doesn't make a difference. You mention permissions on the web service Where are you talking about th ...Show All

©2008 Software Development Network