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

Software Development Network >> Visual Studio

Visual Studio

New Question

overriding default designer functionality
Gatteing a Service from within an Addin
History command disabled in VS 2005
Trying to load managed package results in error 0x800a006f in ActivityLog
Excel interop The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
how to delete cancel build task item
MSBUILD download
BindingList<T>
help
GridSplitter seperating Rows

Top Answerers

bhavu
Pejacepoha
Mark Jerrom
Rudolph Scott
Output the XSLCompiledTransform.
DomsRoberts
Kamil Kovar
maklouf
Amitsriva
Ripster
Optimizing
Only Title

Answer Questions

  • Vladislav Levashov Visual Source Safe Binding

    Does any briliant mind out there know how to bind/unbind to Visual Source Safe using code   I'm using the VSS API to do checkins and checkouts for an automated process and now need to bind the code to a different VSS database without user intervention. Are you asking specifically about a Visual Studio Project that is bound to SourceSafe If that is the case, then unfortunately the answer is no, there is no programmatic way of binding/ ...Show All

  • Taylorrod Lambdas and type/variable checking

    I would like to use lambdas with a custom object model.  The lambda would be turned into a parse tree and I would execute that against my application object model, much like DLINQ or XLINQ are able to do so.  This requires that somehow the compiler know what are valid properties, operators, types, variables, etc in the expression.  How is this accomplished   Will this be available to the end-user of LINQ.  This would mak ...Show All

  • Mapitech Missing specified module when validating website

    I'm trying to build a VS.2003 solution for the first time in VS.2005.  When the build gets to the actual web site project I get the following output: ------ Rebuild All started: Project: http://localhost/NowPrintNet/, Configuration: Debug .NET ------Validating Web Site Building directory '/NowPrintNet/App_WebReferences/'. (0): Build (web): The specified module could not be found. (Exception from HRESULT: 0x8007007E) Validation Complete ...Show All

  • onetrakmindz VS2005 RTM Help can search but does not have contents or index

    I have the RTM of VS2005. I can do a search either on the web or locally, but I have no table of contents or index. I can't seem to find any documentation on how to fix this. My install was on a clean machine that never had any beta code on it. I uninstalled and reinstalled to no avail. There should be some command to generate an index and table of contents. It looks like the files are there (but I am not an expert on VS help files). Than ...Show All

  • santosh_nm Problem building

    I have been successfully using VS 2005 Beta 2 (VB.NET) for about a month now.  Yesterday, I started getting the error: Error 5 Unable to copy file "obj\Debug\BO.dll" to "bin\Debug\BO.dll". The process cannot access the file 'bin\Debug\BO.dll' because it is being used by another process. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets 2274 9 This error does not occur the first time I build ...Show All

  • k_savelev Dynamically generating report definition?

    I want to write a Windows Forms appl that can dynamically generate a report definition and then view/print the resulting report. What is the best way to programatically generate the equivelent of an .rdlc file that can then be "executed" I see there is documentation on the .rdl format so I suppose I could just generate the file, and then somehow ( ) tell the ReportViewer control to use that file. But I was wondering if there's an object-model wa ...Show All

  • Alain Bismark Copy-modify-merge

    Hi, I'm new to Visual SourceSafe and have some questions about the copy-modify-merge work style. In this model what is the whole purpose of checking out as opposed to just getting the files Is it just to signal what files must be checked in later In that case why do you need to be connected to the database in order to perform a check out In particular when I try to check out a file in Visual Studio 2005 (with SourceSafe 2005) while I'm off ...Show All

  • You must enter a user name before continuing. SQL Express failed to install due WMI configuration.

    Hi All, My Visual Studio 2005 Professional Edition(RTM) Setup failed on install SQL Express Edition. So I tried to install this from WCU directory and I receveid a message: "The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine mymachine Error:2147749917(0x8004101d)." Then I tried with the full SQL 2005 Developer Edition (RTM) with same result. Looking on SQLSetup0032_mymachine_SCC.log I have: " P ...Show All

  • KyleLewis Insert PDF file as OLE object

    I'm trying to insert a PDF file as OLE object, but the width and the height of the resulting object visible over the report (15,74 x 22,28 cm) are smaller than the original page (21 x 29.7 cm), and is not acceptable. (Really... if I do the same things in Microsoft Word, it behaves exactly the same.....) If I resize the object to desired size, the quality of the print degrades with respect of the original PDF, and is not acceptable. If I co ...Show All

  • GregSmith104 VSS in VS not working - no options under Plugin...

    Hiya, Ok, I will try to be brief. I am having a problem with getting Source Safe 2005 to work within Visual Studio 2005 on my office Box. Not only is there no Source control file menu item, but the Tools|Options|Source Control|Plugins dropdown list is EMPTY. When I first installed VSS and VS, I got the option for Microsoft Visual Sourcesafe, but not Microsoft Visual SourceSafe (Internet), which is how we are set up to run. The same v ...Show All

  • Ravi Shanmugam msbuild build errors

    I recently migrated my projects from vs2003 to vs2005. I was using nant to build projects in vs2003 so now I have to switch to MSbuild. The projects are retrieved from sourcesafe to get the latest version. We are using cruisecontrol for integration. I have msbuild specified as a task in cruise control. The project has a .sln and 12 projects. 11 of the projects are built successfully and one continues to fail. The error I am getting is e ...Show All

  • GMG_NetCoder Office automation - getting a built-in constant with late binding

       Hi everyone,    I'm using late binding to access Office applications. I don't want to hardcoding the constants (for example Outlook.OlItemType.olMailItem) but to get them at run time by using reflection. Here it is a bit of code: Type outlookType; outlookType = Type.GetTypeFromProgID("Outlook.Application"); outlookApplication = Activator.CreateInstance(outlookType); parameters = new object [1 ...Show All

  • Leslie Gordon Task dll is locked after build

    I get the "CS0016: Could not write to output file" when building my solution the second time. I'm running VS 2005 Release version. The error occours in a project where I build and call a Task prior to building the actual project. The dll containing the Task seems to be locked by VS from the build before. The error can be avoided by reopening VS. Also tried to follow the solution suggested by http://support.microsoft.com/default.as ...Show All

  • cleith Create Dynamic Reports

    Hi All, I need to create some reports at run time , I supposed to allow the users, to select fields from a database tables, and populate the result to report. Also the user can change the column header from "city" to "customer _city" . Did some one know how to do it You can send me a code sample or artical that show how to do it. Thanks In Advance Boaz Shalev. ...Show All

  • Nate Walker Date Format

    I am using a ReportViewer and I want the reports to display the date according to the regionnal settings. For instance, the date in the reports appears in the MM/DD/YYYY format, but my regionnal settings is YYYY-MM-DD. How can the report display the date with the date's regionnal settings Thank you You comment helped me to find the solution. In the report properties (when viewing the .RDLC f ...Show All

99012345678910111213141516

©2008 Software Development Network

powered by phorum