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

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

Lionb

Member List

GusBraga
pcd
andrealisp
John Lieurance
sahady
Josh Unger
simdoc
sticksnap
Florian Storck
TFCNE
Symtex
Vaassu
cpaesano
Intelligence
may east
Paul Rob
Tibia Rules
alex_ending
Business Intelligence Analyst
k62o
Only Title

Lionb's Q&A profile

  • Visual Studio Team System how to use generic test to run vb script

    I have an existing vbscript which do the actual testing. And I can put this command into a generic test: "cscript.exe myscript.vbs". In the script, I use WScript.Quit(1) for test failure. But the question is how can I pass the return value from script host to Generic Test and tell it's pass/fail Thanks, Frank Hi Frank, If your existing test uses process exit codes to communicate whether the test passed or failed (0 for passing, any other value for failure), you can wrap it into a generic test with no problems, everything should be fine. If you want detailed results, then you will need to modify your test sources so that they use an XML file to communicate the detailed results. The XML file must conform to th ...Show All

  • SQL Server SQL Server 2005 Mobile: problem with connection to database

    Hi, everyone! I have a small problem. It consists in: 1. I'm trying to connect to database on my Pocket PC within Visual Studio 2005 (C#) Connection string looks like this: SqlCeConnection1.ConnectionString = "data source = '\\storage card\\mobiluser.sdf'" ; But when i'm deploying it to Pocket PC the error "An error message cannot be displayed because an optional resource assembly containing it cannot be found" appears. 2. When I'm doing te same on Pocket PC Emulator everything is normal. Off course, I have the .sdf file on Pocket PC which is placed to Storage Card into root directory. If anyone knows where I get a mistake, help me please! Thanks for your help! ...Show All

  • Visual Studio Team System Getting list of workspaces and solutions under Team Project

    Hi, How to get the list of workspaces and list of solutions under a given Team Project programatically Please help me with some pointers. Hi, How to get the list of workspaces and list of solutions of a given Team Project programatically Please provide some pointers. ...Show All

  • SharePoint Products and Technologies documents per view

    Hi,   I have a webpart that shows me the nr of documents of a library that have a certain view. The user can enter a certain view, wicht exists for that library, and then it shows the # of documents that view has. If the view has a filter, and it shows 2 of the 3 documents of the library, then i want my result only 2. Now I can only make this happen if the user selects this view as the Current View, but I want this result also when the user has not selected this view as current. So what I actually try to achieve is when, in Sharepoint, you go to your Document Library, and choose on a certain view, i want the list of the documents that are in that view. Here's my code so far, does anybody have a clue Thanks in adva ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. need mechcommanders 2 shared source

    i need the mc2 shared source i didnt fully install it As mentioned in this thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=305760&SiteID=1 the link is currently offline. We'll have it back ASAP. ...Show All

  • SQL Server SQL Execute Task

    Hi how would you use a package variable in inline sql, is there a format utilized Are there any steps I need to take to do that I currently have the SQL Execute task inside a ForEach Loop container, which has the variable mapping for the ID that i need for the SQL Execute task. I just need to know the syntax to use parameters in my query in my task. here is the current code which doesnt work: INSERT INTO LAFProcess.ProcessList (WorkListID, CreatedOn, ProcessStartedOn, Status) SELECT WorkListID, GetDate(), NULL, 2 FROM LAFProcess.WorkList WHERE Status = 2 AND LoanApplicationID = " + @[User::LoanApplicationID] +" UPDATE LAFProcess.WorkList SET Status = 1 WHERE LoanApplicationID = " + @[User::LoanApplicationID] +& ...Show All

  • Visual C++ VC.NET Question about Forms

    I apologize ahead of time for asking a question that may be very simple to answer but I am new to C++ and .NET programming.  I am trying to create an application that will have 2 forms.  Form1 is the main form of the application and Form2 is the options dialog.  I have tried to search MSDN and Google but have been unsucessful in my attempts (probably due to bad wording of my searches).  I have a button with the following code: private: System::Void button1_Click(System::Object *  sender, System::EventArgs *  e)               {                   &n ...Show All

  • SQL Server Replication vs other agent jobs

    Hi all, after creating the replication job (works) other agent jobs hang up. after restart the agent, the jobs work one time. t can it be a problem with dieffernt agent profiles/accounts   many thanks oliver ok, i find some more details... if i restart the agent i can manually start a job - and it works... if i wait till the agent a job is starting it fails for each step:       Executed as user: domain\Administrator. The package execution failed.  The step failed.   after manually starting the job the following automatic hangs up with step one till stop agent        The job was stopped pri ...Show All

  • Visual Studio Team System Can't profile web site running in IIS on WS2003

    I'm having trouble profiling a ASP.NET 2.0 website running on a windows 2003 server. I've followed several tutorials on the net, but I can't make it work. Here's what I did: 1. vsperfclrenv /globaltraceon 2. reboot 3. step 1 again 4. instrumented and resigned my files 5. Started the trace using perfmon 6. Started IIS 7. Interacted with the website, and saw w3wp.exe being connected to the profiler 8. Stopped IIS 9. Stopped the profiler using vsperfcmd -SHUTDOWN 10. Ran vsperfreport profile.vsp /PACKSYMBOLS /SUMMARY:FUNCTION When I open the VSP in Visual Studio on the same computer, I get no names for the functions only hexadecimal codes like 0xa000036 I've tried running vsperfreport wi ...Show All

  • Windows Live Developer Forums How can i restrict pushpins displaying after searching?

    Hi, Here i am using Version4. i am using the method find(what,where,...) after searching i found out that pushpins are placed automatically by this method in the map. I dont want these pushpins displaying. Can any one know how to restrict these pushpins displaying after each search. Thanks Sarath. http://www.geonames.org/export/ http://viavirtualearth.com/Wiki/UseLiveSearch.ashx You get what you pay for John. ...Show All

  • Software Development for Windows Vista Workflows and Web Services Question

    I have got a test State Machine workflow that has 4 states and simple transitions from one to the other. In the event driven activities I added the Web Service Request / Response stuff and Set State activities. Then clicked Publish as Webservice. Can see the service and it appears to work. Is there are way to control the WebMethod attributes and the namespace uri of the automatically generated code If not is this by design According to the Presenting WF book, you can get to the _WebService code, but I can't find this class. Using Beta 2. Cheers Bill, I am using the Beta 2 version and am using the WebServiceInput activity. But when you compile the assembly a class is automatically added to it with the nam ...Show All

  • SQL Server SQL 2005 System UDF function and Procedures

    In SQL 2000 for Procedures this was done by writing procs in Master db prefixing the name with sp_ and using exec sp_MS_marksystemobject procname In SQL 2000 for functions we wrote function in Master db like so system_function_schema Create Function system_function_schema.fn_v_filler  ( How would one go about it in 2005 Regards. At this point in time, it appears that sp_MS_marksystemobject still works in SQl2005 SP1(I've just tested it, and it runs, and does what it needs to, allowing an SP created in master, to be used as a system stored procedure), but naturally, as pointed out by Clifford, we should not base code on these, since they may be changed/removed at any point in time (read SP, even hotfix ). ...Show All

  • Visual Studio Dynamic Requests Issue

    Hi, We have a problem with reports using dynamic requests. These reports have beeen made by another team. These dynamic requests are multiline, for example : ="SELECT FirstName, LastName, Title FROM Employee" & IIf(Parameters!Department.Value = 0, ""," WHERE (DepartmentID = " & Parameters!Department.Value & ")") & " ORDER BY LastName" ...instead of... ="SELECT FirstName, LastName, Title FROM Employee" & IIf(Parameters!Department.Value = 0,""," WHERE (DepartmentID = " & Parameters!Department.Value & ")") & " ORDER BY LastName" This does not compile with our workstations (we have SQL Server 2000 (the client only), Studio .NET 2003, and Reporting Services installed separatly because it was not with the CSL Serv ...Show All

  • Windows Forms Adding custom form to installation

    Hi I would like to add custom form to installation proccess. The user should point me to directory where data will be stored. So I need textbox and button which will give the possibility to choose directory. There is no such a form available in user interface dialog. E. It is not an application folder. It is folder where data that will be created for user will be kept. There is no dialog defined where I could use button for chosin directory. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Capture output from other compilers

    Hi. Not sure whether this question belongs in this forum or a more generic MSBuild one, but here goes. From reading responses to questions about using non Microsoft compilers (e.g. gcc) with MSBuild/XNABuild it seems that the conventional wisdom is to use the Exec task. However, the documentation for this states "One disadvantage of using the Exec task rather than a more specific task is that it cannot gather output from the tool or command that it runs." I am investigating MSBuild/XNABuild for use in a potentially multi-platform project, and would like to know if this caveat would mean that the display/parsing of compilation errors would be suppressed when using, for instance, gcc. The ideal goal would be to use Visual Studio as ...Show All

©2008 Software Development Network