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

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

zespri

Member List

addexm
mekanoo
Sathya E
tlgRocksOn
Udi Raz
Loom
Azath
Scottaroberts99
CrCr
Fil_NZ
unninxt
FrankEvans
flakzeus
JordanS
Phillip Shentu
PhilMossop
Kuma1
Tramel
simonec
PeterMo.
Only Title

zespri's Q&A profile

  • Visual Studio Express Editions Where is project templates?

    Hi,I've installed vwd2005 beta2 after uninstalling March preview and now I don't have any Project Templates in "New Project". What could I do with it Thanks. It's bad you don't have explicit mechanism to reset cached configuration settings-all caches must be invalidated from time to time.What you mean under "devenv" There'is no such thing in "express" editions...maybe "VWDExpress.exe /setup" Best wishes. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How draw the line of picking?

    hi: I want draw the line of picking. I can draw the line, but when move camera, the line would move too. How can do this What transformation must apply Sorry for my english. Thank at all.- If you mean the line from the mouse to the object that you have selected then since this is a line that is always perpendicular to the screen its always going to be a single point so its kind of hard to draw it. ...Show All

  • Windows Forms Grid questions

    Hi, Im making a grid for windows forms , and i need some feedback. If anyone have the time , could you please answer some of the questions located at: http://www.compona.com/gridfeedback.txt[^] (its about 20 grid related questions) //Roger  Is there any features the default datagrid or the normal listview (in report mode) lacks   <i>Easy to use cell validati ...Show All

  • Visual Studio Team System TF30321: The name you typed is already used for another team project

    I had a project fail part way through creation (sharepoint timed out on creation for some reason) and it also failed to "back out" of creation properly.  Now when I try to create a project with that same name I get error TF30321 "TF30321: The name you typeed is already used for another team project on the Team Foundation Server.  Type a unique name for the new team project." I would have thought this was a big problem, but I had already successfully created a project and have since created another project so it seems to be some intermittent issue or timing problem.  I'll post up on the failure separately.  What I'm more c ...Show All

  • SQL Server HELP!!! Trying to schedule SSIS package

    Hello everybody, I try to schedule a SSIS package. When I run manualy, it works without error but when I schedule it, the step fail with error: "Executed as user:... The package execution failed. The step failed." This package contain just a SQL Task that execute a truncate table (it's for the test...) I try all solution I found in this forum and others but all not works. Have you an idea Thanks a lot Arnaud Are you doing any logging The error message will be in there. You should also take note of this: http://wiki.sqlis.com/default.aspx/SQLISWiki/ScheduledPackages.html ...Show All

  • SQL Server Another Row After SubTotal in Matrix

    I have a Matrix in Report, with SubTotals of rows and columns. I want to add another row below the subtotal (as well as another column to the left) in order to display percentage. Could anyone please tell me how There is a work around. you need to add one more column and display percentage in that column, this would add a column after total column and would display the sum of percentage column. Then you reduce the width of the column (the column that you have manually added) to 0. ...Show All

  • Smart Device Development What is App.Config and how can I use it?

    I'm having a problem with .NET CF1.1 SP3. When connecting to a JBOSS web app via webservice, I get a webexception. This appears to be caused by SP3 (this wasn't present when I was running bog standard 1.1). Apparently... through research it looks as though the following is occurring: Q: Why do I receive a strange error message when debugging my Web Services client which talks to an Apache web server A: The problem here is that when using the debugger to connect to a web server then a custom HTTP header named VsDebuggerCausalityData is emitted into the call. Now some 'well configured' web servers (like Apache) do not accept HTTP ...Show All

  • Visual Basic MSScriptcontrol And VB 2005

    When i try to do an addobject through the Microsoft Scriptcontrol like... Scriptcontrol1.addobject("Form",Me) Scriptcontrol1.addobject("Form",Me,True) Scriptcontrol1.addobject("Form",ctype(Me,Form),True) it just makes an "Specified cast is not valid" i would realy appreciate some help i fell like i have tryed everything posible to make it work   Thanks it worked fine! Does anyone here have insight how this approch is better then using CodeDom (i.e. Reflection) ...Show All

  • SQL Server sql server management studio nov ctp

    I have vs2005 prof. installed along with sql express RTM I installed management studio nov ctp when I try to launch it, nothing happens any Ideas Thanks I installed SQL Server 2005 Express and Management Studio Express (CTP November). When I try to launch the management studio nothing happens....I'm very confused about it, because I tried to search a solution for hours, but I didn't find anything about it. ...Show All

  • Visual Basic Shortcut problems

    I created a VS 2003 deployment project and I've set it up the way I want, even with a custom installer class.  At first I had shortcuts on the desktop and in the program files that were working.  Now, the shortcuts will uninstall the program if you double click them.  When looking at where they are pointed, they show the installation folder and not the executable.  I've recreated the shorcuts and changed other things, but nothing helps.  Does anyone have any ideas I figured out how to do this without manually editing the .msi This same question was asked in several different thr ...Show All

  • Visual Studio Team System Let the submitter close the bug/issue only

      In VSTS how its is possible to enforce that only the submitter can close a bug/issue. Which field or work flow definitions have to be changed or added Thanks, Saurabh I'm sorry to say that this feature is not supported in V1. This has been requested frequently though, so it's on the radar for possibly supporting in the next version. The closest thing you can do is create groups of people that do common operations (e.g.: developers group to resolve code-defect bugs, Testers group to close bugs, etc), and add transition security to allow transitions to these groups (e.g. only members of the ...Show All

  • Visual Studio 2008 (Pre-release) Nullable.ToObject release issue

    I am working on application using MS VS 2005 Beta 2. Beta 2 support Nullable .ToObject(), but now I have upgrade my application with release VS 2005. VS 2005 Release Nullable .ToObject is no longer supported . 1. Is there any work around for that 2. what is alternate for that Code snippet is mention below  : comm.Parameters.Add( "OUT_RTXNNBR" , OracleDbType .Int64, ((OUT_RTXNNBR == long .MinValue) null : Nullable .ToObject(OUT_RTXNNBR)), ParameterDirection .InputOutput ); Error i am getting is: Error :   'System.Nullable' does not contain a definition for 'ToObject'.      ...Show All

  • Visual Studio How to access the VS project settings (stored in Settings.settings file) from inside a custom editor in runtime?

    Hi! I have implemented a VSIP custom designer/editor used to define some custom objects. The editor is registered for my custom file type “lcd”. Each lcd file inside VS is opened with my editor, which consists of several text boxes, where the user enters data. The user has the option to generate code files based on the data he entered in the editor. He also has the option to choose the path for generated files. Each lcd file is part of a project inside VS. I need to implement a custom setting on the level of the project that will be used to save the path of generated files. The user will set this path for g ...Show All

  • Visual Studio Express Editions installing VS 2005 beta 2

    I have tried to install Visual Studio 2005 Beta 2, but I'm told i have a previous version of Visual Web Developer installed. It does not appear in my control panel though! Any one have an idea of what to do I am sorry to hear that you have problem. You could try out this auto uninstall tool here. http://mscomapps/fwlink/edit.asp linkid=47065   Please also refer to this document at https://blogs.msdn.com/hgao/archive/2005/05/30/423249.aspx Let me know if this helps Thanks Hong Gao ...Show All

  • SQL Server Semi-additive measures in AS2005 Standard Edition

    I am not able to find any work-around for semi-additive measures (specifically Avg) in Analysis services 2005 Standard edition. (Aggregation type 'Avg' is not supported in Standard edition, however 'Count' works!) Any suggestions would be appreciated. Regards, Mahesh Dear Deepak, sorry for my late and thank you for your courtesy. The fact is that, if I have a ragged hierarchy implemented as a "attributes hierarchy", I'd like to hide the members which have the same name of their parent, of course. But if I try to apply to this hierarchy some MDX calculations, based on the descenda ...Show All

©2008 Software Development Network