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

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

spencery2

Member List

Sergio Olveira
Dexter.Net
xyzpaul
Mikael-Myggan-Mouvitz
moria yizhaki
Hossam El-Deen
G.A. Boonzaaijer
tazbigdog
nyfe
vanitaverizon
Jeff Fant
Pitts Pilot
MovieFan
Jim815
Geoff McElhanon
Franji
Telexer
zr119_62
95five0
Nat Raja
Only Title

spencery2's Q&A profile

  • Windows Forms Command Line Agrument in Click Once Deployment

    Hai to all, I am currently doing Click Once deployment for my Application which has a command line argument. I will select the check box labeled Allow URL parameters to be passed to application . I will get the URL String by having " AppDomain.CurrentDomain.SetupInformation.ActivationArguments.ActivationData(0) " It works Fine, when i launch the Application using Browser( online ). But the Problrm is when i access the same appliaction in offline (by click the icon in the start menu i didnt get the Command line Agrument. Please Help me to over come this problem. My using Project-> Properties->Publish to publish my Application ...Show All

  • .NET Development CS0007: Error de inicialización inesperado Common Language Runtime

    I just try to execute my application and this is the message: I have problem just with web applications, with windows based applications no problem. I typed this program few weeks ago, I haven't needed changed anything until today, Can someone help me Granting READ access for the ASPNET account to these keys HKEY_CLASSES_ROOT\CLSID\{E5CB7A31-7512-11D2-89CE-0080C792E5D8} HKEY_CLASSES_ROOT\CLSID\{0A29FF9E-7F9C-4437-8B11-F424491E3931} HKEY_CLASSES_ROOT\CLSID\{6EB22881-8A19-11D0-81B6-00A0C9231C29} HKEY_CLASSES_ROOT\CLSID\{CB2F6723-AB3A-11d2-9C40-00C04FA30A3E}   ...Show All

  • SQL Server Insert data to excel through Execute Sql Task

    How can i insert data into an excel sheet using an Execute Sql Task is it possible Hi, As the name of task says it is just used to execute a sql command which you would run in your db editor. If you are using a SQL Server connection, first create a linked server to the excel in your SQL server and then you can insert data. But it is very complicated process and you better use excel destination to insert data. ...Show All

  • Visual Studio Team System Small Team ISV / Micro-Isv

    While the templates out there seem very nice, they don't seem to be a good fit for a small/micro-isv senerio. They seem better suited for larger IT teams. One example are "rolls", they all list more rolls than employees in our company. :) With this in mind I think it best to just build my own template from the ground up. But before I go off an do this, I was wondering if anyone else has already build a workable template (or maybe is building one). Thanks for the response. I took another look at the Agile template and it just doesn't work for me. I know a lot of people love it, but it just fe ...Show All

  • Visual Basic removal microsoft.visualbasic namespace

    hi, well, i dunno what ive done, but every time i create a new class in my asp.net project, i see Imports Microsoft.Visualbasic by default. At the properties page in the project there isnt an automatic reference for this assembly, and in the web.config there isnt any automatic import tag, so it must be something in the IDE options settings.. please help. thnxs In vs.net 2003 it was automatically available to all of your project as the import was added to the vbproj file. As vs.net 2005 uses a project-file less mode, it automatically adds it for you. Even if you manage to remove it, when your code is compiled ...Show All

  • Visual C# Exception when using FileInfo.Create

    I am trying to implement a .log file in my application but keep running into an unhandled exception that I don't understand. The log file creation and updating is handled by a class named LogFile show below: public class LogFile { string filePath = @"xyz.log"; public LogFile() /// <summary> /// Initializes the log file. If the file does not exist, it is created. If it exists, new log info is concatenated onto the end of the file /// </summary> public void InitLogFile() { FileInfo fi=new FileInfo(filePath); { if (fi.Exists) { if (fi.Length>2000000) { fi.Delete(); fi.Create(); } } ...Show All

  • Visual Studio Team System Team Build Error - TF42046 - Unable to Execute Team Build

    All,  I am working with a new installation of Team Foundation Server and I am struggling to get the Team Build component to work.  Here is the Setup that I  am working with: All Systems are running in a seperate Domain (BOOKSTORE) from my company's domain (CTS) BSTEAMSYSTEM - this is the Team Foundation Server that is running  Team Foundation Server.  I have the application that I want to build stored here in Source Control This is a Virtual Server that is hosted via Virtual Server. The installation has both the App Tier and Database Tier running on this VHD. Team Build IS NOT installed on this VHD. BSDEVBH ...Show All

  • Windows Forms How to get values from canned setup dialogs - and what to do with them?

    MSDN has lots of information about Deployment Dialog Boxes; the various types, how to add them, etc... but next to nothing on how to access and use the values entered into these dialog boxes. If the user is presented a textboxes user interface dialog box how do I and from where/what do I get the values   During setup they will be entering a URL which is then written to the app config file. Thanks for any help. In general, those property names like EDITA1 can be passed to custom actions via CustomActionData. The syntax of passing CustomActionData varies depending on whether your custom action ...Show All

  • Windows Forms Install Task Vision Server in a Domain

    The task vision server app comes up with an error besause it tries to log (I suppose to log into SQL server) as COMPUTER_NAME\ASPNET when that name doesn't exist.  The user that really exists es DOMAIN_NAME\ASPNET.  In machine.config file I have as user  DOMAIN_NAME\ASPNET . The installation should read information from that file (machine.config), and should not supp ...Show All

  • Visual Studio Team System How to delete a /$folder from Source Control?

    After deleting a team project using the " TFSDeleteProject", although all the work items and sharepoint site and reports are all gone, the source control project is not being deleted. I've tried "TFSDeleteProject" with the "/force" option and also followed the instruction on this discussion forum: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=4809&SiteID=1&PageID=2  with no luck. Is there any way of deleting this       Thanks!   Try tfsdeleteproject /force. If that doesn't work then I'm afraid you're stuck until Orcas ...Show All

  • Visual Studio Team System What is the formal definition of Priority and Severity in VSTS

    Hi all, As the subject, what is the definition and their respective usage/focus, from VSTS's view Any formal document Also, in the report service, I only see "Bugs by Priority", not "Bugs by Severity". Does MS VSTS think that priority is more important than severity during bug tracking Is there any approach that I could customize a report called "Bugs by Severity" based on bug's severity Thanks, Leon Our approach to priority and severity is explained in the MSF guidance and is fairly typical against industry standards. Priority is how important something is to fix, while Severity i ...Show All

  • Smart Device Development Cannot connect to Smart Device via Activesync

    I am trying to debug my application on the target device. I can connect using Activesync, and copy files back and forth. I can even run the application there. However, when I attempt to connect to the device using Activesync, it always fails. I have followed every example I could find, and I have had no luck. I have gone as far as I can with this application without being able to debug on the target, so I am absolutely desperate. I am on my knees here...can someone help me, or point me to where I need to go Is there a specific Microsoft place I can go to pay for help if necessary PLEASE help if you can! Geoffrey Callaghan ...Show All

  • SQL Server Send parameter from form to RS report

    Hello! I have a form with a variable and a value, let's say x=1. (x can be 1 or 0.) I want to send this value to a Reporting Services report. On the report I have a label with a text in it. When x=1 I want the label to be visible, if x=0 I want the label to be hidden. How can I do that Thank you!   Hi garrone - I'm not sure of the details in your scenario, perhaps you could more fully explain your situation. In general to do what you're wanting: 1) Create a new parameter in the report. 2) Use the parameter in an expression for the Hidden property for the text you'd like to show/hide. 3) Pass the pa ...Show All

  • Microsoft ISV Community Center Forums outlook code modification

    the following code executes in the some machines..but it fails in some machines...please help and point out the line to be modified var app= new ActiveXObject("Outlook.Application") nameSpace = app.GetNamespace("Mapi") var AddLists = nameSpace.AddressLists var AddEntries = AddLists.Item(1).AddressEntries var AddEntry = AddEntries.GetFirst for(i=1;i<AddEntries.Count;i++) { alert(AddEntry.Address); AddEntry = AddEntries.GetNext; } Per our support engineer: There is a little problem: for (i=1;i<AddEntries.Count;i++) this is the problem. If there is only one record in outloo ...Show All

  • Visual C++ __w64

    I am trying to port an application from 32-bit to 64-bit windows environment. There are a lot of warnings like these when i compile my code on 64-bit :- mbtext.cxx(2249) : warning C4244: 'argument' : conversion from '__w64 int' to 'int', possible loss of data mbtext.cxx(2354) : warning C4244: 'argument' : conversion from '__w64 int' to 'int', possible loss of data This warning is at lot of places. "__w64" : Not much help is available to know more about this type. Please suggest appropriate resolution for this warning. Thanks, - Navin This thread is a duplicate of http://forums.microsoft.com/msdn/Sho ...Show All

©2008 Software Development Network