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

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

saeedbaghestani

Member List

sk78
aussie_1968
Urano
Bulky
TimMulholland2487
jobrig
Sumit Chawla
btrefonas
jenifer_
Yames
Soumyp
Chris Becker
Stage
Troy Bumgardner
CraigZ
sk4130
Don Dean
Gerald Perry
CondonG
Mykhaylo Blishch
Only Title

saeedbaghestani's Q&A profile

  • Visual Studio Team System GroupsandPermissions - I could have sworn

    I cold have sworn I have used a command line command to upload GroupsandPermissions.xml up to existing Team Projects. For the life of me I cannot find it or recall it or my notes on it. Can anyone help me out. Thanks, The closest that I can think of is tfssecurity.exe. It is located in < drive >:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools. ...Show All

  • Visual Studio Team System iis static value

    i thought but couldnt found where to write this subject. anyway, i want to ask this: in an aspx page i wrote this code public partial class abcsee{ private static int xxx; .. .. .. one of my friend said that this xxx value stores in iis cache and the other users from other machines can directly use and change "xxx". Is this true Hello Try posting this to ASP.Net news group. http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.dotnet.framework.aspnet&lang=en&cr=US Please note the main goal of this forum is to answer questions around code performance & security us ...Show All

  • Visual C++ Simple VS2003 to VS2005 Migration Question

    Hi all First of all I want to clarify that I have no great practice with Visual C++, so please be patient if questions are silly to you. The problem is quite simple: how to migrate to VS2005 a project compiled with VS2003. The project is a windows media player DSP plugin DLL created with the wizards boundled with the M$ SDKs. The error is the following: Error 1 fatal error C1083: Cannot open include file: 'mediaobj.h': No such file or directory k:\source\projects\carlo.dlls\etwmpmix.vs2005\dsp01.h 15  In VS2003 I've installed all required M$ SDKs: windows media format sdk, windows media player SDK, d ...Show All

  • Visual FoxPro how to use input from html page

    hi i want to put all data into dbf through my browser how could it be done in visual foxpro. br aamir Take a look at ActiveVFP. It uses interop with ASP.NET yet you code everything in VFP. This is a free, Open Source tool that combines all the best practices for using vfp mtdlls and is very simple to use.  VFP mtdlls are ideal for web usage since they're multi-threaded.  You'd need VFP 6SP5, 7SP1, 8, or 9. ...Show All

  • Visual Basic CSV File Not opening properly in Excel

    This should be straight forward but i guess im doing something wrong Imagine a series of records from a listbox Each of these record is broken up into idividual substrings and each substring has to be written to a .csv file So (assuming all substrngs have been generated by now) Dim CustRec as New FileStream(SFD1.Filename, FileMode.Create, Fileaccess.Write) Dim CWrite as New StreamWriter(CustRec) CWrite.Writeline(cu01 & "," & cu02 & "," & cu03 & "," & VbCr Cwrite.Close Now i try and open the generated file in excell 2003 and it tells me the file format is unreco ...Show All

  • SQL Server Error whilst concatenating field to a string

    Hi, I want to say on a report "We are XX% Through the month" on a report. I added the data to the data set that I want to show and linked this to a table. I tried saying: "We are" + Field!PercentageHoursWorked.Value + "% Through The Month" but I am getting the error: "Input string was not in the correct format" The output that gives me this number is numeric. Any ideas You have to use vb.net - code! vb concatenates Strings using & ...Show All

  • SQL Server Measure Group ID

    Hi, What is the thinking behind not allowing us to change the default value of the ID property of a measure group I really don't like the default - I'd like to choose my own.  (If thjere is a way to change it in BIDS then plesae let me know!) This wouldn't be a problem except that the XML/A process command references the ID and I would rather have something in there that is intuitive - somehing that represents what the measure group is for.   Can I enter this as a feature request (i.e. allow us to change the ID property) at Microsoft Connect Thanks -Jamie   OK, this was initially a minor irritat ...Show All

  • .NET Development Visual Studio 2005 & .Net 1.1/1.0?

    We have heard that you can use vs2005 to program .Net 1.1 code.  (from a MS developer) .  We would need to do this in the cases that we don't have the time/energy/bandwidth to upgrade our .Net 1.1 apps to .Net 2.0.  (we support MANY .Net 1.1 apps currently) So the questions to this are: 1.  How can we avoid the VS2005 IDE from upgrading our solution to .Net 2.0   This appears to be mandatory when opening the solution file. 2.  How can we specify .Net 1.1 in the vs2005 IDE when working on the solution Thanks very very much for your help. Unfortunately, you can't use VS 2005 to develop .NET 1.1. apps. The ...Show All

  • Windows Forms listbox visible items

    when i resize my listbox the amount of items that i can display changes.  I wrote a small function that returns how many items are visible at any given time.  For some reason my function doesnt work all of the time. int get_ListBoxVisibleCount() { //check to see IF items displayed are less than total displayable           //divide height of listbox with the height of an item in the listbox for the total items displayed if (listView1->get_Visible())           {         ...Show All

  • Visual C++ Saving image failed 80004005

    I have a application using VC++ MFC, I can't save the file in the "Chinese Folder" and the PC used Chinese XP Window SP2. lionbrian wrote: I have a application using VC++ MFC, I can't save the file in the "Chinese Folder" and the PC used Chinese XP Window SP2. Your question is not very clear. What I understood so far is that you have XP SP2 Chinese language version, and you have a folder with Chinese characters in its name. And an app is unable to save into it, correct My best guess would be that, that app was compiled for Ansi, and thus may not be able to handle non-Ansi characters in a path. ...Show All

  • SQL Server can't modify stored proc which is in a publication

    Hi SQL 2005 sp1 - merge replication - HTTPS. We have 2 publications for the database - one which has subscription.SyncType = SubscriptionSyncType.Automatic and another with SyncType = SubscriptionSyncType.None. The first publication is there so we can add new stored procs etc, the second contains the initial schema and the data. When we try to modify a proc which is in the publication with SyncType = Automatic, the query never returns. This is most urgent - thanks for your help. Bruce There are 2 subscriptions - one for each publication - but the proc is only in one publication ...Show All

  • SQL Server Sql Server Begin Transaccion-Commit Transaccion problem

    Hi, i have this problem when i execute a job with a Begin Transaccion-Commit Transaccion sentence: "Executed as user: comfama\sqlservice. The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction. [SQLSTATE 42000] (Error 7391) [SQLSTATE 01000] (Error 7312) OLE DB error trace [OLE/DB Provider 'SQLOLEDB' ITransactionJoin::JoinTransaction returned 0x8004d00a]. [SQLSTATE 01000] (Error 7300). The step failed." If someone can help help i'll be very thankful. Could you give more details about the query. Is it using linked serve ...Show All

  • Visual Studio Express Editions Sharing Modules, Forms, ect between projects in the same solution

    Hi, Sorry for the basic questions but that is how we all learn. I have done several of the examples (persons, ect) and also looked on the forum but did not find an answer to my question. I have a solution created with two projects (Project1 & Project2) in it and the second project (Project2) was added using the "Add Existing Project" in the "File" menu. Project2 contains several forms and several modules.  Project2 is a standalone project that functions on its own (developed earlier). I "added" Project2 so that I could use the forms and module code in my newly created project (Project1).  THe "add" went as expect ...Show All

  • Visual Studio Team System Can I combine web tests

    Here is my scenario: Our extranet website requires a valid login. I have a number of web tests that I would like to combine into a superset. In which case, I would do a login with a standalone login webtest followed by -- say -- an order web test from a data source and perhaps a series of separate view print tests. I do not want to log in for each order and/or view test, which is why I want to include it separetly so that it is executed only once. I would then like to combine this superset into a load test. Is this doable We had several features/changes planned to make it much easier and more effective to r ...Show All

  • Visual Studio Express Editions Chart Control

    I have upgraded a VB 6 application that has a chart.  The upgrade was successful but when I run the application I get the following error: System.InvalidOperationException was unhandled   Message="An error occurred creating the form. See Exception.InnerException for details.  The error is: Unable to get the window handle for the 'AxMSChart' control. Windowless ActiveX controls are not supported."   Source="WindowsApplication1"   StackTrace:        at WindowsApplication1.My.MyProject.MyForms.Create__Instance__[T](T Instance) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 180  &nb ...Show All

©2008 Software Development Network