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

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

nick5454

Member List

Kostas M
Snyper_Vash
JCJCJC
Bjorn EP Backlund
bslim
michaelp
RaghavendraPrasad
Fabio Pagano
amendez
poodle
Sai Tej
elfenland
Joannes Vermorel - MSP
cplusplus1
DragonVic
SA3446
mark12345678
2V.
omrivm
Jamie Thomson
Only Title

nick5454's Q&A profile

  • Visual Studio Team System Sharing a class library within same TFS Project

    We have a TFS project that represents a single product. This product has two possible installations, one web based and the other windows client based each with different installers. The two installations share the same class library. We're trying to determine the best way to structure the source control in TFS with respect to the class library so that it can be managed and built as efficiently as possible without having to create a separate TFS project to do so. Any suggestions I think you can create two installer projects in one build solution . or else you can go with two solutions (ie web-installer and WIN-Installer)which include all the class liberaries and only one installer project . you can keep bo ...Show All

  • .NET Development IIS 6 connection to SQL Server 2005

    Hi, I have an aspx page with a connection to SQL Server 2005 which works fine on the local VS2005 setting. When I deployed it to an IIS 6 box it could not establish the connection. Could someone help shed some light Scenarios, Local to sql 2000 -- OK Local to sql 2005 -- OK IIS box to sql 2000 -- OK IIS box to sql 2005 -- Error The connection string is, "Data Source=DBServer;Initial Catalog=DB;User ID=uid;Password=pwd;Pooling=true;Max Pool Size=50;Min Pool Size=10;" I get the error message SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a conne ction to SQL Server) If connection string is, "Network=DBMSSOCN;Data Source=10.10.1 ...Show All

  • .NET Development Xml element attributes

    hi, I am getting a return value from a stored procedure like following way <m_allergies import_id="200"allergy_type="1" Code="5763" Name="abcd" Reaction="skin peels" add_date=12/12/2006"/><m_allergies import_id="200" allergy_type="2" Code="57" Name="ab" Reaction="peels" add_date=12/12/2006"/><m_allergies import_id="200"allergy_type="3" Code="763" Name="bcd" Reaction="skin burns" add_date=12/12/2006"/> But i have to update xml document using values allergy type attibute value(ie 1), code attribute value( ie 5763) reaction attibute value ( ie skinp ...Show All

  • Visual Studio Team System Can't execute Team Build - TF30063 error

    Hi, I'm trying to execute a Build on my local machine, but I am getting the following error: TF42056: The build service could not connect to the Team Foundation Server: TF30063: You are not authorized to access http://buildServerName:8080/ I have Team Foundation for Testers installed on my machine. I know that I actually can access port 8080 on the build server because that's where our code lives, and I can access and modify the code. I'm really stuck as to how to get builds working. Can builds only be done on machines that have Team Foundation for Developers on it I hope not, because it wouldn't make any sense that a tester couldn't launch a build so they could run their tests. Any help would be greatly appreciated!! I am at a ...Show All

  • Visual Studio Team System Perforce TS convertor

    Hi All, Does anybody know how much work involved to write a Perforce to Team Foundation Version control convertor I don't think such convertor exists yet. Can this be done by use VS SDK Or I will need to write to database directly Any comments would be help. Thanks you all in advance. Hi All, Even am facing the same scenario at my office as well.. My client wants to know whether source from perforce can be migrated to TFS 2008 Anybody pls provide some inputs and I see that there are no takers for Arun's query, so was thinking whether I could get any inputs at all!!! Thanks in advance to whoever replies back to this Query. ...Show All

  • Visual Studio Express Editions Runninc vc++ programs on other machines

    I want to run programs that I write using vc++ EE on different machines. So far I've tried dubbuging the program, then only transfering the .exe, but it didn't work. Transfering the whole debbug folder on the second machine didn't work either. The error it gave was "The program failed because of bad configuration. Reinstall may fix the issue", or something along those lines. I know that there used to be a tool for this in older vc++ versions. Is there one for EE aswell Ok, that article helped. However, it said there somewhere, that you can make a setup.exe file if you make a deployment project. In the walkthrought for such a project, it sais to use the deployment project template, template which ...Show All

  • .NET Development Update using SQL Exp not working

    Hi I'm trying to update a database (sql express) with values, using a stored procedure and parameters (a fairly simple and straight forward request, or you'd think so!). Code to create parameters, etc set connection sproc //get provider name static string providerName = ConfigurationManager .ConnectionStrings[ "Dolphin.Properties.Settings.ConnectionString" ].ProviderName; //create instance of fatcory static DbProviderFactory factory = DbProviderFactories .GetFactory(providerName); //get connection string static string connectionString = ConfigurationManager .ConnectionStrings[ "Dolphin.Properties.Settings.ConnectionString" ].ConnectionString; public static bool Upda ...Show All

  • Visual C++ C2027 Error: Full class declaration required: Bug?

    Hi, This may touch on some obscure corners of the C++ standard, but I believe the example below should compile as is, without the full declaration of class Atom. Comments Thanks. Stuart ____________________ // Shows VC++ 2005 Bug Requiring Full Class Declaration Where Forward Declaration Should Suffice // Compile: cl /EHsc forward.VC.bug.cc (other options didn't make a difference) // Error: error C2027: use of undefined type 'rosetta::conformation::Atom' // Compiles without warning on: GCC 3.4 and 4.0, and Intel C++ 9.1 // Compiles if: // . Full Atom.hh header is included // , std::vector is used instead of vector1, // . vector1 dtor is made non-virtual // . typedef for Atoms_Iterator is removed // Something about the vector class hierarc ...Show All

  • Visual Studio Express Editions Registry functions in VB express?

    I'm still pretty new to using this program, but I'm wondering if anyone knows of any built in registry search/add/remove functions in VBE I need to have my application be able to go to a specified place in the users registry to check what the value of a key is, and if the key even exists. I may have not even worded that right, but I'm wondering if I can pull this off without having to write many lines of code manually. I know the search is pretty poor on the forums, but that should have been an easy one : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=480818&SiteID=1 Or a search of MSDN (this is online, but you'll also find it in the VBE built-in help): http://msdn2.microsoft.com ...Show All

  • Audio and Video Development Windows Media 11

    I have a problem with audio codecs. When I install WMP11, it uninstalls Windows Media Audio 9.1 codecs. I use Windows Media 9 Series, Windows Media Profile Editor to create profile *.prx but this utilite doesn't work with Windows Media 11 (it can't find codecs for WM 11). Also I tried manually set codec's GUID into *.prx file to submediatype section and unfortunately I failed. Can anyone give me a simple *.prx file sample with a valid audio codec section Or can anyone tell me GUID for codec(s) in WMP11 which I should use in prx file. Thank you in advance, Yakov Melman, yakov@ukrtechnologies.com Hi Yakov, I think the Windows Media Encoder newsgroup ( http://www.microsoft.com/windows/wind ...Show All

  • Visual Basic SerialPort Datareceived event

    I've got a problem with the serial datareceived event. Since i want to program OO i divided my program into classes. So I made a seperate class for the communication with the serial port and a seperate class for the form where i want to display the data. But now the datareceived event does nothing. Can enyone help Before i seperate the code it worked. Imports System.Object Public Class Communication Private Shared WithEvents serialPort As New IO.Ports.SerialPort Public Shared Function Look_Up_COM_Ports() As String() Dim COM_Ports(My.Computer.Ports.SerialPortNames.Count - 1) As String For i As Integer = 0 To My.Computer.Ports.SerialPortNames.Count - 1 COM_Ports(i) = My.Computer.Ports.SerialPortNames(i) N ...Show All

  • Visual C++ vc++ app fails in AfxWinMain after moving from VC6 to VC8

    Hi, I have this VC++ application (used to visualize finite element meshes) and it worked fine in VC6. I ported it to VC8 (changing all the necessary code) and got it to finally compile and build. but when i start up the application, it crashes in int AFXAPI AfxWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, __in LPTSTR lpCmdLine, int nCmdShow) in winmain.cpp in the following block of code // Perform specific initializations if (!pThread->InitInstance()) { if (pThread->m_pMainWnd != NULL) // <-------------- at this line and goes to InitFailure { TRACE(traceAppMsg, 0, "Warning: Destroying non-NULL m_pMainWnd\n"); pThread->m_pMainWnd->DestroyWindow(); } nReturnCode = pThread->ExitInstance() ...Show All

  • .NET Development email distribution list via System.Net.Mail

    Hi, Is it possible to email a distribution list via System.Net.Mail.MailMessage I have passed a distribution list name to the "To" parameter of the MailMessage constructor e.g. ""Sales Department" but get an exception (Format exception) Message: " The specified string is not in the form required for an e-mail address." From this I am assuming distribution lists are not catered for. Is this correct Thanks for replies The following code expands the distribution list when I run it, but it uses depricated methods: string from = "me@example.com"; string to = "DistributionList"; System.Web.Mail.SmtpMail.Send(from,to,"Subject&quo ...Show All

  • SharePoint Products and Technologies "Explorer View" locks Active Directory accounts

    We only recently began using Sharepoint corporation-wide, but have begun receiving support calls for locked accounts. We've noticed a pattern that the accounts were locking after the user was browsing around in Sharepoint. I myself am now able to "force" my own account lock by simply clicking "Explorer View" in any document share (note: I am full admin on all Sharepoint web sites). I do in fact get the explorer folder view and can get right-click options, but once I navigate off (for example, by clicking "Home"), I am immediately locked out and receive a login prompt in the browser. Has anyone else had this problem and can shed some light on possible solutions I've tried going through the troubleshooting s ...Show All

  • Visual Studio Express Editions slideshow

    how can I alter this code so it displays a different image every minute.....like slideshow thanks PictureBox1.Image = Image.FromFile _ (System.Environment.GetFolderPath _ (System.Environment.SpecialFolder.Personal) _ & "\Shell2.jpg" ) yes I just done what u said.... but how do i get it to show..... PictureBox1.Image.Save()........ wont work ...Show All

©2008 Software Development Network