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

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

mh1hep

Member List

Todd Virlee
KlausC
Steve Jensen
EileenWin
luckyjason
tr123
QWERTYtech
Haizam
don100
WHats wrong
shmulik_segal
ClaudiaHelpOnVSTO
Tryin2Bgood
Rahul Singla
vijil
Brett H.
041661K
Sanophy
soconne
gmedia
Only Title

mh1hep's Q&A profile

  • SQL Server SSIS AcquireConnection Error

    I have written an SSIS Package that connects to an Oracle database through SQL Authentication. Whenever I execute the package in BIDS it executes without a problem but when I try to schedule the package as a Job I recieve an AcquireConnection Error. Any help I have tried the solutions outlined in http://support.microsoft.com/kb/918760 and have read through the KB but have found few solutions that pertain to connecting to remote Oracle databases through SQL Authentication. Any help would be much appreicated. KirkHaselden wrote: So, you're using SQL Server authentication to try to access your Oracle server Yes Sir, In the connection manager I am using the 'Na tive OLE DB\Mircosoft OL ...Show All

  • Visual Studio Express Editions popuplist

    Hi everybody. How do I retrieve all the data from a popuplist (I know the handle of the popuplist) and write it to a file. I don't have access to the program that owns the popuplist. Thanks i am sorry. it is a combobox ...Show All

  • Visual Studio Team System Mark an iteration complete?

    This seems like a really simple task, but I can't see how to mark an iteration complete. I don't want to delete it of course, and loose the project data to that iteration, but I don't want it to be an option for new work items. So how do I mark an iteration complete so it can't get new work items, yet remains in the reports I'm not sure I like the term "inactive" - it has a different meaning than "complete". "Closed" would be another option, since this would be the same meaning as a closed work item. The why is pretty obvious - if you are doing the agile thing correctly, with 1-2week iterations, then after a year you'll have over 25 iterations in the work item drop down! This ...Show All

  • .NET Development deploy and manifest file?

    I publish my app to a ftp server on that ftp server i found two files which are windowsApplication9.exe.deploy & WindowsApplication9.exe.manifest My problem is how to use these two files.. Deploy and manifest files are for what purpose Hello, The .NET Framework Setup forum http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=1020&SiteID=1 is most appropriate for this question. You may want to provide information on what you are looking for before posting the question, such as: Are you looking to get information on the manifest file or are you looking to get information on packaging and deploying .NET Framework along with your application. Here is the information on how to deploy .NET F ...Show All

  • Visual C# Using Enum as Index

    If I have an enum such as public enum Test { One = 1, Two, Three } I want to be able to add a value based on the enumerated type such as: MyValue[Test.One] = 17; I would also like to keep ot strongly typesd so MyValue[1] = 17; is invalid. Is this possible within C# n0n4m3 is right about the cast. But if you want type safety you will have to program that in. I suggest you use a Dictionary object. I used int for the key but you could use the actual enumeration. In the example I show how to add to the array and enumerate it both as a dictionary and using the actual Enum object! public enum Enumbers { one = 1, next = 12, final = 100 }; public ...Show All

  • .NET Development Error while sending email using ASP.NET 2.0 Beta 2 (Visual Studio 2005 Beta 2)

    While trying to send email using <code> SmtpClient obj_SmtpClient = new SmtpClient (); obj_SmtpClient.Host = "" t; obj_SmtpClient.Send(s_from, s_recipients, s_subject, s_body); </code> I get the error message: Failure sending mail. Unable to connect to the remote server An established connection was aborted by the software in your host machine at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exc ...Show All

  • Visual Studio 2008 (Pre-release) Custom issued security token

    Hello, I would like to create a federation scenario where the issued token is a custom token and not a SAML token. I’ve already studied the custom token sample posted by T. Janczuk at http://pluralsight.com/blogs/tjanczuk/archive/2006/06/16/28046.aspx and I’m rather familiar with the token infrastructure (managers, providers, authenticators, serializers, ...) However, I’ve a basic question: in the custom issued token scenario, do I have to implement the token provider from scratch or are there any extensibility points in the IssuedSecurityTokenProvider class that I can use In other words, is the IssuedSecurityTokenProvider hard-wired to SAML tokens, or is it possible to use it with another kind of token. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Cube texture

    Hello. Here i would like to ask about how to use cube texture that i store in the dds file. here is my situation: i create cubetexture object from file, which is cubetexture.dds. I'm not planning on using it for the eviroment mapping like the teapot one in the directx sdk sample, i just want to draw a cube box using the cube.x file that i already created and map it using cube texture. is it possible if its possible, then how to actually did it. i kind of new in directx. the point of doing this is i want to test my hardware whether it able to render cube texture or not. Could someone please give me some clues about this I really appreciate your help in this. Thank you Well, it’s indeed possible, but no ...Show All

  • .NET Development Using a SQL Database to authenticate users

    I am converting a MySQL database over to MsSQL and I'm having problems migrating my user authentication. I'm using Visual Web Studio Express 2005, but the Website is not locally hosted, so using the ASP.NET management seems to be unavailable. The specifc error is: The ConnectionString property has not been initialized. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: The ConnectionString property has not been initialized. The connection to the database is made in my web.config file: < add key = " database &qu ...Show All

  • SQL Server Problem with SQL Server 2000 DTS Package:Column Delimiter not found

    I am trying to import data from a text file to SQL database through a DTS package. i am always getting "Column Delmimeter not found" error at record number 8000. i copied the 8000th record into the beginning of the file to test if there is any problem with data but still i got the error at 8000 th record. i know it was a problem before and was fixed with sp1. i installed SP4 and still gettting the same error. any help on this is appreciated. Thanks Venki Found the actual problem. The error record number that DTS shows is not accurate. Acutal error was at 8790 th record but the DTS shows that the error is at 8000. The data has Quotes in it which was causing the problem. Thanks Venki ...Show All

  • Visual Studio Express Editions Error of Installation Visual C++ 2005 Express using .IMG image

    Hello, When I tried to install Visual C++ 2005 Express using the .IMG image file, there was always an error message box popup to terminate the installation. The error message is "Error 1335.The cabinet file 'vcsetup1.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.". However I found that file "vcsetup1.cab" was OK. Also I had tried to install it by internet, but the same problem was happened. What shall I do Could any body tell me the solution. Thanks very much. Jeffrey Thanks for your help. But I have installed the software successfully. Yeah~~~ ...Show All

  • Visual Studio Express Editions calling a batch file when button click occurs

    Hey all, I am brand spankin new to VB and am wondering how to call a batch file when a button click occurs. I have the batch file written, and it works through command prompt. It seems like all the example code I can find on button click events just displays a message. Can anyone point me in the direction of where to look for examples on calling batch files Thanks. My first post in the link below shows one way to launch a batch file. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=618707&SiteID=1 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Host you tutorials and downloads with us!!!

    Hey everyone!!! I just want to let everyone know that we have a new resource site at http://www.xnaresources.com and we would be happy to host any tutorials people have written or any file downloads for source code and projects... Just drop us an email at contact@xnaresources.com and we will post whatever you need posted. Thanks, Yeagermeister, I have my own hosting, but I just wanted to tell you I just posted a tutorial and source code for a breakout clone using XNA. The URL is http://www.bradleyjackson.net if you'd like to link it off your site, since I noticed you do that occassionaly. ...Show All

  • Visual Studio Assigning application icon, missing "Project Designer"??

    I am using microsoft visual studio 2005. I have installed the visual c++ 2005 component, and crystal reports for c++, and the .net stuff relating to c++. I have created and added a .resx resource file containing the .ico that I want to use as my application icon. I need to access the Application Pane of the Project Designer in order to set the icon. The documentation lists a number of ways to access the project designer but none of them work! To access the Application page, select a project node in Solution Explorer , then on the Project menu, click Properties . When the Project Designer appears, click the Application tab. --> this brings up the Property Pages, ...Show All

  • Visual Studio Express Editions capture a screenshot of a vb application at run time

    i need to capture a screenshot of my vb application at run time so that i can include it in my help manual. How do i do this Or under form1 load event put in this: Dim bm As New Bitmap( Me .ClientRectangle.Width, Me .ClientRectangle.Height) Me .DrawToBitmap(bm, Me .ClientRectangle) bm.Save( "C:\shot1.bmp" ) It'll then save at runtime a bmp to the C drive ...Show All

©2008 Software Development Network