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

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

Sarosh79

Member List

D.A.V.E.
JasonG271009
JSR2005
aspfun
Teo97917
dominic_s
Radexx
George Tar
Lok_Tan
Nitin Khurana
traderhen
Olle SW
VidyaSagarCh
wpf michelle
Helder Santos
Speedie
dsani
bessermt
DavidThi808
bdi
Only Title

Sarosh79's Q&A profile

  • Visual Studio 2008 (Pre-release) Setter Enumeration problem ...

    Hello, may be one of you could help me with this. I've a Figure styleand I want to assign the VerticalAnchor property. The value is an enumeration value. My problem is the assignation of a enummeration value to a property in the setter. The exception tell me that it can't convert to the FigureVerticalAnchor type < Style TargetType = " {x:Type Figure} " x:Key = " styleFigure " > < Setter Property = " Background " Value = " #FFFFFFFF " /> ... < Setter Property = " VerticalAnchor " Value = " FigureVerticalAnchor.ContentTop " /> Thanks a lot !!!! just use this: < Setter Property = " VerticalAn ...Show All

  • SQL Server Does MS have a glossary of terms?

    There are several terms using ms Server that I don't know and cannot find in my books. Does MS provide that, besides BOL where it is difficult to find good explanations or even find definitions thx, Kat ps. would be a nice feature if they don't have it currently. I don't know of any off the top of my head. Are there any particular ones that you are hitting We could start the list if one doesn't already exist. :) Thanks, Sam Lester (MSFT) ...Show All

  • Software Development for Windows Vista Control panel "Windows Cardspace" doesnt work

    Every time i start the "Windows Cardspace" from the control panel, i get this eventlog error: Running on german XP Pro SP2 Ereignistyp: Fehler Ereignisquelle: CardSpace 3.0.0.0 Ereigniskategorie: General Ereigniskennung: 269 Datum: 07.11.2006 Zeit: 19:38:32 Benutzer: NT-AUTORITAT\SYSTEM Computer: ATHLON64 Beschreibung: The Windows CardSpace service is too busy to process this request. User has too many outstanding requests. Additional Information: bei System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) bei System.Environment.get_StackTrace() bei Microsoft.InfoCards.Diagnostics.InfoCardTrace.BuildMessage(InfoCardBaseException ie) bei Microsoft.InfoCards.Diagnostics.InfoCardTrace.TraceAndLogExceptio ...Show All

  • SQL Server Report Viewer in ASPX page- Getting an Error "The request failed with HTTP status 401: Unauthorized"

    I used the following reference code while creating this simple ASPX page with reportviewer control using VS 2005 http://www.tutorialsall.com/REPORTINGSVCS/WebFormsReportViewer-ReportServerCredentials/ ReportViewer is having following properties ProcessingMode = "Remote", ReportServerUrl = "/foldername/myreport ReportPath = " http://report.mydomain.com/reports " Even after using admin user we got the same problem Please help Hello, I am receiving precisely the same message for an intranet web application that is working fine on a different pair of servers. The report server is SQL 2005 in all cases. In Production it works fine, the re ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Custom communication with the 360

    I intend to use IronPython to speed up my game development a bit. This would give me some more control at run-time to create and manipulate objects for the sake of debugging. If possible, I would also like to support this on the Xbox 360. I don't have a spare USB keyboard lying around and I'm not even sure if IronPython will run on the 360. Preferably, I would like to show some sort of separate Python console form on the Windows side, but I am not sure if there is any way to implement this without networking. Console.WriteLine seems to do nothing, so I don't even think I can use Visual Studio's output window. Will there be anyway for me to do this, or will I just need to implement a slide down console like all the Quake engine games ...Show All

  • Visual Studio Express Editions cin a name & cout a name

    Help!, am new to Visual Studio, my 1st attempt @ using this program. How do I cin a name & age and cout a name & age since you are new to visual studio, i suggest you to read this article: http://msdn2.microsoft.com/en-us/library/ms235632(VS.80).aspx if problem persists, can you paste out your code with that "class for customer" ...Show All

  • Visual Basic Client/Server Application?

    Hi all, We currently have a VB6 DCOM client/server system with the following layers: Data Layer: Wraps around ADO2.8 Business Logic Layer: An ActiveX Exe running on a local or remote server Presentation Layer: The actual UI app found on all user machines We are now looking in to creating the new version in VS2005. We will not use the upgrade wizard but rewrite the whole system piece by piece. My question is: Do will still use the above setup for a .net application or is it different Do we need a data layer anymore Thanks, Ivan You will probably still want a data layer. Just how much of one depends on the complexity of your data sources. I've used the MS Enterprise Library i ...Show All

  • Visual C# Aysnchronous Vs. Multithreaded Client-Server application

    Hi , I am developing a Client-Server application , I have done some research and found there are three ways to handle multiple client requests. 1. To use old style multithreaded server 2. To use .NET threadPoll worker threads 3. Asynchronous Socket programing But I am confused that which appproch I shld go.... My clients will run and provide all local info to main application ( Server ) so its the clients who actually will provide info to server/the Main Monitoring application(server) . Any guidence please to which approch I shd go Clients will be less than 50 ... and the Info they will provide on based on Events generated by Server. Thanks in advance. ManualResetEvent is only one way of implementing tha ...Show All

  • Visual Studio How can I automatically log out VSS users

    We run a night job for Analyze/Fix and want to be sure all VSS users are logged out before the job runs. How can I automatically log out VSS users via a script (VSS 6.0 and above) I'm not sure if there's a way to do this within the VSS tools. One easy way is to delete the share via net share /delete <sharename> . Then you can recreate it with net share after Analyze is finished. ...Show All

  • .NET Development Stopwatch class not found in System::Diagnostics ?

    I am using VC++ 2005. In several projects that I have created I have never had this problem but now that I created a DLL project (used the Win32 wizard), I am having this weird problem where the System::Diagnostics namespace shows up a few namespaces and classes, but not nearly all that belong there. For example, the CodeAnalysis namespace is shown, then ConditionalAttribute, DebuggableAttribute, Debugger, and so on until SymbolStore, which is the last namespace/class listed. No Stopwatch and many other namespaces and classes that should be there. What is wrong It must have something to do with the project settings but I don't even know where to look to find the missing namespaces and classes. Any idea Thanks. Kamen Thank you very ...Show All

  • .NET Development What are the differences between .NET Framework 3.0 RC1 and CTP ?

    Hi, I've found that there are 2 version ( ie: RC1 [20060901] / CTP [20060922] ) of .NET Framework 3.0 Runtime in MS Web Site, but what are the differences between them ... Thanks, Best Regards, What's MOSS2007 B2TR There's a September CTP that's out AFTER the RC1. So if you're after the latest and greatest, you'll want September CTP. Be careful with compatibility issues though. e.g. the expression designers september ctp is only compatible with RC1, etc. Here's a couple of useful links: http://blogs.msdn.com/tims/ (scroll to somewhere towards the end) http://blogs.msdn.com/tomarcher/archive/2006/07/17/668572.aspx#VistaRC1 ...Show All

  • SQL Server Saving maintenance plan failed?

    =================================== Saving maintenance plan failed. =================================== One or more arguments are invalid ------------------------------ : Microsoft.SqlServer.Dts.Runtime.Application.SaveToSqlServerAs(Package package, IDTSEvents events, String packagePath, String serverName, String serverUserName, String serverPassword) Microsoft.SqlServer.Management.DatabaseMaintenance.MaintenancePlan.Save() Microsoft.SqlServer.Management.MaintenancePlanWizard.MaintenancePlanWizardForm.PerformActions() I am having this same issue and have updated my install of SQL 2005 Standard with SP1. I am getting the following message when trying to create a maintenance plan with the wizard: One or more ...Show All

  • Visual Studio Team System TFS with Visual Foxpro 8

    Can TFS be used with VFP 8.0 SP1 The list mentions only VFP9. I have been using VFP8 + VSS 6 for many years and need to change to something more reliable. ...Show All

  • Windows Live Developer Forums Contacts not adding suddenly...

    Basily what the title says. i've been using live for a long time now with no issues thus far. however now all of a sudden, its giving me all kinds of issues adding people to my contact list. i add them, yet the "request" isn't going through to them on their side... any idea why this is happening no more then 2 weeks ago i've added multiple contacts with no issues, however anyone i've tried to add within the last week or so hasn't worked. i went back to msn 7.5 untill i fully understand this situation thanks a lot. rob jbaker MSFT wrote: Check the news groups there is some information there on this I must be noob but coud you point where is some help on this matter Lc ...Show All

  • Visual Studio 2008 (Pre-release) Metadata Exchange Not Working In IIS?

    I want to display the metadata similar to a wsdl. I read that you should address your service that is being hosted in IIS like so in order to get the metadata http://localost/myfirstservice/service.svc/mex . However I keep getting page not found. Here is my configuration settings in my web.config file: < system.serviceModel > < services > < service name = " MyService " behaviorConfiguration = " MEXGET " > < endpoint binding = " wsHttpBinding " contract = " IMyService " /> < endpoint address = " mex " binding = " mexHttpBinding " contract = " IMetadataExchange " /> </ service > </ services > ...Show All

©2008 Software Development Network