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

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

mblanke

Member List

Alok Kumar Yadav
GregStroud
Lincoln McCulloch
Galen Murdock
Rahim2
rogupta
Jon Liperi
Gio
c3
softgeek
vnpro
dimkaz
Nitin Tarkar
Airan
Robert Kozak
alex roidis
Aaron Steers
Lynn_global
Scott98390
noorinuth
Only Title

mblanke's Q&A profile

  • Visual Studio Team System GetType Base class

    I had created an abstract class which had inherited from the Dataset class, i had created many derived classes which inherit from the abstract class. I pass these classes as byref parameters for my methods and i am creating a rule that all the byref must be a type of dataset when i used public override ProblemCollection Check(Parameter parameter) and tried for parameter.Type.Name i get the full name of the class and the basetype is returned as null, i also tried parameter.Type.IsAssignableTo(FrameworkTypes.DataSet) which returns as false, how do i proceed to create this rule... would appreciate any help..thanks Hi Ni ...Show All

  • .NET Development WMI MSNdis_80211_ServiceSetIdentifier query returns garbage

    Hello, I am using the below code in order to retrieve information about the WLAN network environment. Unfortunately only the first result in the ManagementObjectCollection seems to contain valid information. The other objects seem to contain garbage. Does retrieval anybody know of any issues with WMI and the MSNdis_80211_ServiceSetIdentifier retrieval ManagementClass mc = new ManagementClass ( "root\\WMI" , "MSNdis_80211_ServiceSetIdentifier" , null ); ManagementObjectCollection moc = mc.GetInstances(); foreach ( ManagementObject mo in moc) { string wlanCard = ( string )mo[ "InstanceN ...Show All

  • SQL Server SSIS Development Suggestions

    I could use some help from those of you who have SSIS deployed in a production environment. The developer creates a SSIS package on a workstation with BIDS. Package accesses a network drive and a SQL database on a development server. The developer can test the SSIS package successfully in BIDS. The only way to use the ServerStorage protect level is that the developer needs to save the SSIS package directly to the development server (we are storing the package in SQL Server). This is not a problem, but it possesses a problem when we need to migrate the SSIS package to the production server. This is because in development our database ...Show All

  • Visual Studio Tools for Office Send email using Outlook (Question 2)

    Hi , thank you for your advise, which looks promising. I'll describe to you the context of the problem in greater detail, if I may. On the webserver, I have disabled the SMTP service. I have been using MailEnable Standard Edition, a free email server. I do this basically because I dont understand how mail is send from Windows Server. It all works fine in our development environment here-emails are sent from the webserver to eg my Yahoo account, gmail account etc with no problems. However, in my client's site (a larger medical device company in Ireland), the emails appear to be sent (there is no crashing on sending), but they never arrive at ...Show All

  • Visual Studio Team System Associating an editor of choice with HTML files in the Team Explorer and on Sharepoint

    I'm finding it very frustrating attempting to empower a whole team to edit and work with HTML files using the VSTS. We have two interfaces to the same document library: 1) Internet Explorer (using the Project Portal driven by WIndows Sharepoint Services) 2) The Team Explorer (in Visual Studio 2005) I have three staff all of whom want to edit HTML files in our project and are not developers (but managers and sales people). I face the following befuddling observations: A) In Internet Explorer the only option provided for editing HTML files in the document library appears to be the "Edit in Microsoft Office FrontPage" command on the ...Show All

  • Visual C# Removing the double quotes from a CSV file.

    I would like to remove the double quotes from a CSV file but am having a bugger of time doing so.     My input file looks like this: "Book1 number 1",120.00,140.00,,,"Great Book" "Book2 number 1",12.00,99.99,,,"Losy Book" "Book2 number 2",19.00,34.00,,,"Do not read" First I break up the line into an array so as to be able to manipulate each field easily. string [] strSplitData = strDataLine.Split(','); I now have the line split into an array and can easily do whatever I need to do. But I do not require the " that is leading an trialing in array element 0 and array elment 5. So I try to remove the " with the repla ...Show All

  • Visual Studio 2008 (Pre-release) Retrying count in Reliable Messaging

    I have implemented relieable messaging for my service, its working fine. But when the service is down, client is trying to connect to service only 3 times, after that its throwing, server unvailable exception. I have tried various option in reliable messaging setting, following is the sample configuration for reliable session setting i have used. < reliableSession acknowledgementInterval = " 00:10:10 " enableFlowControl = " true " inactivityTimeout = " 00:10:00 " maxPendingChannels = " 128 " maxRetryCount = " 8 " maxTransferWindowSize = " 32 " ordered = ...Show All

  • Windows Forms Problem with the Scrollbar corner painting

    Anyone here who has some idea on my problem with the square box corner of the horizontal and vertical scrollbar on my custom control posted in the <a href="http://www.windowsforms.com/Forums/ShowPost.aspx tabIndex=1&tabId=41&PostID=22700">Control Development</a> section ...Show All

  • SQL Server Using WebService Task

    Hello, I'm trying to use this web service : http://office.microsoft.com/Research/Providers/MoneyCentral.asmx WSDL i get an error : "This version of the Web Services Description Language (WSDL) is not supported" What's wrong This is the default error for all parsing related issues the task cannot handle from a given WSDL. In those cases, I would suggest generating the proxy with wsdl.exe, and including it as a reference in a Script Task (or compiling the class and adding it to the GAC if you will have multiple call requirements). Donald Farmer's book Scripting SQL Server 2005 Integration Services has an entire chapter devoted to doi ...Show All

  • Windows Forms GDI+ Error and (JIT) debugging message, help need

    Below is the error message, anyone here know what the problem cause this error how to fix it See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.OutOfMemoryException: Out of memory. at System.Drawing.Graphics.FromHdcInternal(IntPtr hdc) at System.Windows.Forms.MenuItem.WmDrawItem(Message& m) at System.Windows.Forms.Control.WmDrawItemMenuItem(Message& m) at System.Windows.Forms.Control.WmDrawItem(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ToolBar.WndProc(Message& m) at System.Windows ...Show All

  • Visual Studio 2008 (Pre-release) I love DLinq. Really need n-tier support though.

    In section 7.4 of the DLinq guide it mentions that that's something you guys are looking at. Do you guys have an idea if that functionality will get in there before the product is given the green light to go-live Since most apps these days are designed as SOA, there will need to be a distributed notification mechanism. Thanks CZ If your security requirements are such that the client cannot have db access priviliges, why would you want to allow adhoc querying Perhaps instead, you should build a web service that used DLinq internally (of course ;9), accepting commands and object deltas from the client The ...Show All

  • Visual Studio Express Editions Error in compilation(#using <mscorlib.dll>)

    Hey All - I have a small problem. i try to compile a code and which gives me the foll error Error 1 fatal error C1190: managed targeted code requires a '/clr' option what could be the possible reason #using <mscorlib.dll> error seems to come at this line #using <System.dll> using namespace System; using namespace System::Text; using namespace System::IO; using namespace System::Net; using namespace System::Net::Sockets; using namespace System::Collections; can any 1 suggest me a sollution Well.. just do what it says it need . Go to project properties, select Configuration Properties, General. You have a prop ...Show All

  • .NET Development Populating Multiple Typed-DataTables with one SQL query

    Hi All, I don't think this is possible, but if it is I'll be delighted!! I have a typed dataset with two datatables - lets say 'Person' and 'Car' - like this: Person - Columns: PersonID, Name, TelNum Car - Columns: CarID, PersonID, RegPlate, Colour . Each person can have mulitple cars.  Now imagine I want all the cars for people called 'Smith'.  In SQL this is easy - SELECT * FROM Person p INNER JOIN Car c ON c.CarID = p.CarID WHERE p.Name LIKE 'SMITH%' .  However, if I run that SQL through ADO.Net, it will just return one datatable with the columns from both tables in (which i know is normally desired). ...Show All

  • Windows Forms Datagridview Enter Key

    this is a lot interesting but i cannot see clearly how it works. its supposed to override the datagridviewbuttoncolumn isnt . Now i have a simple different question where ive found nothing about it. I would like to change the enter key behavior to move across the row and not to the next one. Is it possible i can do this with the processcmdkey function to change the enter key for tab key but this doesnt work when im editing the cell. Thanks. hi mark i have a DGV Control which have 10 columns.out of 10 columns only 2 columns are editable,rest of column are readonly. Column no 2 and 6 are editable. after inserting value in column 2,i ...Show All

  • Windows Live Developer Forums Errors in contest entries?

    Some of us who've submitted our entries to the contest may not be aware of bugs in our apps. If you find one, please post it here. We can determine if the problem is in the Activity API or our app's code and then elevate any relevant issues. Please include: The name of the app The exact error message (including line number if displayed) Steps to reproduce the error An objective suggestion to correct the problem By the way, my app is "Rockhopper's Race for Fish". I'm anxious to hear how it works for you. Thank you! Nick, could you please elaborate on the environment in which you got that error I also have XP w ...Show All

©2008 Software Development Network