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

Software Development Network >> Bidyut Bhattacharjee's Q&A profile

Bidyut Bhattacharjee

Member List

vijayan n
Jing Sun
Rajnish
Berend Kapelle
Michael Ragsdale
sethi.bhushan
Sean Olson
Cytosoul
Jon M.
MRMIKE
poppy33611
scompa
AaryanW
Cantabrian
Dave the Developer
Mark Olsen
quicksilverm26
thomp361
NaveedAzhar
Amit 27
Only Title

Bidyut Bhattacharjee's Q&A profile

  • .NET Development problem with the ASP.NET application

    Hi, I have the following problem I created the ASP.NET application via vb.net Visual Studio 2003    IIS: 5.1  Framework 1.1.4322 on my local pc it's works perfect. On the Server computer my application does not work it does not run the .ASPX pages (even simple .aspx page) I get the Server Error in '/' Application. message (and not the real error message) -------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error  from being ...Show All

  • Visual C# A beautiful language ruined by generics

    >However you managed to arrive, you were instantly greeted by lines and lines of code barely recognizable as a member of the C/C++ family. It is true that templated code requires a little more knowledge to read than other C++ code.  That's the difference between beginner and intermediate, IMO >Generics are a really simple concept - mainly syntactic sugar to deal with the lack of a unitary object hierarchy in C++. That's just plain not true.  Regardless of if everything was derived from a common object class ( which is not true even in C# ), generics provide type safety a lot more than they provide some sort of unifying ...Show All

  • Visual Studio Express Editions Creating a Chat application?

    Hello I'm trying to create some sort of chat application. (server and client). But I have no idea how to start, I tried searching but didn't find anything relevant. (I mostly found C# code or VB6 code). What they should do: Server: - Listen for messages and check if someone says something if they stay online (by ip or something). - What is said should be like:    PersonName:    Text - Send the content to the clients if they request it - Delete old chat text (if that doesn't happen automaticaly) Client: - Send 2 things: the name and the data (text) - request updates to the server to disp ...Show All

  • Visual Studio Express Editions Serial port control

    I want to be able to send and recieve data from a microcontroller to VB 2005 express. Does anyone have any suggestions on how to setup a comm port and link code from say a button Thanks As the functions that you are asking are not just for express... I would have a look at the other forums on this site and do a search. You might want to focus the search on the networking and communications groups, and the language specific groups. ...Show All

  • SQL Server Trouble using XML Source from a variable

    I have a SP that outputs a valid XML record set. Using a Execute SQL Task, I can put the XML results into a string variable. When I try to use the variable in an XML Source nothing happens and I get no error.. If I access the same XML from a file, I get the desired results. Any ideas why Can you describe a bit more about "nothing happens" - i.e. did you get the events of execution start/finish at the dataflow task(if it is in the designer, did you see dataflow task colored green, or red) Another thing,You did set xmlsrc's Data Access Mode to "XML data from variable", not "XML file from ...Show All

  • Windows Forms DatagridView column instance name changed in Release version

    Hi Initially I had been working on Beta version of VS2005. I was having 3 datagridViews in my form. Now I have moved to Release version of VS.NET. In Release version the instance name of datagridView columns have changed automatically.Since I have given same "Name" (Name property of datgridView column) for different columns it is throwing error when i tried to open the form in designer view. I know that,  this is because in release version the instance name of datagridView column will be automatically changed to the value of the "Name" property given for that column. In the code  I am accessing the valu ...Show All

  • Visual C# problem with application.No

    well im testing a application witten on the platform of .net framwork 2 and language c sharpe. what the application does it displays a map and collects data from a modem wirelesss card to detect the strenght of a signal and a gps to track the route taken. everytime i test the application with the gps i get problems. does the .ne t have problems concerning collecting data from the gps if there any tips that you lot can give i really appriciate it.. thanks for you time Omarat56 No, no problems at all because this in not related to .NET. What kind of problems do you have, do you get exceptions, wish library do you use for retrie ...Show All

  • SQL Server sql server 2005 diagram support

    For some reason, when I try to access a database diagram on our new 2005 SQL Server, I get the following error msg: "Database diagram support objects cannot be installed because this database does not have a valid owner" It then goes on to instruct me to either use Properties > Files or ALTER AUTHORIZATION to change the database owner. Well, I've done that - and it clearly shows that there is an owner of the database, but even if I log in as that owner, the error msg continues to come up everytime I try to access Diagrams. I found a post to run the following stored procedure which will set the sql server compatabilit ...Show All

  • Windows Forms accessing windows components from class

    hi, i've created a separate class to encapsulate my data and methods. however, i've got methods within this class which i need to access my main form windows components such as textbox, listbox and the like. i've tried changing the components' access modifier to 'public', but it didn't seem to solve my problem. please advise. thanks in advance, and regards. ...Show All

  • Microsoft ISV Community Center Forums VBA Out Too?

    Started by ncaplan at 03-14-2005 11:02 AM. Topic has 1 replies. VBA Out Too I just read an article stating the elimination of VB. I'm totally shocked! http://news.zdnet.co.uk/software/developer/0,39020387,39190953,00.htm   What about VBA, is that going to end as well We have and still are developing so many automated processes using VBA, it would have a major impact on our company.   Thanks, Natalie Caplan Sr. Network Center Analyst Virginia Lottery ncaplan@valottery.com admin Joined on 12-16-2004 Posts 14 R ...Show All

  • Windows Live Developer Forums plug in with MSN Messenger

    Hi, I am a new comer in this forum.I would like to develop a code in C++ to plug in with MSN Messenger.Any idea how can I do this Thanks & Regards, Sutapa Wrong forum. Go to http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=112&SiteID=1 ...Show All

  • Visual Studio Team System Load tests not getting dependent files

    I have some working coded web tests. However, when I use them in a load test, almost nothing happens. The first POST is passed and then the load test does not GET the dependent files (with the exception of the style sheet according to the server log). After this, nothing. The load test does not attempt another POST. In fact, the load test monitor does not even report that any tests are under way. It only reports user(s) and request(s). Now, I've done load tests on external production websites using the same steps without problems. The only thing that I can think of, is that when attempting to log in, our web app launches a child wi ...Show All

  • .NET Development Error 27 Option Strict On disallows operands of type Object for operator '='. Use the 'Is' operator to test for object identity.

    Hi Guys How would I best resolve this, VS 2K5 is complaing about the values in the case statements and not able to test for object Identity, I don't want to test for object identity I'm looking for values, I know I could add the ToString option after optCurrency.Value.ToString and then put both the "2" and "3" in quotes but that does't seem right either, any thoughts Select Case Me .optCurrency.Value Case 2 Me .optCurrency.Value = CurrencyType.Euros 'load combo box Call LoadFundId(CurrencyType.Euros) Case 3 Me .optCurrency.Value = CurrencyType.Sterling 'load combo box Call LoadFundId(CurrencyType.Sterling) End Selec ...Show All

  • Visual C# How do I make messagebox central in the other window.

    Basicly just a "pop up" message box that comferms that the data has been saved but it isn't central to the other windo it just pops up were it whants to :D well if you have some code to fix it would make me a happy girl :) MessageBox.Show("Changes have been saved", "Saved", MessageBoxButtons.OK, MessageBoxIcon.Information); Basicly whant this messagebox to appere in the central anyway I can do that Or do I have to make a new form ...Show All

  • Visual Studio 2008 (Pre-release) Reading Data from a namespace-prefixed element

    Folks, I've got code where I'm using XLinq to read data from an RSS feed. I can read just about everything in the feed, with the exception of the "dc:Creator" element. My code looks something like this: var itemsQuery = from xItem in RSSConsumer.GetItems() orderby DateTime.Parse( xItem.Element("pubDate").Value) descending select new { Link = xItem.Element("link").Value, Title = xItem.Element("title").Value, Description = xItem.Element("description").Value, PubDate = xItem.Element("pubDate").Value, Creator = xItem.Elem ...Show All

©2008 Software Development Network