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

Software Development Network >> Visual Studio

Visual Studio

New Question

Pulling Release via Labels through Remote Access
VS inproc compiler, MSBUILD and the obj subdir
Most flexible deployment is to GAC?
How to populate Word 2003 ComboBox / Dropdown list using VSTO C#
How to new a reporting service project
VSS 2005 WebService problem
DataContext lost in a ModelVisual3D??? Is it a bug?
its no longer possible to use a 'different' build configuration
Problem with Refactor - Rename feature.
Where is "Field Definitions Only" Data Source?

Top Answerers

hik
MrShadow
Beltone
Robert Haycock
vignesh_b
mpietras
Nadi
sboots
doubting tommy
justindrocco
UK
Only Title

Answer Questions

  • e6henke Unable to order Visual Studio 2005 Trials

    On different days I have tried to order Visual Studio 2005 Trials but I keep getting the following error message after I enter my shipping address and then press enter: "An unknown error occurred while processing your request. This is most likely due to a connection failure. Please try again." What should I do to order Visual Studio 2005 Trials TIA BTW I am trying to order from the E ...Show All

  • Daljinder VSTS - Web Test - FIND TEXT command

    I have run a web test using the FIND TEXT command and unexpectedly it returned a TRUE value on meta data (data not actually displayed on the screen). Is this : a) a defect - or - b) a system feature and working as designed. If it's working as designed is there a way to use the FIND TEXT command with only the data that is DISPLAYED on the wen page Wrong forum This has nothing to do w ...Show All

  • Nitto Visual Studio SDK Tech Preview Now Available

    For the details, see Allen's blog post . *taps foot and waits patiently* ^bump^ please respond i have a project that i want to release to the public. Just to keep this topic up to date -- I am loathe to leave people out of the loop -- here's a sample copy of what I e-mailed: >>I would appreciate if you could email me the exact phrases of the EULA that you' ...Show All

  • TheMattMan Is the pseudo SQL syntax necessary?

    Current LINQ syntax is like this: var upperLowerWords =         from w in words         select new {Upper = w.ToUpper(), Lower = w.ToLower()}         where w.StartsWith("a"); But I think that this is unnecessary breeding of C# with SQL. I believe that combination of methods with lambda calculus would be better: string[] words = { "aPPLE", "B ...Show All

  • MalcolmGreene Persistent installation errors with Beta2/RC0 : "Beta 2 was not attempted to be installed."

    When I run the installer, it take about 10 miniutes of "installing" before there is an error, the error is below. I've seen that there are threads describing a similar error with earlier drops, but I didn't see any mention of a way out. I'm running on XP, I've run the removal tool but still I get the error. Has anyone else installed this drop on XP Is anyone else having this install problem with XP or other [05/24/06,12:27: ...Show All

  • Jigar Patel Debugging Problems in VSNet 2005

    When I start a web project using Debug-->Start Debugging, I get the error: Microsoft Visual C++ Runtime Libary - Runtime Error! Program: C:\Program Files\Internet Explorer\iexplore.exe The application has requested the Runtime to terminate it in an unusual way. Please contact... Then when I click "OK" I get: iexplore.exe - Application Error. The exception unknown software exception (0x40000015) occurred in the application at loc ...Show All

  • Luis Vazquez Publishing Excel doc on shared drive

    I cannot for the life of me figure out how to put a fully trusted excel doc out on a shared drive on our network. I have done everything I can think of. I have combed this forum and have literally tried everything that has been posted about an .xls doc and full trust and I continue to get the error below. I can open the .xls from the share when logged onto my pc, but when I log onto another pc I get the error below. The other pc has the VSTO ...Show All

  • Mike Kear Transparency for VS2005 splash screen icon?

    I've gotten my icon to appear on the Whidbey splash screen as described in the help. However, it seems that topic was written for Everett, so some of the information is out of date. For instance, it says I should use a background color of 0x0000fe00, presumably for transparency. If I use that value in my icon, that color actually shows up and my icon displays perfectly square instead of a diamond shape as I intended. What is the new value I ...Show All

  • Aaron.W Merging auto-generated code with custom code?

    Let’s say you have a DSL combined with a set of wizard and recipes to generate code for a custom framework on which a customer would like to build all future .NET applications. As a developer I start the first iteration of the application development and generate supported implementation artifacts. Then I continue adding my business logic (e.g. code behind “click” events in a form or code in C# classes which skeletons were generated through re ...Show All

  • Aaron West Problems with VSS (Internet) ... cannot check-in (on RTM version)

    So I setup my repository correctly and I have my plug-in working (seemingly fine) in VS.NET 2005. I can download the project via VSS (Internet) and I can even check-out files. I just cannot check in. I get a 'Cannot upload file guid.guid .bin' error message. I checked permissions on all of the directories and in IIS and they seem fine.  Certainly not having an issue downloading or check-ing out. The server is running on Win2000 Server wit ...Show All

  • WeakAndProgrammingless project inclusion( assemblies) in vsto

    Hello, i have made vsto project using an excel application then it successfully runs but this is only the test project that i made. Ques :- after my test project i test it with real one . in the real one project i had 2-other projects in the same solution-explorer that is attached with main project . now, i made setup-project for excel deployment but it shows build error Er ...Show All

  • _Michael Fischer_ Crystal Reports v Access Reports

    Can anyone help I have developed a large and complex Access database that uses dozens of reports. Some of them are very complex, involving sub-sub-sub reports and using lots of Access tricks to make things appear as they are meant to appear. I want to rewrite the application in VS.net 2005 but have never used Crystal Reports before. Will I be able to do everything that I did before In other words, is the functionality of the reporting as ri ...Show All

  • Kiet Quach is there a built in backup facility in source safe?

    I would like to do automatic daily backup my sourceSafe database zipped in a seperate machine.How is it possible with source safe. Do I have to use third party tool for this One bad thing about ssarc/ssrestor is that users and user config files (ini system) is not backed up in the archive files. There are also some limitations about the archive size (2GB), so they are not recommended if you have a very large database. VSS database is fi ...Show All

  • Leandro Rodrigo Saad Cruz renaming an Excel sheet

    Is it possible to rename an Excel sheet using Visual Basic 2005 This is the only thing I haven't figured out yet... It's not VBA, it's Visual Basic in Visual Studio 2005. And the problem is the fact that there doesn't seem to be a .Name property... The only thing I get for appExcel.ActiveWorkbook.Worksheets.Item(1) is .Equals, .GetHashCode, .GetType, .ReferenceEquals, .ToString ...Show All

  • ALANGTX "interface not registered" when attempting to create or edit a macro ...

    Hi, Each time a try to create or edit a macro inside the Visual Studio 2005 ide, i get an 'Interface not registered" error... It's a fresh VS 2005 install (no beta previously installed), and i already attempted a repair, without success... I have the same error when i try to add a Script.Net task inside a SQL Server 2005 Integration Service package ... Anyone have an idea thanks. ben This appears ...Show All

525354555657585960616263646566676869

©2008 Software Development Network

powered by phorum