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

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

supergatito123

Member List

EddyA
Robert B
Matt Hallett
wsalomon
Ryan_Willardryan
Maplesoft
lteska
Allam
Leonardo Rodriguez
Farzin Davari
quangphuong
Matty G
Nick Jovanelly
Shawn Steele
Paradigm
Mike Henrickson
Eamonn Turley
S 007
fuzzylogin123
Benjamin80
Only Title

supergatito123's Q&A profile

  • Visual C# How to call an .exe from a webservice\ASP.NET?

    Hello folks, How do I call an executable from c# webservice, ideally with parameters The webservice is running on IIS and I want to call an executable on the local drive, e.g. notepad.exe Here is my code: ProcessStartInfo psi = new ProcessStartInfo (); psi.FileName = @"notepad.exe" ; psi.UseShellExecute = false ; psi.LoadUserProfile = true ; psi.UserName = "SYSTEM" ; Process .Start( "Notepad.exe" ); Apparently calling Process.Start in an ASP worker process creates the process on the server, so it runs a background process. The process appears in the task list but is not vi ...Show All

  • Visual Studio Express Editions Visual Studio Express & Compact Framework 2.0

    Am I correct that no VS Express Edition supports Compact Framework Applications   If so that is rather disappointing as I just spent the last few hours working through the kinks of uninstalling Beta 2! -Joe ...Show All

  • .NET Development FQDN

    Hello, how may I obtain the fully qualified domain name of the computer on which the ASP.NET application is running, in string format I need to email a link to the webserver to people using my application. Thanks for any help Simple: Use this code to get the full path (including port number) to the current server string serverPath = Request.Url.GetLeftPart(UriPartial.Authority);   Hope this helps! ...Show All

  • Windows Forms C# code problem

    Hi !!! I have translated a VB code to C# code but i have problem as it gives me an error that i can not solve. my code is :- this.treeView1.Nodes(refEmp.Type).Nodes(refEmp.SSN); Type and SSN are read only properties that return only <b>: 'System.Windows.Forms.TreeView.Nodes' denotes a 'property' where a 'method' was expected</b> Please help what could be wrong!!!! ...Show All

  • Visual Studio Tools for Office AdvancedSearchComplete return multiple results in Outlook Addin...

    Using VSTO in VS2005 Beta 2, I built an Outlook Addin that, among other things, creates a HashTable of unique topics from chosen folders. I've added handles to AdvancedSearchComplete and AdvancedSearchStopped to my Button_Click. On Button_Click, with every folder chosen, I iterate through the hash and, if the key matches the folder I'm looking for, I create a new search for each unique topic in that folder. Everything works well and returns the results I expect. The problem comes when I click Button_Click again. While the searches are sent only once (as before), AdvancedSearchComplete returns the result twice. If I cl ...Show All

  • SQL Server Aggregation Question

    Let's say we have 2 attributes: a and b. Each consists of the defaulthierarchy of an all-level and a leaflevel consisting of the leaves 1 and 2. If I add an aggregation on (a,b) then questions such as SELECT [SomeMeasure] ON 0 FROM [Cube] WHERE (b.b.2) should yield an answer that is preaggregated, right I.e. the coordinates (a.all,b.1),(a.all,b.2),(a.all,b.all),(a.1,b.1),(a.1,b.2),(a.1,b.all),(a.2,b.1),(a.2,b.2),(a.2,b.all) should contain preaggregated values for all measures. Except my cube has 5 times worse queryperformance with aggregates enabled... So have I misunderstood something here Do the levels not mix here so o ...Show All

  • SQL Server OK button not working...

    I am trying to get MSSQL Reporting Services working. I have used it before, but now I have the opportunity to get the software entrenched in my organization. I installed the app and it opens up, but when I try to create a new folder the software will not allow the OK choice. I can cancel, but I need to choose OK. I have installed the app, SP2, and a hotfix that is on the website. Help.... I've run aspnet_regiss -i (and -c) , I still get the same error. The complication might be that the default website points to d:/websites/wwwroot instead of c:/inetpub. Is there any way to get it to work Re ...Show All

  • .NET Development Additional information: No connection could be made because the target machine actively refused it

    Hello, I am currently getting this error when attempting to instantiate and remote object. Currently, everything is located locally. Here is a code snippet to further explain. The highlighted code is where the error occurs. Can anyone help Thanks =========================================== namespace ResumeClient { public class ResumeClient { public static void Main( string [] args) { ChannelServices.RegisterChannel( new TcpClientChannel()); ResumeLoader loader = (ResumeLoader)Activator.GetObject( typeof (ResumeLoader), "tcp://localhost:9932/ResumeLoader"); if (loader== null ) { Console.WriteLine("Unable to get remote ...Show All

  • Windows Forms Resizing?

    I may be missing something, but so far i haven't found a good way to resize (not crop) images in FotoVision.   Does anyone have any code that will do that   What would be cool is an option that will let you enter in a new size and then check if you want to keep the same aspect ratio.  Much like PhotoShop's resize option. Thanks ...Show All

  • Visual Studio How to Improve Report Performace

    Hi, My report performance is very low. Eg, To view a single record from a table which has 3000 record, it tooks around 2 min. Is any way to increase theis performance What are you using to pull up the report (VB,C#,etc) What are you using for your data source (SQL Server, Access, etc) Are you filtering in Crystal (This can really slow things down) Do you have sub reports This will all help in helping you with your problem. ...Show All

  • Visual Studio Team System RandomSleep functionality in Web Test. How?

    Hi, I have a situation where I want the virtual users to sleep for a random amount of time.  Can I achieve this without using the WebTestRequest class, bcos in this situation there is no request at that point. Eg.  For a LoadTest (which has one web test), I set a constant load of 1000 users.  The first step all of them do is to login to the web site.  But I dont want all of them to log in at the same time.  So I want to introduce a random delay for each virtual user. Thanks in advance Jesudhas Using Thread.Sleep() for this purpose is actually a bit dangerous and not recommended becau ...Show All

  • SQL Server SSAS service does not start

    Hi I recently installed SQL 2005 . The install proceeded well, but Analysis services service cannot be started on to the machine. When i try to start the service via Configuration manager I recieve and error "An error occured while performing this operation" I have tried to reinstall the product , but that did not help Thanks Sumeet **I'm moving this thread to the AS forum. Take a look at the Event Log for more details on why the service won't start. Cheers, Dan ...Show All

  • Visual Studio Team System Red x on documents folder in team explorer

    Hi all, I have TFS beta 3 refresh and every thing is working fine at the client side besides the fact that on some of the machines I cant access the documents folder from the team explorer. I guess it's not a problem of security beacuase this users have the same rights as others which can access the documents folder from the team explorer. It is also possible to access the documents from the share point portal (right clicking on the team project name) and access the "documents and lists" section. I have also tried to copy the http-url ( http://[servername]/sites/[Project ]) to an IE on a client and there the sharepoint sit ...Show All

  • Software Development for Windows Vista Creating a Custom StateInitializationActivity

    Hello, I have a fairly complicated state machine that requires custom audit information to be logged upon entering the many states. This includes information like UserName, UserRole, ApplicationName, in addition to the CurrentState and EventDateTime being inserted into our application audit database table. As the initial implementation, every state class had a StateInitializationActivity with a CodeActivity that called a "RaiseAuditUserTrackPoint" method. A custom tracking service was developed to specifically listen for this user trackpoint data and perform the persistence. This all works really well. In order to clean up ...Show All

  • Smart Device Development i m new...from where to start!

    hello friends i m begineer who has not begin yet. please tell me how to start in mobile development. difference between smartphone,pocket pc, windows mobile 2005 thanx in advance what are you using to develop Visual Studio 2003 or 2005 as there are 2 version of the compact framework v1.0 and v2.0 v1.0 http://samples.gotdotnet.com/quickstart/CompactFramework/ v2.0 http://netcf2.blogspot.com/ ...Show All

©2008 Software Development Network