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

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

SeanBenjaminC

Member List

Michael Kariv
SM Gibbs
TommyH
Big Smile
Daniel Cabra
Rudolf Dvoracek
Rolek
XMLUser
Eric Martin
Joaquin Grech
nzhu
Alfred LOK20932
Wojciech Krzy?ak
threebit
Pecachew
Jay Senior
farhad aslam
marvo
Simon64
LC64
Only Title

SeanBenjaminC's Q&A profile

  • .NET Development Accessing COM+ from a different machine

    Hi Guys,   I need to access a COM+ which is located on a different machine. What is the correct procedure to do it   I tried exporting the COM+ as an MSI file, and installed it on my comp, and from dotnet when i try to add a reference to the COM object(which i installed on my comp), an error is shown saying 'Type Library was exported from a CLR assembly and cannot be re-imported as a CLR assembly'.  How do i reference to that COM+, is there a programatic way of accessing the COM+ and its methods does any have an idea abt this regards, abhi Just ping the netbios name of the machines. 1. Right click on your My Computer ...Show All

  • SQL Server Adding Table to Dataset for SQL Server Mobile causes VS 2005 to lock up.

    I am running VS 2005 Professional Edition Windows XP profession with Service Pack 2 SQL Server 2005 Developer Edition. WHAT I HAVE DONE: I have a database running in an instance of SQL Server. I set this up for merge publication and then set up a SQL Server Mobile Edition Subscription to that publication.  After a few oversights I got everything working.  The Mobile database replicated just fine.  I went back verified all data was there.  Can make queries to it.   PROBLEM:  I set up a new dataset to use tables from the SQL Server Mobile database.  If I drag one of the tables to the d ...Show All

  • Software Development for Windows Vista How to confine/embed IE in my application's window client area?

    Hi, I am writing a simple win32 app, no MFC, and I am starting IE to visuallize information. I want to confine/embed the IE window into my app's window using the win32 API. I looked up MDI and figured that it will require too much effor and redisigning my application which I am hesitant to do. Any sugestions will be appreciated. ...Show All

  • Visual Studio Report Paths Issue

    I have a report on a server under a folder.  In setting up the ReportViewer control, I set the report path to "[folder name]/[report name]".  When I ran this, I got the following exception The path must be less than 260 characters long and must not start with slash It turned out that the path in this instance must start with a slash. "/[folder name]/[report name]" Is this a requirement only when the report is in a sub-folder, or is the exception text wrong ...Show All

  • Windows Forms How can you create more than one string Resources file using vs.net 2005 beta2?

    If I use visual studio to create a resources file it creates Resources.resources for me. But what if I want to create a few more different ones so I can break out some strings into more logical files. Maybe one reource file called "ErrorMessages" another called "FormLabels" ...Show All

  • Visual C++ A few compiling questions.

    Hello, I am using visual c++ 2005 (8.0), I am wondering is it possible to open a .c or .cpp file with the IDE and build/compile it without having to create solutions/project workspaces yourself I remember in v6.0 you could just choose to build, and it would create the workspaces for you. Also I would just like to make sure I am creating unmanaged applications correctly, is it File -> New -> Project -> Win32 (from the Visual C++ section) Is that correct Are the other projects ATL/CLR/General/MFC/Smart Device used for managed applications I am sorry to ask these questions which are very basic, I took a little look at th ...Show All

  • .NET Development Where's the Web dev forum?

    Like the title says... where's the Web dev forum for us ASP.NET monkeys I think some people forget or do not know there are two specific sites for specific .net development I would always consider http://www.asp.net as the primary asp.net forums And I would always consider http://www.windowsforms.net  as the primary windows forms forums. Those site have been there since day one. These I guess would be everything else. ...Show All

  • Visual Studio Express Editions Problem with array

    I have this code but it doen't work there is a problem on this huidigegeg = geg(i).Split(("|--|")) Somebody now how this come Dim huidigegeg(7) As String Dim teller As Integer Dim i As Integer Dim geg(i) As String Dim strGegeven As String Dim strAlles As String Dim intNr As Integer = FreeFile() FileOpen(intNr, accijns, OpenMode.Input) Do Input(intNr, strGegeven) 'strAlles &= strGegeven & vbCrLf ReDim Preserve geg(index) geg(index) &= strGegeven & "|--|" If teller Mod 7 And telle ...Show All

  • .NET Development Best way closing datareader

    He there, I hope someone can help me. I am having problems with the data reader. When an error occurs the datareader does not close eventhough i have this code in my error handling. Catch(Exception err){ dr.Close(); } is there any way to close the reader even when an error occurs Mail me @ vangelier@duoflex.nl Thanks guys! When dealing with disposable objects you really need to have good control over the lifetime of the object. Assuming that you create the data reader, use it and then want to get rid of it you should use the following code in C# using (DataReader dr = ... ) { }; ...Show All

  • Visual Basic How does VisualBasic.CompilerServices.NewLateBinding work?

    Hi, I'm currently developing a scripting language that provides full access to the .NET Framework. You can do things like that: var text = "I am some text" echo(text.ToString) var c; foreach c(text.ToCharArray){     echo(c:System.Int32) }   I want my language to "act like" .NET and since VB.NET with Option Strict Off provides the same functionality I thought I could use it. Unfortunately Microsoft.VisualBasic.CompilerServices is more or less undocumented and somehow excluded from IntelliSense... But by looking into MSIL code I managed to call the Microsoft.VisualBasic.CompilerServices.NewLateBinding.Get/Set/Call et ...Show All

  • Visual Studio Team System Testing a Web application with Active X Controls

    Is testing web applications with ActiveX controls supported, if so how would one go about doing this.  The application being tested was not developed in house so we do not have any code just the application.  We are trying to load test the application but ran into problems recording due to the Active X controls being used. To save a fiddler recording as a web test use the File->Save->Visual Studio Web Test. Note that you may have to make a selection in the request list to get the menu item to enable. Then add the web test to an exisint Visual Studio test project using "Add Existing I ...Show All

  • Windows Forms custom controls in C#

    Hello someone can give me a good article for creating custom controls in .NET 2005 thanks i have used the same code in my windows application, like namespace Hostner { internal class MyComponentDesigner : System.Windows.Forms.Design. ControlDesigner { protected override void PreFilterProperties( System.Collections. IDictionary properties) { base .PreFilterProperties(properties); string [] propertiesToHide = { "Text" , "Cursor" }; foreach ( string propname in propertiesToHide) { PropertyDescriptor prop = ( Pro ...Show All

  • Visual Studio Team System SharePoint 2003 Mistake

    why a mistake A database with the given name already exists on the specified database server   SharePoint  portal 2003     Also, if a file exists in the SQL db directory with the same name this is a problem, even if SQL doesn't have it attached. Btw, you mentioned Portal Server ... this isn't supported, just Windows SharePoint Services. marc ...Show All

  • Visual Studio Team System Welcome!

    Welcome to the Team Foundation Server - Process Templates Forum! Use this forum to discuss topics related to Team Foundation Server - Process Templates, which includes: Process Template Schemas  Process Template Customization  Team Projects  Process Guidance Authoring etc. For more information, see: - Team Foundation Server Dev Center ( http://msdn.microsoft.com/vstudio/teamsystem/team/ ) - Team Foundation Server - Process Templates Documentation ( http://msdn2.microsoft.com/en-us/library/ms243782(VS.80).aspx ) - Team System References ( http://msdn.microsoft.com/vstudio/teamsystem/reference/default.asp ...Show All

  • Software Development for Windows Vista CancellationHandlerActivity

    Hi together, I have just tried the Simple State Machine Workflow example which comes with the workflow foundation help. Now I have seen in the initial state an event driven activity which contains a CancellationHandlerActivity. But I didn't find that item in my Visual Studio IDE Toolbox. How can I get that item in my toolbox or do I have to implement that by myself in the code Cheers, Franz Hi Franz, The CancellationHandlerActivity can be added/viewed by right-clicking on the activity and selecting "View Cancel Handler." This is the same for FaultHandlers, CompensationHandlers, and some others ...Show All

©2008 Software Development Network