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

Software Development Network >> Visual Studio

Visual Studio

New Question

Complex Return Type Error
Purpose on signing assembly
Shared Add-in crash outlook
UDDI Sample Questions
Error installing March CTP
Required or optional fields.
MappingSource XSD schemaLocation URI : Is it online anywhere?
MSB3061: Unable to delete file "bin\Debug\<<DLLName>>". Access to the path '<<ReferencePNE>>' is denied.
Proxy class for client
SqlMetal generate error for stored procs with Varbinary(MAX) params

Top Answerers

Paul Rosenbaum
csi_hugh
RobGiorgi
nomer
vincent90152900
Brian Gress
Idanz
zoomer
Subhas
schalti
Ragel State Machine Compiler
Only Title

Answer Questions

  • sully111 Access navigation Window elements

    I have a navigation window defined in the app and the Source property is set to a XAML file. < NavigationWindow x:Class = " Mynamespace.MainNavigationWindow " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Name = " NavigationBar " Source = " Page1.xaml " > I have defined some text blocks in the Navigation Window’s content presenter like this < ControlTemplate > < TextBlock TextDecorations = " None " > < TextBlock x:Name = " Link1 " > < Hyperlink > My ...Show All

  • LivingstoneTech Life without source safe?

    I have used source safe in the past and it was very helpful. I don't have a copy of it in the place i work right now. It's going to be a while before we get that in. I just want to know that if 2 developers work on the same project (saved at a shared location) and ALWAYS work in different forms. Will this cause any problems Thanks for your time!! I believe you need MSDN Premium (the one that comes with a Team Edition of VS) to get TFS Workgroup. I think there are also MSDN versions that come with SourceSafe but I don't know what they are. As far as non-MS products go, I'd try Vault (free for 1 user) or SubVersion (open source). Sounds crazy. Even if you're very caref ...Show All

  • DmitryMS WPF Window

    I know this is incredibly simple, but I've forgotten how to programatically instantiate a new window from say Window2.xaml! Can anyone help TestCase Dear TestCase, Use the following code : Window2 win2 = new Window2 (); win2.Show(); For calling a blank window (new Window()).Show(); HTH, Suprotim Agarwal Suprotim Thanks, I'd spent too long in the Xaml window and when I was really tired felt stupid looking being able to create new windows and forgetting how to instantiate the one I'd just made. Thanks for refreshing my memory! Many thanks TestCase ...Show All

  • ArunSingh Report Viewer not Refreshed

    Hi I am working with Using the ASP.NET 2.0 ReportViewer in Local Mode. On my page i have a dropdown which is populated with "rdlc" names.The issues is that when ever i select some other report from the dropdown the new data is not updated in report viewer, to over come this i even start creating report viewer object in my code and then add it in the page but still the old report contents are shown but if i click on the refresh icon of the reportviewer then the content got updated. i am also using the reportviewer.LocalReport.Refresh() in my code. here is my code: ReportDataSource s = new ReportDataSource(resourceName, _dataTable); ReportViewer objViewer = new ReportViewer(); objViewer.ID = this.ddlReport.Se ...Show All

  • Mike408 Assigning Reportviewer datasource at runtime?

    I have a winform with a reportviewer object on it. I'm trying to get data from a datatable to display on the report. myDatatTable is created and filled at runtime. I don't get any errors but only the literal below displays in the report. Or, the report is completely blank depending on what the literal is. Microsoft.Reporting.WinForms.ReportDataSource rds = new Microsoft.Reporting.WinForms.ReportDataSource(); rds.Name = myDataTable.TableName; rds.Value = myDataTable; reportViewer1.LocalReport.ReportPath = "Report1.rdlc"; reportViewer1.LocalReport.DataSources.Clear(); reportViewer1.LocalReport.DataSources.Add(rds); reportViewer1.RefreshReport(); In the report designer, I have a textbox with this in it Fields!PersonCode.Va ...Show All

  • RPagels Visual Studio 2005 SP1 is now available!

    Visual Studio 2005 SP1 has now shipped and is available for download here: http://msdn.microsoft.com/vstudio/support/vs2005sp1/default.aspx I'd like to take a moment to thank everyone for using the ReportViewer controls, for helping to answer questions in this forum, and for bringing issues to our attention. I have enjoyed answering questions in this forum over the last year and look forward to continuing. While we haven't been able to respond to every question posted on this forum, I can assure you that we do read all of them and use the feedback to help plan and prioritize future releases. Below is a partial list of fixes that are included in the ReportViewer controls in Visual Studio 2005 SP1. Fixed several issues around A4 ...Show All

  • Casper Jensen Office addins Project Creation Failed

    Hello! When I try to run the Office addins templates in VS I get " A dynamic link library (DLL) initialization routine failed. (Exception from HRESULT: 0x8007045A)". I have uninstalled everything (VS, Office, Office tools, etc) and reinstalled them all. I still get the same error message. How do I fix this If I could determine the DLL I could check it out but the error message does not provide enough details. The SLN file is created but empty. Any insight would be greatly appreciated. I have installed and ran the troubleshooter. I gave me the indication that the following: OTKLOADR.DLL Version Not Installed I have done all I can to reinstall this file. It is located in ...Show All

  • Nishant Sivakumar Upgrading Web Services Client

    Hi, I'm researching a possible scenario as follows: I have a web service running on top of ASP.NET 2.0. I have a client consuming that web service using the Add Web Reference menu. I'm now building the same web service on top of WCF. Means that I have the same signatures implemented in Service/Operation Contract, and the codes are moved into the single implementation. The question is, is is possible for the client to use the new web service on top of WCF without recompiling/changing the code Assume that the address of the endpoint is modifiable via the configuration file. I have tried changing the address directly to the WCF endpoint address, but receives an error 415: Media Type Unsupported. Anyone have done doing thi ...Show All

  • Michele_T 0x80040000 Error loading resource string IVSSVersion.get_VSSItem

    I am having an intermittent problem with calling the property VSSItem on an IVSSVersion object. Some times getting this property will take a very long time, 5 mins to 1.5 hours, to throw and exception. System.Runtime.InteropServices.COMException (0x80040000): Error loading resource string at SourceSafeTypeLib.IVSSVersion.get_VSSItem() I have not been able to narrow down or identify any contributing factors. Any help is much appreciated. Most of the time it just works. When it does not work it is this way for a at least a few hours and then starts working again. The commandline exe and the gui client do not seem to be effected, they continue to work without error. Thanks, Jay Not exactly a solution... It ...Show All

  • Horsebox Build intellisense documentation (i.e. have ability to strip internal members from xml doc)

    NDoc had the ability to produce intellisense output from the raw intellisense xml doc produced by the compiler. There was the option to remove all internal members from it, which was really useful. I'm writing .NET components, and all classes that I do not want to expose to the public are internal, hence the documentation of those classes should not appear in the intellisense docs, because it could e.g. reveal sensitive information about used algorithms, and it bloats the intellisense doc unnecessarily. Is this possible with Sandcastle yet Couldn't find the option so far. (If not, please do not hesitate to cram it in the February CTP :-) ) Thanks, Wout Anand, That's awesome! Sounds like you already had s ...Show All

  • Paul Mehner SQLMetal - Login Fails

    I'm getting a login fails for user "TALAN\Bikuri" (my computername\username) when trying to run the following command: C:\Program Files\LINQ Preview\Bin>sqlmetal /server:. /database:TestLinq /namespace:TMP /code:News.cs /language:csharp I've ensured that the database is attached in the SQL Server Management Studio. I'm able to connect to the database from SQL Server Management Studio and browse the tables, etc... which is using the TALAN\Bikuri windows login. Any reason why SQLMetal cannot Here's the full error output: Unhandled Exception: System.Data.SqlClient.SqlException: Cannot open database re quested in login 'TestLinq'. Login fails. Login failed for user 'TALAN\Bikuri'. at System.Data.SqlClient.SqlInternalConnection. ...Show All

  • zdrae the warning"you are using the crystal report version later than the version you are running, some of the function you may can n

    I install vs.2005 and use the crystal report version by default. After I create a crystal report ,it give me the warning"you are using the crystal report version later than the version you are running, some of the function you may can not use". In fact I can not use some of the new features such as publish it as web service ,and set the database location of dataset of ADO.NET. But I do need the above feature, please tell me how should solve the above problem. I appreciate your help. Hi, Hmmm. Is there a installation of crystal reports aside from the one bundled with visual studio I suggest uninstalling the older version and try reinstalling Visual Studio 2005. Also check your reference if there's a crystal assemb ...Show All

  • Delp3 How Can I generate the Help file for Dependency DLLs. ?

    I have all the assemblies in one bin folder. now I want to generate the common .chm files for all the assemblies as well as thier dependencies. I got lot of reference which generates the standalone .chm file and I am able to do so successfully but not found any source which helps to generate help file for dependencies and link it to common .chm files and give us only one .chm file. Regards, alok Hey Anand, Good news. I am able to generate the .Chm file for all my assemblies with all dependencies. Now please let me know that is there any differences in the way ///<summary> tags are written. As my build program was using Ndocs previously and all the titles etc.. are coming properly before the class files and other r ...Show All

  • david.r.johnson selected language for non-Unicode programs

    I'm using VS.NET 2005 Beta 2.  I followed the steps as listed in http://forums.microsoft.com/msdn/ShowPost.aspx PostID=2774 . 1. I'm not quite sure about SourceSafe Security guidelines.  Anyway I did share the database folder in Explorer only to the domain users for our project. 2. I also added the VSS database (\\Developer\Test$) in SourceSafe Administrator on the server. 3. But the problem happens when I follow the steps in http://msdn2.microsoft.com/library/ms181057(en-us,vs.80).aspx . In SourceSafe Administrator, I go to Server --> Configure... In SourceSafe Internet tab, I check Enable SourceSafe Interrnet for this computer and then Enable SourceSafe Interrnet for this database. After I click OK b ...Show All

  • LukeD array binding

    Hi I am new to VB.net windows app Do we have Array Binding in ADO.net like we have in ODP.net, to execute a database stored procedure, multiple times in a single database round trip if there is way ,please send me a sample code eg..(used ODP.net) Imports System Imports System.Data Imports Oracle.DataAccess.Client Dim connectStr As String = "User Id=Scott; Password=tiger; Data Source=orcl9i" ' Initialize connection Dim connection As OracleConnection connection = New OracleConnection(connectStr) connection.Open() 2. Initialize the OracleCommand object: Visual Basic .NET 'STEP 2 ' Set command to execute Test_Arraybind database stored procedure Dim cmd1 As OracleCommand = New OracleCommand("", ...Show All

202122232425262728293031323334353637

©2008 Software Development Network

powered by phorum