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

Software Development Network >> Visual Studio

Visual Studio

New Question

Controlling what is installed using Tools.InstallCommunityControls
MouseUp/MouseDown/MouseClick
can i run macro based on an event?
How to connect to Access2007 by JAVA ?
RadioButton binding
VSTOR wit XP Home Edition and Office student version
Memory Leaking in client when returning a typed dataset from a service.
no dynamic image location in crystal reports for VS 2005?
Setting report parameters
Office 2007 Add-in permission problem

Top Answerers

tacallah
Jeff54
Rahul Saxena
vistadb
JDCAMP
vagrant
eXseraph
charles C
ssereda
Student417
sitemap
Only Title

Answer Questions

  • Sweed wrong file version on 1 user machine, all others correct

    I have vss 6 client loaded on 2 of my machines and loaded and used on several others machines. On both of my machines I log on with the same user id. On 1 machine it shows an older version of files. All the other machines in the company are showing the correct version. I have tried removing and reloading vss6 on the machine, the same old version of files show up. Thank you for any help DW Yes it is the same database. I've checked, doublechecked and triple checked and had others look too. The latest revision is from 10/15/2007 and should be current date . History for a file on the machine with problems $/Source/Phase 2/HTML (web prod-specific)/index.html 235 Rogeang 10/18/06 5 ...Show All

  • Maaloul 64 bit version

    I have a 64 bit machine. if I want to install Visual Studio 2005, which version I should you. Does it come with the 64 bit version No, it is a 32-bit application ...Show All

  • Kirthik Raja What is an orcas?

    I don't believe that my version of Visual studio professional came with C++ Orcas. Thank you. Orcas is the code name for the next version of Visual C++. It is an island in the San Juans Islands not far from Seattle - though it is further away than Whidbey - which is also an island near Seattle and was the code-name for Visual C++ 2005. Strangely enough the name of island has nothing to do with Killer Whales ( Orca ) even though you can regularly see them swimming around the island. ...Show All

  • Jason D. Camp Nested ListViews and the MouseWheel Event

    I am trying to make a page that has a bunch of ListViews arranged vertically, I could do this with a StackPanel, but I needed an ItemsControl to bind the list of items to, so I used a ListView to contain a list of ListViews. The problem is that when the mouse is over one of the inner ListViews the MouseWheel event doesn't bubble up to the outer listview as I would expect. Here's some sample code that works in XAMLPad. The outer listview is the one I want to be able to scroll. The inner ones will always be full height so they will never need to scroll vertically, instead I want the MouseWheel event to bubble. How do I go about doing this <Page xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=&qu ...Show All

  • chaza Root directory?

    Is there a common way of telling where the hosting root directory is with a WCF service With a standard HttpRequest I can use MapPath but with WCF I could be hosted by IIS or self-hosted so I don't want to use the HttpContext method of MapPath. With WCF the documentation says to stear clear of HttpContext and use OperationContext but I don't see the equivalent of MapPath in OperationContext. I need to access a file and I don't want to hard code the path. Any ideas Kevin Hi, use the HostingEnvironment class. Allan This class is also in the System.Web namespace. What will it return if the service is self-hosted Keivn ah ...Show All

  • Malleswar TemplateBinding or the other binding?

    Hello, I want to define a button template. I need to paint a rectangle with the same width and height as the button using this template. But the XAML below does not work. If I set rectangle width and height to absolute values, it works, but I need to have it bound to canvas width and height. What binding do I have to use Thanx RostaB < Style x:Key = " ButtonStyler " TargetType = " {x:Type Button} " > < Setter Property = " Template " > < Setter.Value > < ControlTemplate TargetType = " {x:Type Button} " > < Canvas Name = " Canvas " Width = " {TemplateBinding Property=Width} " Height = " {Templa ...Show All

  • smargroth VSS 2005 Archive error

    I recently migrated our VSS to 2005 version from 6.0. I analyzed the data and fixed the errors and now there are no errors found. Now when I try to create an archive of our database, I get this error "Compression error:compression block may be corrupt". When I click Help button on this error dialog, there is no help found and I see it was looking for ERS_STR_COMPS_HDRCORRUPT. I could not find any documentation for this error. When I used the command line utility ssarc, I get the same error. I was installing VSS 2005 upgrade and so did not remove VSS 6.0 before installing 2005. Surprisingly, VSS 2005 did not ask to update current 6.0 installation. Both 6.0 and 2005 co-exist on my machine. I tried to use ssarc from VSS ...Show All

  • robinjam Viewport3D and real time

    Hi,   I am working on project of software to supervise an assembly line in real time. I am beginner in 3D environment and I would know if someone could advice me an “optimum method” to calculate the transformation of models with a minimum calculus.   I am work on 3D model of Robot Arm. The Robot Arm is compound of: BASE, FOREARM, ARM and HAND. Each one depends of previous one so I declare the model like this:     // Structure 1 < Model3DGroup x:Name = " base_Group " >       < Model3DGroup x:Name = " BASE " >       </ Model3DGroup >       < Model3DGroup x:Name = " fo ...Show All

  • cjserio Visual C++ Express "Free Download" says I need CD

    I downloaded and began the installation of Visual C++ express and the .net framework (which I apparently need to install). Whilst installing the .NET framework, the setup prompted me to insert CD 1. As visual C++ express is a free download, I have no idea why this is happening. Al6200 wrote: Thanks, apparently dotnetfx.exe is a file that can be downloaded at a seperate locations. This is correct. First, install .Net Framework 2.0 (this link is for x86, other architectures have other exe's): http://www.microsoft.com/downloads/details.aspx familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en .Net 2.0 is a prerequisite for the Express packages. Once .Net 2.0 is instal ...Show All

  • mohd sufian Enabling port sharing with mexTcpBinding via config ?

    I am trying to enable a MEX endpoint that uses port sharing, but I cant seem to get it working properly via a config file, I keep getting the following error "The binding at system.serviceModel/bindings/mexTcpBinding does not have a configured binding named 'mexBinding'. This is an invalid value for bindingConfiguration" My config file looks like this: < services > < service name = " EchoService.EchoServiceImpl " behaviorConfiguration = " MexBehavior " > < host > < baseAddresses > < add baseAddress = " net.tcp://localhost:886/echo/ " /> </ baseAddresses > </ host > < endp ...Show All

  • Ronaldlee Ejalu SecurityPermission Error

    Frequently while Testing a standalone XAML I encounter Following Error, since i am new to XAMl i don't know why this is happening and how to handle Errorrs in XAMl. Please help!! Thanks in Advance Application Identity: file:///C:/Windows/Microsoft.Net/Framework/v3.0/WPF/XamlViewer/XamlViewer_v0300.xbap#XamlViewer_v0300.application , Version=3.0.0.0, Culture=neutral, PublicKeyToken=ed9f9a6c9f3a9db8, processorArchitecture=msil/XamlViewer_v0300.exe, Version=3.0.0.0, Culture=neutral, PublicKeyToken=ed9f9a6c9f3a9db8, processorArchitecture=msil, type=win32 System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToke ...Show All

  • QWERTYtech Storyboarding an Opacity Animation

    greetings and salutations. I'm trying to determine what I'm doing wrong. I have an image coded in XAML, along with a storyboard for an opacity mask from 0 to 1 over 1 second. Easy enough. The trigger for the event is Image.Loaded. My problem is, in my code, when certain events happen, I update the source of the image. But when this happens, the opacity animation does not occur. Should I be "wiring" to a different event SourceUpdated is not a RoutedEvent, so I can't wire to that. Any suggestions Put here your XAML code. ...Show All

  • Barak Cohen Printing Server Report with Report Viewer - VS 2005

    I have been following this thread. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=790287&SiteID=1&mode=1&PageID=0 It deal specifically w/ printing from a Local Report, so I thought I would make a new thread to go into this for the server report. I have changed my code somewhat to make this process work, however, only the first page of the report is printed. I'm hoping this is a simple mistake on my part. Could someone please see if i'm making a glaring mistake The code follows almost exactly the code that was offered in the Local Report thread. Thanks in advance. public class Demo : IDisposable { private int m_currentPageIndex; private IList<Stream> m_streams; private Stream CreateStream() { //Strea ...Show All

  • ChrisZuehlke How do I add a custom reference to the Visual Studio macros?

    How do I add a custom reference to the Visual Studio macros When I right click on "References" and click "Add References...", it only shows an already populated list of .NET references. It does not let me browse for an assembly that I have created. Let me irriterate that I am refering to the Visual Studio Marco IDE (the one that pops up when you edit a macro, which is different). I can add references without problems to non-macro projects. Carlos J. Quintero wrote: For VS 2005 (VS 8) you need to copy your custom reference to the folder: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies Once there, it will show up in the References dialog. ...Show All

  • georgeob CR on client system (redist)

    How do I make sure that the client system get's the proper CR files I've created a simple reporting app, and the client system needs to DL it. Is there a way to package it in my setup - np   Awesome, thanks dude!   Ok, now to even make myself more of an idiot.  What do I do with .msm files     - np     you add them to a setup project. (New setup project in VS), you should follow the directions that are available by the downloads of the merge modules. All this work results in a msi file which you can use to install. you can use the merge modules and create a ...Show All

96979899012345678910111213

©2008 Software Development Network

powered by phorum