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

Software Development Network >> Visual Studio

Visual Studio

New Question

The definition of the report 'Main Report' is invalid
Need to Modify install location of VS 2005
Repeate Count in the MediaElement tag
soap security negotiation failed
FindResource is throwing an exception
NetTcpBinding + service under IIS
VC 2005 does not copy files when publishing a web site
No SetSecurity Project in german VSTO
Problems with wsdualHTTPBinding
When and where to set custom IIdentity when implementing custom authentication

Top Answerers

ScottMilener
Carlos Guzmán Álvarez
Bayamo
AviRup
Paolo Pialorsi
phDotNet
JockForrester
Jim D.
DotNetDevelop
Devin Breshears - MSFT
韰岉伂雲胳澊觳滍攧搿滌牆韸?欤?
Only Title

Answer Questions

  • IcezRiku Problems with SetDataSource

    hello, i have created some reports with crystal. Form_Load of my Form : [code] // my Class loads a DataSet AntragReparaturs antrag1 = new AntragReparaturs(); DataSet set1 = antrag1.Report_RepAnnahme_Kunde_GetData( this .antragsID4Edit); // Instance of my report Report_RepAnnahme_Kunde rep1 = new Report_RepAnnahme_Kunde(); // SetDataSource on DataSet rep1.SetDataSource(set1.Tables[ 0 ]); crystalReportV ...Show All

  • Christian Kleinerman - MS Beta2 microsoft.common.targets errors

    There are 57 warnings when I created new project after failing to convert from beta1, some of the warnings are listed below. Anybody knows why are these warnings < ResolveAssemblyReferencesDependsOn > Warning 1 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'CustomBeforeMicrosoftCommonTargets' in namespace 'http://schemas.microsoft.com/developer/msbuild/ ...Show All

  • Surreal Word.interop - Saveas usage

    Looking for VB.NET code on saving a word doc to a plain text file "txt" format Basically, you include the FileFormat parameter, passing the correct wdSaveFormat constant. There are a number of possible text type (DOS, Unicode, etc.) to which you can save. choose the one you prefer. doc.SaveAs FileName:="something.doc", FileFormat:=wdFormatText ...Show All

  • IainMac Group by count

    This is my query select TagId, count(TagId) from ProfileTags Broup by TagId I tried to translate this query in Dlinq as: var q= from t in db.ProfileTags group t by t.TagId into g select new {TagId=g.Key,Count=g.Group.Count()}; but it results in the folowing compile error: Error 49 The type arguments for method 'System.Data.DLinq.QueryExtensions.Count<T>(System.Data.DLinq.Query<T>)' cannot be inferred from ...Show All

  • Tzal enable to install vs 2005

    I have tried to install vs 2005 but i got the message "vs_msi.setup could not be openned" any help thank you for all   Thank you for your reply I am using Windows XP Professionnel Yes I'am Installing from CD No , I did'nt get VS from MSDN Thank you to want continue the discuss Are you running setup.exe or are you launching the MSI directly ...Show All

  • bill777 Okay, how do you deploy this to an ISP

    I have an ASP .Net 2.0 application that uses the report viewer control for local reports.  This works perfectly on my development machine, but when deployed to an ISP, I initially get an error that the Microsoft.ReportViewer.Common assembly is not found. I can bypass this by deploying the assemblies, but then I get an error: The definition of the report 'Main Report' is invalid. There is no "Main Report" in my application, so I assume I ...Show All

  • SQL McOLAP Unable to retrieve the manifest from the document

    I'm getting "Unable to retrieve the manifest from the document" error on my VS2005 development machine as soon as I hit this line ServerDocument sd = new ServerDocument ("D:\\Inetpub\\wwwroot\\Doc1.doc"); The code is from an ASP.NET page attempting to dynamically generate a XLS file. I think I have misunderstood what ServerDocument does. I had originally thought it would allow me to generate a new Excel ...Show All

  • Snigdha VSIP Package Wizard

    I am working with creating VSPackages and trying to use the wizards that seem to have been removed form the VS Beta 2 and VSIP-B2.  Has the wizard location changed The VSIP documentation says 1) File New Project 2) Extensibility Projects   (was there under Beta 1) Trying to create a VSPackage for our own language that will support a Forms designer.   I went under the VISP 8.0\envsdk\cs_samples and c ...Show All

  • jmead3 .asmx compatible schema generation

    How I can generate asmx compatible schema for basicHttpBinding,without <wsp:Policy wsu:Id =" CustomBinding_Itest_policy " > - < wsp:ExactlyOne > - < wsp:All >   < wspe:Utf816FFFECharacterEncoding xmlns:wspe =" http://schemas.xmlsoap.org/ws/2004/09/policy/encoding " />   < wsap:UsingAddressing xmlns:wsap =" http://schemas.xmlsoap.org/ws/2004/09/policy/addressing ...Show All

  • AaronNY Source code control

    Dear All, I am using the VS.NET 2005 professional. I have a few developers working on the same project. I would have to have the source safe control the same as it was in VB6. What else would I need to have the source safe server installed and also the projects source code can be shared and developed by multiple developers Regards, LG Well, you've summed it all up. You'll need a source c ...Show All

  • Barry32Hayes Connecting to Object Collections in VS.NET 2005

    Hello All I am trying to create a report in a Website that uses a class for populating data. I've followed the example in http://www.businessobjects.com/products/dev_zone/granville_beta/GranvilleBetaOnlineHelp/ step by step, but in the Report Wizard (after building the solution) when i choose the Vendor class I get the following error: Logon Failed. Details: crdb_adoplus : To access classes in your project at design-time, please build your proj ...Show All

  • EW16150 There was a failure uploading the URL.... VSS 2005 Beta 2 Web Service

    Hi there, I hope someone is able to help me with a problem to do with VSS2005 Beta 2 Web Service. I've spent nearly a day trying to get it to work, however I've not been able to. Here is a detailed summary of the issue. I am trying to get  Visual Source Safe 2005 Beta 2  to connect to Visual Source Safe 2005 Beta 2 via the Web Service. I had problems actually getting the database to register in Visual Studio until I found this posting ...Show All

  • gtrussell 2-page report

    hi! i have a problem with my report's custom width. i set my report's page width to 23 inches. then, my VB.NET DESKTOP APPLICATION exports this report to pdf file. it works fine, the exported report is being displayed as a single page with the custom width that i have set. now i need to do the same in my WEB APPLICATION. the problem is, the exported file now has two pages. the report is cut in the middle. i used the same code and the same report ...Show All

  • danjam EnvDTE.Project vs ProjectNode

    Is there a relationship between the EnvDTE.Project and the Microsoft.VisualStudio.Package.ProjectNode.  I'm am creating a new project type with a custom properties page.  I am able to access the properties in my project file through the ProjectNode.GetProjectProperty("RootNamespace") method.  I have also added a vstemplate to this project type where I am capturing user input to change the values of these properties.  How can ...Show All

  • iNemo VS2005 and VS2003 coexistence

    After installing VS2005 B2 from the Team System disk, I receive the following error when loading a 2003 project in my VS2003: The following two files are marked as incompatible: C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\vspackages\cslangsvc.dll (Version 7.10.3077 [2]) C:\Windows\Microsoft.NET\Framework\v2.0.50215\cscomp.dll (Version 8.0.50215.44(beta2.050215-4400)[4b000050]) Then compiler cannot be used in this confi ...Show All

2345678910111213141516171819

©2008 Software Development Network

powered by phorum