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

Software Development Network >> Guillermina Feliciano's Q&A profile

Guillermina Feliciano

Member List

David T
mr.dumbass
jmodares.com
Cephus
MattyP
Jason Bolstad
MikeeSiow
Austin Ledbetter
appolospb
David Brenchley
Agson Chellakudam
MatTavis
David NL
welshfire
Zachovich
rca
x21hx
ngo the an
Carlh62
MajaA
Only Title

Guillermina Feliciano's Q&A profile

  • Visual Studio Team System How do I use multiple rows per test?

    Suppose I have a test that performs the following: 1) Log in 2) create an order 3) add 3 items to the order 4) checkout 5) logout I created my test and did the data binding and when I run it, I get the same order three times, always the first row in the database. I would like to be able to be able to get a new record each time I add an item to the order. What am I doing wrong Thanks Hell ...Show All

  • Visual C++ Deprecated vsprintf

    I have the following code: char buf[1024]; va_list va; va_start(va, s); vsprintf(buf, s, va); va_end(va);   The Visual Studio 2005 Express Edition compiler gives the following error: Compiling... strgen.c .\strgen.c(87) : error C2220: warning treated as error - no 'object' file generated .\strgen.c(87) : warning C4996: 'vsprintf' was declared deprecated What do I do What do I replace it with Please help. Thank you. ...Show All

  • .NET Development AllowPartiallyTrustedCallers

    I have a web service (.asmx) which invokes methods from another class library I wrote. Under 1.1 this all works fine. Under 2.0, I get a SecurityException: "That assembly does not allow partially trusted callers".  I added the [assembly: AllowPartiallyTrustedCallers] attribute to the class library, but I still get that exception. What gives Also, I have no Framework 2.0 MMC Snap-In. I re-ran aspnet_regiis -i and it didn't fix it. Help!!! ...Show All

  • Windows Forms Several puzzles about ClickOnce Deployment

    Hi, I am now interested in ClickOnce deployment. After I have tried a simple application, I am really attracted by the amazing feature in VS2005. But I meet some problems when I try to download assemblies on demand. The walkthrough in MSDN on the topic of downloading assemblies on demand maybe the only demo i can reference. But it could not be applied to VS2005. The deploy APIs are different. Any other resources could be referenced And the req ...Show All

  • SQL Server Storing UDF in tables?

    Hi, is it possible to - store a User Defined Function in a table - find and execute it from a SELECT expression - using column-data Thanks, Certainly it is possible but it's not generally a good idea. See the following article, which covers everything you need to know about dynamic SQL. http://www.sommarskog.se/dynamic_sql.html -- David Portas, SQL Server MVP Whenever possible please po ...Show All

  • Visual Studio Team System Unexpected Erro Opening Project Portal

    I had some issues creating a new project, but this was solved by following the suggestions of another post and changing all web sites in IIS to use ASPv2. This is the only change I have made following an error free install. Everything looks good except I cannot view the project portal. I get simply 'An unexpected error has occurred. ' when I connect to sharepoint root or to a Test project under http://teamserver/sites/test Thanks, Nick ...Show All

  • Visual Studio 2008 (Pre-release) Routed Commands

    Anyone have any clues on referencing a custom RoutedCommand from XAML For commands defined by WinFx (such as the "Cut" command in the ApplicationCommands class), no problem.  However, if I define my own command, I get the following error xaml exception: "The string 'Window1.CustomBoldCommand' could not be set on the 'Command' property which is of type 'ICommand'. Did you mean to use a StaticResourceExtension for 'Window1.CustomBoldComman ...Show All

  • Visual Studio Team System July CTP install of VSTS - Source Control Plug in Missing, Team Explorer missing

    Hi everyone, I recently upgraded from the June CTP of VS2005 to the July CTP, both are the Team Suite edition. Now in my new installation, everything works, but there is no Team Explorer window, I cannot connect to a TFS server, and when I look for Source Control plug-in's, nothing is listed. I can't find any evidence of Team System. I verified over and over in the control panel that I do in fact have the Team Suite edition installed. Any ideas ...Show All

  • Visual Basic setup project can not build

    Hi, I am using vs 2003 to build a setup project but got this error message "Could not find file ..., Not enough storage is available to complete this operation." I checked the path of the file, it is correct. After I remove this file from the setup project, I can build it successfully and the result msi file is about 250MB, the file I removed is about 260MB, is there any limitation about the size of the file in setup project or the tot ...Show All

  • Visual Studio how to upgrade sourceoffsite to vss 2005

    hi, i am currently using SOS 4 i need it to upgrade to VSS 2005. Could anyone help me in doing this. I am not aware of this THis probably will be better answered by SourceGear http://support.sourcegear.com/index.php ...Show All

  • Microsoft ISV Community Center Forums Can anyone download VS Team Edition?

    We are a Certified Partner with the ISV Competency. The ISV Competency gives us a license for Visual Studio 2005 Team Edition for Developers but, we can't download that or the Team Server from MSDN. We can download the evaluation editions but not the real thing. Is this a problem for all partners with the ISV Competency or just us Can anyone download the real editions of Team Foundation server and/or VS for Developers Thanks, John Vot ...Show All

  • Windows Forms vb.Net calendar ho to??

    hi there how can I build vb.net calendet outlook style where can  I finde some tutorials or some basic concepts... (all in winforms) I did'it with asp.net but they have this ready control on asp.net any1 10x Hi There are some cool utilities&nb ...Show All

  • SQL Server "Open Table" NOT WORKING. Can someone HELP!

    In my instance of "sql server 2005" I right click on a table and select "Open Table" then I get the error message "Object reference not set to..." Then has been happening since I installed I have tryed searching groups and posting to get a solution. I have load the adventure works data base and get the same error when performing "open table". Can someone from MS please respond. Also if Open Table works can ...Show All

  • SQL Server Decimal vs currency....

    It seems that the "decimal" type allows more flexibility but also uses more storage than "money". On the other hand, does "money" have any special t-sql functions that understand its unquie nature (e.g. adding two money values together with no cents round-off error). For example, would the number 12345.12 be declared as a decimal(7,2) or currency Barkingdog There aren ...Show All

  • .NET Development different behavior of cmd file when started by a web Service

    Hello,        i'm facing a problem that's really driving me mad..... I fear I'm missing some fundamental step .... but I cannot imagine what ... I wrote down a basic WebService to start an executable file (using the shell command).  The cmd file by itself works fine  ... doing what it was projected for ... (unlock the ScreenSaver of the Server machine with the following instruction : ..... Keybd ...Show All

©2008 Software Development Network

powered by phorum