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

Software Development Network >> Enj's Q&A profile

Enj

Member List

Ah Jack
de_henny
Aqsa
10e
bobba
Dave Gol
rbalt
FR6
Mark Gambo
Chun Xiong
murfscot
Mojtaba Gholami
SB1
qzrlsd
Jonathan Kotthoff
Feeling
Darryn Lavery -- MSFT
Kevin
Geoff McElhanon
herbjorn
Only Title

Enj's Q&A profile

  • Visual Studio Report Designer Data Source from referenced project

    In report designers DataSources toolbar I can only see DataSets in the same project as the report resides in. Is it possible to se DataSets that reside in a different project (which is referenced by the project the report resides in) /Jonas No, you have to add the .xsd file corresponding to the datasource to the current project. ...Show All

  • Visual C# Build Web Comments Page

    Does anyone know what happen to the "Build Web Comments Page" function that used to be under the Tools menu in VS 2003 It does not appear to be an option in VS 2005 Thanks for the help in advance. Yeah, it's gone. Visual Studio 2005 will have no built-in way to turn XML comments into a presentation format like HTML. Wait for the updated NDoc, I guess... ...Show All

  • SQL Server Dynamic field base on parameter

    Hi, I have a matrix based on a cube. I would like to load up a field based on the selection of a parameter. The parameter values has, Actual, Budget, Target For the one field, base on the above parameter, will select, if the value for the parameter is Actual, then =Fields!Actual.Value if it's Budget, then =Fields!Budget.Value if it's Target, then =Fields!Target.Value Is this possible And If so, how should I do it Thanks ...Show All

  • Visual C++ How do I convert a long variable to const Int ?

    I get back numOfContext as a long (req. by this call). I then want to create 2 arrays based on this size but I need const int for array declaration. How can I do this Thanks. pSYContextContainer->get_Count(&numOfContext); AlphaDavis wrote: I get back numOfContext as a long (req. by this call). I then want to create 2 arrays based on this size but I need const int for array declaration. How can I do this Thanks. ...Show All

  • Visual Studio 2008 (Pre-release) msmqIntegrationBinding: Invalid Queue Path name

    I have a problem with the queue names when using the msmqIntegrationBinding. My scenario has a non-indigo client, with the code MessageQueue queue = new MessageQueue(@"Formatname:DIRECT=OS:.\private$\SendSMSInput"); SendSMSRequestMessage request = new SendSMSRequestMessage (); ... Message msg = new Message(); msg.Body = request; msg.ResponseQueue = new MessageQueue(@"Formatname:DIRECT=OS:.\private$\SendSMSOutput&quo ...Show All

  • SQL Server An existing connection was forcibly closed by the remote host. ; 08S01

    Hi, After reset expired password and applied company password policy, I am getting the following error when I process cude in VS2005: Error 1 OLE DB error: OLE DB or ODBC error: Communication link failure; 08S01; TCP Provider: An existing connection was forcibly closed by the remote host. ; 08S01; Login failed for user 'Domain\DBServerName$'.; 28000. 0 0 In DB server event log, there is a related entry: Event Type: Success Audit ...Show All

  • Visual Studio Express Editions Where is project templates?

    Hi,I've installed vwd2005 beta2 after uninstalling March preview and now I don't have any Project Templates in "New Project". What could I do with it Thanks. It's bad you don't have explicit mechanism to reset cached configuration settings-all caches must be invalidated from time to time.What you mean under "devenv" There'is no such thing in "express" editions...maybe "VWDExpress.exe /setup" Best wishes. ...Show All

  • Visual Studio Express Editions Download link doesn't work ?

    I'm unable to download VB Express 2005 from the official download page: http://msdn.microsoft.com/vstudio/express/vb/download/ The download link seem to be incorrect: http://download.microsoft.com/download/C/E/3/CE3EB81B-12FE-4503-A566-0E0F49E4A5ED/vbsetup.exe ... :( I would recommend downloading the IMG or ISO file and burning to CD: http://msdn.microsoft.com/vstudio/express/support/install/ ...Show All

  • Visual Studio 2008 (Pre-release) XLinq and OrderBy

    I am struggling with the order by clause in VB's implentation of XLinq. The use of the "It" keyword seems somewhat arbetrary and may be the source of the problem. Consider the following LINQ query that works correctly (yes, this is using Northwind) Dim filtered = Select e.FirstName, e.LastName, e.Orders, e.Orders.Count _ From e In Emps _ Order By it.Count Descending I try to do a transform to XML (using the VB literal ...Show All

  • .NET Development How to extract substrings from a string?

    For example, I have a string str = "Jun; James; Jun-Jun; Kim" ; How can I get this output Jun James Jun-Jun Kim Please help. It's confusing. string str = "Jun; James; Jun-Jun; Kim" ; string [] substrings = str.Split( ';' ); /// Splits the string on the ';' character. foreach ( string s in substrings) { Console .WriteLine(s.Trim()); /// .Trim() removes whitespace from beginning and en ...Show All

  • Windows Forms Filtering data in a datagrid

    I have a master-detail (used data form wizard) grid setup. The master table (grid1) is a list of employees, and the detail table (grid2) is the various pay rates that apply to that employee. I now want to allow the user to choose if t ...Show All

  • Visual C# editing resource files

    I am using a ResourceManager to retrieve values from a .resource file. I would like to be able to update the values in the file from within the application. Can this be done How Thanks. Use the Resource editor Lutz Roeder has writen, you can find it here . ...Show All

  • Windows Forms My own icon

    I've winform app generated by VS.NET 2003. There's a deafult icon. I'd like to have my own so I've created one, deleted default, set Icon property in form to my own (I can see it) & set in project properties Application Icon property t ...Show All

  • .NET Development Implementing an IDictionary class

    I am working on a class, that implements IDictionary, and the problem is, IDicitionary requires one type of GetEnumerator, and it implements ICollection, requireing a different type of enumerator. I have three options, each generates it's own little error: The most obvious implementation (it gives an error complaining about two implementations of GetEnumerator differing only by return type) public class Configuration : IDictionary { &nb ...Show All

  • Windows Forms landscape vs. portrait in browser control

    Is there a way to programmatically assign print setup options to the AxWebBrowser control   I have a control in my app that is fundamentally a wrapper for a AxWebBrowser. I don't want my users to have to manually select "Landscape" or "Portrait" when printing from this control. Any thoughts I just found a reference to the PrintDocument class (System.Drawing.Printing.PrintDocument). Can this be manipulated to programmatically set a) pa ...Show All

©2008 Software Development Network

powered by phorum