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

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

NeW2VB

Member List

RPriesing
Forch
PareshGheewala
adibza
lokeshbohra
Dave Waterworth
Kim Brandt Jensen
Ekukpe
CantStopGamin
JGP
Belgarion2
rw-ral
Aaron Oneal
WebSigMan
WV John
Carver42
Dudley
rautchetan
Mark Benningfield
Coc Patrick
Only Title

NeW2VB's Q&A profile

  • .NET Development Using System.Net.Mail with Gmail is Faulty

    Can someone try this on their computer with their Gmail account I'm not sure if its every mail service or just gmail, because gmail is the only mail service that allows for smtp access (hotmail and yahoo don't) that I use. The problem is that the mail message send completed event is not triggered, even when its done. The email is sent and all, its just the event isnt triggered. Mybe is the same problem that here: To send to hotmail, your server ip must have reverse dns resolution. This meaning, that for example from your dynamic IP internet connection you can't send to hotmail. You must have a domain name associtate at your IP address. This is a way to avoid spammers. Regards. http://forums.microsoft.com/MS ...Show All

  • Visual C# Custom Business Objects as Data Sources

    I've built a class library and it builds fine. I go into the Data Sources of my client windows application but it doesnt appear in the data sources object list even though I've referenced it. I've done a couple of tests with building dummy class libraries and I get this problem intermitantly. I'm new to C# and so I think it could be something I'm doing wrong. Can anyone point me in the right direction. Thanks a lot PJ. I'm using .Net 2.0. There was actually a problem with my business object class which was why it wasn't showing up in the list but now its fine. ...Show All

  • Visual Studio Express Editions problems with stl

    When i'm trying to include the STL library another, than contained in stdlib, i have the compiler error. The simple project, like: #include "stdafx.h" #include <vector> int _tmain( int argc, _TCHAR* argv[]) { return 0; } generates the errors: c:\rsengine\others\stdlib\include\stdlib.h(395) : error C2061: syntax error : identifier '_CountofType' c:\rsengine\others\stdlib\include\stdlib.h(396) : fatal error C1903: unable to recover from previous error(s); stopping compilation This has nothing to do with the STL! Can you send em a complete ZIP of the project If have the fealing that there are defines that are incompatible with the CRT! Check th ...Show All

  • Windows Forms Treeview with Icons

    I am using Visual Studio 2003 version 7.1.6030. C# - windows xp(in case that is important) I have created a treeveiw and I load it dynamically from the database. While loading it, I assign an image from an image list object for the icon base on criteria of the data. ( obj_Node.ImageIndex = 1;) Everything loads and the icons are what they should be. When I select a node in the tree, the icon changes to another image. When I select another node, the previous I am not recreating the treeview when clicking on it and I have removed all code that is performed in the AfterSelect event. I've searched for any information about this and cannot find this problem. Is there something I am doing wrong here...some property to set Is this a ...Show All

  • .NET Development Sharing session data among applications using StateServer session mode

    hi, i have two projects,let us say proj A and proj B. In A i have two text box user name and password.I am storing both the things in session like session["uname"]=textbox1.text; session["pwd"]=textbox2.text; response.redirect(" http://localhost/proj B/default.aspx "); in proj B i am trying to get the value from session like response.write(session["uname"].tostring()); response.write(session["pwd"].tostring()); the above two response statements returns null value. even i made the following changes in web.config file <sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" cookieless="false" timeout=& ...Show All

  • Software Development for Windows Vista Will the new generation of certifications become obsolete so quickly?

    Hello this questions is for people who creates new technologies so fast and also for people responsible for creating the certification tracks. More than one month ago I realied that msft is going to launch .net framework 3.0 and its .net 2.0 +wpf+wcf+wwf as I understood. The new generation of certifications I am trying to do is MCPD web, win and enterprise app developer. The question is, will this be obsolete so quickly , will be good my effort to pass these exams if new technology is coming so fast I need advice on this. Thanks This is why I have personally choosen to not focus so much of my time and energy on MSFT certifications. MSFT is suppose to be using shorter product cycles in general now (2 years)....If I am ...Show All

  • Visual Basic Problem: "Interface not registered" message when executing a project on another pc

    Hello, I developed an application in Visual Basic with Visual Studio .Net 2003. The .exe file works fine on the development computer, but in another pc it doesn't work and shows me a message of an unhandled exception. I tried to debug it with CLR Debugger and the result was a message showing: An unhandled exception of type "System.Runtime.InteropServices.COMException" occurred in system.windows.forms.dll Additional informations: Interface not registered. In the host pc there is Windowx XP SP2, including .NET Framework 1.1. Can you help me Thanks. Thanks for your help. Unfortunately I was unable to install MDAC 2.8 because it has been already included in Win XP SP2 (O.S. on the target computer). ...Show All

  • Visual Studio 2008 (Pre-release) Any way to create BreadCrumb navigation in Navbar?

    In a WPF Browserlike app I'd like to show a breadcrumb navigation bar instead of the 'back' and 'next' buttons, showing a trail of the pages the user has visited, offering to go back to any page by clicking the breadcrumb. Can this be done in the controltemplate of the NavigationWindow This would contain the same pages as the navigation dropdown list does. Just in case it's not clear what I'm talking about I added a small project , showing a static navigation where I would have liked the automatic one. Thanks, Sam Zhou Yong wrote: Actually implementing BreadCrumb custom control is my next aganda, what I want to create something which is quite similar to the one used by Vista's shell explore ...Show All

  • Visual C++ A compiing error about template

    Dear Expert: I use visual studio 2005 to compile NeuroLib ( http://www.ia.unc.edu/dev/ ), and there are a lot of error like the following: ---------- e:\unc_proj\lib\neurolib\libraries\datatypes\Vector2D.txx(33) : error C2244: 'Vector2D<T>::{ctor}' : unable to match function definition to an existing declaration 3> definition 3> 'Vector2D<T>::Vector2D(const Vector2D<U> &)' 3> existing declarations 3> 'Vector2D<T>::Vector2D(const Vector2D<U> &)' 3> 'Vector2D<T>::Vector2D(const T &,const T &)' 3> 'Vector2D<T>::Vector2D(void) ------------------------------------- this is implementation of the .txx function: inline Vector2D<T ...Show All

  • Visual Studio Team System VS2003 against TFS

    Hi, I have migrated VS2003 project from VSS to TFS. I have installed MSSCCI Provider for connection with TFS from IDE VS2003. In IDE VS2003, I have connected to TFS. When I checked out some file under Source Control, then I changed it and Checked in, this file, project and solution kept in check out state. And I might to do undo check out. Sometime, this action made the problem, by rolling back the actions, which I did. I have also noticed that, TFS made double folder structure to local folders (It was copying parent folder to new folder which had the same name as parent folder), because TFS added new mappings to current workspace. It's expected behavior And what can I do instead of undo check out Thanks Janko The & ...Show All

  • Visual Studio Reports

    Hi! How can I made the query parameters of my dataset be set as report parameters I have a report (*.rdl) that calls a dataset that have a query parameter (@param1) And I have the report in the report server. But it displays an error because it doesn't find the declaration of the variable (@param1). I think the solution is to put the query parameter as a report parameter... but How do I pass it to the dataset (*.xsd) Please help me! If the explanation of my problem is horrible please contact me and I will try to explain it better.... :) Hi, Thanks for answering.... If i understand you correctly your answer is for adding parameters to the report, I don't have problems in that. I can ...Show All

  • .NET Development XslCompiledTransform.Load Uri issues

    Hi, I'm playing with the XslCompiledTransform.Load method and having problems loading stylesheets. First question - should you be able to specify a Uri as a server relative path eg. /root/xsl/mydoc.xsl I'm getting the following error loading with an absolute url... System.Net.WebException: The remote server returned an error: (401) Unauthorized. at System.Net.HttpWebRequest.GetResponse() at System.Xml.XmlDownloadManager.GetNonFileStream(Uri uri, ICredentials credentials) at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials) at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn) at System.Xml.Xsl.Xslt.XsltLoader.CreateReader(Uri uri, XmlResolver xmlResolver) at System. ...Show All

  • Visual Studio Express Editions Exception error, how to solve or handle it?

    Hi, could someone tell me whats the meaning of the error and how can I solve it. Thanks. here my code: public static void ReadData() { string connectionString = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\FYPproject.mdb" ; string queryString = "SELECT Sample_Number,Pump_Speed FROM 2Pumps" ; using ( OleDbConnection connection = new OleDbConnection (connectionString)) { OleDbCommand command = new OleDbCommand (queryString, connection); connection.Open(); OleDbDataReader reader = command.ExecuteReader(); <<Error on this line while (reader.Read()) { MessageBox .Show( String .Format( "{0} , {1}" , reader[0], reader[1]) ...Show All

  • Visual C# import csv file somebody help me please!!!

    Any now something about of import file csv in visual c# Project + Add reference, check Microsoft.VisualBasic. Now you can write something like this: using System; using System.Windows.Forms; using Microsoft.VisualBasic.FileIO; namespace WindowsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { using (TextFieldParser parser = new TextFieldParser(@"c:\temp\test.csv")) { parser.SetDelimiters(","); while (!parser.EndOfData) { string[] fields = parser.ReadFields(); // Do something with fields //... } } } } } ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Blue Screen of Death or System Restart

    I have XNA installed on my home computer, and on my laptop, and it happens rather often (a few times a day) that when I try run the project, or click the Save All button, I get a system reboot or a BSOD. It happened once too when I tried to move a file to another folder, in the Solution Explorer. Since it happens on two different computers, I was wondering if someone else has had the same problem. Any known bug/solution Thank you! Does this happen when running a game or just when using Visual Studio If it's just in Visual Studio you might want to think about giving Visual C# SP1 Beta a try ( http://blogs.msdn.com/xna/archive/2006/10/13/try-visual-c-express-sp1-beta.aspx ) i ...Show All

©2008 Software Development Network