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

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

chowdharyrohit

Member List

Anonymous1980
thinktwice
knuckle05
josere2
hoosierboy
pmedart
Aerodes
-Roel-
TonyTheCalypsoKid2
FabioPoroli
Intern
RipperDoc
Toper
Fire3.san
philippel
Tony Steele
ARAtlas
Chris Lovett
Smartguy
AlexFreitas
Only Title

chowdharyrohit's Q&A profile

  • Visual Studio Team System Potential Bug? Authentication/Authorization Issue

    Tool Visual Studio 2005 Team Suite RC1 Issue Either I'm doing something wrong or have found a bug.  Below is the structure of my application: FormAuthTest    Secure (dir)       Default.aspx       web.config    Default.aspx    Login.aspx    web.config As you can probably guess from the above structure I essentially have public and secure sections of my application.  Below is the code associated with each file: Secure -> Default.aspx (nothing in the code behind) <%@ Page Language="C#" AutoEventWireup="tru ...Show All

  • Windows Forms Multiple recipient to send email

    i used system.web.Mail to send emails in VB.Net i have a textbox where the user enters the address to who the mail will be sent. if he enters one address, i used the regular expression validator (email validator) to be sure that he enters an internet email address. now if the user wants to send the email to multiple recipient, he can enter  some&n ...Show All

  • SQL Server Tell to split on change of ID

    how can I tell the conditional component to split the records based on change of hdr_HeaderID http://www.webfound.net/split_on_headerid.jpg let me know if you need more info...   You can't. The conditional split works row-by-row. You would need to use a script component to do that. -Jamie ...Show All

  • Visual C++ Mixing C and C++ MFC

    Hello everyone! I am working on this project where I have to implement a decoder/video player. I have a decoder project written in raw C. It takes an encoded file as input and generates a decoded file. I have another project, a video player, which is an MFC implemented in C++. What I have to do is incorporate these two projects together. I have to decode a single frame and play it on the spot. Anyways, this introduction is just to get you guys in the mood. I already read some articles about mixing C and C++. I am still a newbie in Visual C++, but I pretty much understand whats is a MFC and how it works. Well i managed to fix all the syntax ...Show All

  • SQL Server SQL 2005 Enterprise June CTP Installation Error

    Tried to install several times (on Win2003 Ent. SP1) but I always get the following error: Failure adding user NT AUTHORITY\NETWORK SERVICE to local group SQLServer2005MSSQLServerADHelperUser (1388) The user varies (sometimes NT AUTHORITY\SYSTEM) and so does the local group (sometimes SQLServer2005SQLBrowserUser). Any tips Regards Roger I have tried to install SQLDEV ,But got the same error mesage. ...Show All

  • Visual Basic Changes in versions

    Hi, I need help with using the language. I've been seeing some code wich says "e.something", for example, "e. progressMax", however, visual basic net beta 2005 does not understand this. Can anyone help me I need to know how to write it so that my version understands it. Thanks Hi, thanks, I already solved it. The problem was that i had to rewrite from: e .progressMax to e.MaximumProgress. Thanks for your reply ...Show All

  • Visual Studio Express Editions Help to Convert ASCII to UTF-8 - Should be Simple

    how can i convert like " A! " to " " and like " Uc" to " " And so on.. Its like turning it into ascii instead of what its supposed to be nvm i found the answer. Public Function utf8_decode(ByVal indata As String) As String Dim buffer() As Byte = Encoding.UTF8.GetBytes(indata) Return Encoding.Default.GetString(buffer) End Function Public Function utf8_encode(ByVal indata As String) As String Dim buffer() As Byte = Encoding.Default.GetBytes(indata) Return Encoding.UTF8.GetString(buffer) End Function ...Show All

  • Visual C# Debugger hangs in thread after breakpoint

    In one of my Visual studio 2005 projects, i'm using a thread that perform some actions. After successfully stopping on a breakpoint on the first instruction that is to be executed by the thread, when trying to press F5/F10/F11 to step into the code, nothing happens and the application acts like the thread doesn't execute anymore. The next instruction is never reached and no exception is fired. I can reproduce this error by putting a breakpoint anywhere in the thread then pressing F5/F10/F11. This is quite strange since i've another project in the same solution that uses the same techniques and this other project isn't affected by ...Show All

  • SQL Server any one know whats wrong with it

    [CODE]   Private Sub pulllikehell()         Dim cn As SqlCeConnection         Dim rda As SqlCeRemoteDataAccess = Nothing         Dim sqlEngine As SqlCeEngine         Try             ' Create database if it doesn't already exist             If (Not File.Exists("\My Documents\ORDER.sdf")) Then                 ...Show All

  • Visual Studio 2008 (Pre-release) Glass effects in WPF

    I was playing with Glass effects in WPF and found following strange effect. If I make a Window complete transparent (Glass) elements such as Label, TextBox, CheckBox show black text on black background (see picture in archive). Am I doing something wrong, or is it a bug in WPF or maybe it's a grafik card I have nVidia GeForce FX 5600 265Mb. I use drivers from NVIDIA: Date 19.05.2006, Version 8.8.6.1 In archive is sample project and picture with strange effects taken on my computer. http://rapidshare.de/files/22269698/GlassWPF.zip.html couldnt access the zip. So i am just guessing here. Looks ...Show All

  • .NET Development FtpWebRequest - Access to IBM AS/400 FTP Server - 501 Character (/) not allowed in object name.

    Hello everybody I'm trying to communicate with an AS/400 FTP Server. As a first try I just execute the WebRequestMethods.Ftp.ListDirectory method, which translates to the NLST FTP command. Doing the same accessing a Microsoft FTP Server or a UNIX FTP Server works fin. This is the code to get the listing: Dim Uri As System.Uri = New System.Uri(listUrl) Dim listRequest As FtpWebRequest = CType (WebRequest.Create(Uri), FtpWebRequest) listRequest.Credentials = New System.Net.NetworkCredential(User, Password)listRequest.Method = WebRequestMethods.Ftp.ListDirectory listRequest.KeepAlive = False listRequest.UseBinary ...Show All

  • Visual Basic How do I create an application which will download and stream files from the RTP/RTSP Protocol?

    Hello, Is it possible to create a programme which will allow me to either download the file or stream from the web server with the following protocols: RTP/RTSP/PNM So far I've managed it with the other protocols, HTTP, FTP, etc... I've tried the same methods and a few variations but can't the files to stream or download from RTSP protocols. Is this possible at all in Visual Basic .NET 2005 There's no built-in support for these protocols in .NET. You can build your own with the Socket class, buy a commercial solution , or go open source . I suspect the real problem though is with the codecs you'll need to decode the stream. T ...Show All

  • SQL Server SQL SERVER 2005 DATABASE MIRRORING for large number of databases

    I am trying to enable database mirroring for 100 database. It goes error free till 59 databases (some times 60 databases) with the status (principal, synchronized) on principal. on the 60th or 61st database it gave the status (principal, disconnected). Also mirror starts acting abnormal. connection to mirror starts to give connection timeout and it is not enabling database mirroring on any more databases. I have SQL SERVER 2005 Enterprise with SP1 on the servers. witness is not included yet. these are my test servers... i have more than 500 databases on my production servers. principal and mirror both are using port 5022 for ENDPOINT commu ...Show All

  • Visual Studio Team System Upgrade from B3R to RTM: Possible database upgrade issue.

    After we upgraded from B3R to RTM, all Microsoft created Work Items, Queries and Reports work perfectly, and all our Work Item customizations work perfectly, as well. B3R was our initial installation version. That said, we ran into an issue with some of Conchango's SCRUM for TeamSystem reports that utilize the Work Item History field. It seems that the TfsWarehouse>Work Item History>Date field was not upgraded from type int to type datetime when we ran the TFSUpgrade.exe . We verified that it is type int in our database, and Conchango has verified that thiers is type datetime , and this is why their reports are not running in our ...Show All

  • Visual C# Mozilla Web Browser Engine

    Hello! How can I inlcude the web browser engine that mozilla uses in my web browser apps Mateusz Heres a link to mozilla activeX its the only thing i could find when i was going to build a browser and what not. http://www.iol.ie/~locka/mozilla/control.htm this is a link to manicore a C# browser using gecko made by the guy that started the mozilla project or something like that http://www.bengoodger.com/work-resources/secretprojects/manticore/ ...Show All

©2008 Software Development Network