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

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

Jasper22

Member List

Jorge P
AamirKhurshid
allison_h
K. Murli Krishna
Avi_harush
mahima
Matt Penfold
Lawrence Wee
DavidThi808
chub xbox
Prerak Shah
quantumboy
Davids Learning
BigGuy
Ajaykr
maryz
mt2
FtLeeJerry
yabansu
Edward1
Only Title

Jasper22's Q&A profile

  • Visual Studio Team System Error 0x80501001

    Hi All, Continuing to develop my rules and fighting with fxcop in all new rule, I have other new questions: 1) I am trying to get a specific object inside a method like: Public Sub Ins( ByVal oBoletimImplantacao As BoletimImplantacao)   Dim db As Database   Dim command As DBCommandWrapper   Dim dr As IDataReader   Dim sqlCommand As String .... End Sub I have 'Ins' methods inside my assemblies and I need to verify if there is a variable as 'DBCommandWrapper' that is a company own class. How to know if there is this specific variable 2) How can I see inside the assemblies its imports I have methods with the imports below: Imports Microsoft.Practices.Enterprise ...Show All

  • SQL Server SSIS but want to remain on sqlserver 2000

    Hi All, Pretty unorthodox query. We would like to use SSIS for doing the ETL but the source and target (staging & Reporting) area will remain to be SQL server 2000. Do you think its possible Please let us know if its possible. Thanks in advance. As long as you have one server that's running 2005 (for development and to actually run the SSIS package), I think you'll be fine. I believe you'd simply have to set up your source and destination as OLEDB connections within your SSIS package. ...Show All

  • Visual Studio Team System Adding a user to all team projects

    Perhaps I am not searching correctly in this forum but I cannot find an answer. Is there a way to add a user as a Reader for all team projects in one step rather than having to add the user individually to each team project Thank you! Stephen To James and Adam- Thanks much guys for your assistance! Not only is my question answered but I learned much more than anticipated. Stephen ...Show All

  • Visual Studio Missing XML Documentation? Excel 2003 PIA's

    I am trying to write a program against Excel 2003 using the PIA's and VS Express 2005. I was able to view all of the member information for the methods prior to doing a security update on the microsoft windows update site. Now, even after re-installing the PIA's, I am not able to view the member information for a given excel object. Is there something in Visual Studio that I need to configure to find the information so that I don't have to keep running to the MSDN Online Help for each and every method that I want to program against TIA for help. Have you downloaded and installed the Microsoft IntelliSense XML Files for Microsoft Visual Studio Tools for the Microsoft Office System Solution Developer ...Show All

  • Software Development for Windows Vista A namespace does not directly contain members such as fields or methods

    I get the error... "A namespace does not directly contain members such as fields or methods" frequently when I work on .xoml files. I've had to recreate a workflow about 10 times in the last 2 weeks because they keep getting corrupted somehow. Sometimes I can fix the problem by examining the .xoml file but sometimes I can't figure out what's wrong. Anyone out there have similar issues Do you know of a way to prevent having to recreate a workflow from scratch You really should be working with the latest build of Windows Workflow Foundation (WF) which is RC5. Go to this post for links to everything you need to download. ...Show All

  • Visual Studio code and example xml tags

    Has anyone noticed or observed that code and example xml tags seem to work properly when decorating a method, but when the tags are at the class level, none of your sample code seems to appear. Is this an issue that is being worked on Just thought I would pass along what I observed. John Here is a small sample.  Didn't paste in the best but you'll get the idea.  Also, there is no implementation in the class here that I pasted in, but there is in the actual class.  Hope this helps.  If I were to put this same documentation tags on a method of the class then the code sample will work. /// <summary> /// Represents a name - value collection in an enterprise library c ...Show All

  • Visual Studio Visual Studio 2005 Service Pack 1 Beta

    Has anyone else tried to install the beta of Visual Studio 2005 Service Pack 1 Just running the setup program hogs my machine. It literally took over an hour, maybe more, for the message box to come up asking me if I wanted to install it. I tried it around 4:15pm yesterday and since it was still going even past 5pm I just left work figuring it would be installed by the time I came back in the morning. Well, I'm back and all I see is the message asking if I want to install. I say yes and then a few minutes later it comes back saying I have to uninstall the Web Application Projects addon because the release version is included in the service pack. Great, I hit OK and now I have to start all the way over! I've never seen an install program h ...Show All

  • Visual Studio Express Editions Closing an open excel workbook

    Anybody knows how to close an open excel workbook I have tried the example under Getobject help to no avail. The problem is that although I cannot actually get the running instance of the workbook. Take a look at the GetObject Function ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/vblr7/html/vafctgetobject.asp ). That should allow you to connect to an existing instance of Excel. Hope this helps, ...Show All

  • Visual Studio Express Editions error c2039

    Hello people of Visual C++. I have the following error: .\mapa-semanal.cpp(9) : error C2039: 'Data' : is not a member of 'System' what's causing this error thank you for your atention. // mapa-semanal.cpp : Defines the entry point for the console application. // #include "stdafx.h" #using <mscorlib.dll> using namespace System; using namespace System::Data; using namespace System::Data::OleDb; int _tmain( int argc, _TCHAR* argv[]) { //Create the connection OleDbConnection * map = new OleDbConnection(); //Set the connection string map->ConnectionString = S " Provider=Microsoft.Jet.OLEDB.4.0; " S "Data Source=C:\\db\\map ...Show All

  • Visual Studio Team System No appropriate mapping exists for $/Project/Branch/File.cs

    I'm trying to unshelve some code I was working on weeks ago and keeping the error msg in subject line which I'll repeat: No appropriate mapping exists for $/Project/Branch/File.cs I do have a workspace mapping setup for the source control path in question so I'm not sure what gives. My workspace mappings have changed since I shelved the shelveset...is this the source of my problem Is there any way to dump the shelveset to disk in some manner so I can access the code changes. I really don't want to lose them... Help appreciated. Hello, if Steve's suggestions does not help, you can always access contant of the shelveset from the unshelve window (select shelveset, click Details..., for each file choos ...Show All

  • Windows Live Developer Forums How to Add PushPin using FindLocation (without providing lat and long)

    Hi guys, Just started playing with the API. I am trying to add a pushpin to general points e.g. Cities, Provinces, Postal Codes but everytime I try to the pushpin appears in a totally different point. Any insight would be much appreciated. Thanks K <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script src=" http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js"></script > <script> var map = null; var pinID = 1; function GetMap() { map = new VEMap('myMap'); map.LoadMap(); FindTO(); AddPin(); } function FindTO() { map.Fin ...Show All

  • .NET Development System.Runtime.Serialization.SerializationException: Because of security restrictions, the type System.Runtime.Remoting.ObjR

    I have this .NET Remoting stuff i'm currently trying for my company since we have an idea of using .NET Remoting in the next version of our application. The basic is a windows form application as client and IIS as host for our objects. After i have been through several examples, guide, tutorials and so on i got it to work, but nothing lasts forever. When i bind the List<T> i get from our remoting to a BindingSource i get an exception in my Dispose on the form every time i try to close my window. The layout of my form is very very simple a form (offcourse), a bindingsource, and a datagridview. My form: public partial class Form1 : Form { ServiceClass service; List<Tags> tList = null; public Form1() { ...Show All

  • .NET Development problem with mobile application

    Hi. I got problem with mobile application. Every time I try to access the web using: request = ( HttpWebRequest ) WebRequest .Create(requestUri); response = ( HttpWebResponse )request.GetResponse(); I get the message: FileNotFoundException From the GetResponse() command. If I use the same code to produce regular windows program everything works fine. Do you have any idea what cause that I wrote a simple project with the problem. If you need it to help let me know and I'll e-mail it to you. I didn't find any way to attach it here... :-( Best regards, Amit. B.T.W. Some thecnical information: I'm develpoing with Professional Microsoft Visual Studio 2005 (Version 8.0.50727.42 (RTM.050 ...Show All

  • Visual Studio Team System Same Transition but different Users

    Hello, I am currently customizing a work Item and I would like to have the reason, for a transition, to be dependant of the user group. I.e. The transition from state "A" to "B" is available for MyGroupA with reason "reasonA" and "reasonB". The same transition is available for the remaning user with reason "reasonC". I have tried the following solution : <TRANSITION from="A" to="B" for="[project]\MyGroupA"> <REASONS> <DEFAULTREASON value="reasonA"/> <REASON value="reasonB"/> </REASONS> ... </TRANSITION> <TRANSITION from="A" to="B"> <REASONS> ...Show All

  • SQL Server Radio button

    Hi, I have one report,in my report i need to display parameters like this: one radio button :Age and another radio button is Age Ranges For the Age,I have to dispaly like two text boxes named 'From' and 'To' For the Age Ranges,I have to display one drop down list contains values :20s,30s .. In Reporting Services,Putting the Radio button is not possible,i think,If possible how to achive this. Other workaround is i think Multivalued parameter which displays the Age and Age ranges When we click on Age we need to display 2 textboxes When we select Age Ranges we have to display Drop down list If we select both :both 2 text boxes and drop down list. Putting multi valued parameters for this requirement is not good a ...Show All

©2008 Software Development Network