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

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

Erdw

Member List

Koos Brandt
tonyGasparich
Flatscher Markus
alex.gorbatchev
SrijitCN
Silvia Elena
gsri
thea.umali
Munkii
Stacey Murphy
bennymacca
markdrury
Matt_Bruce
Kiran Suthar
Robby Economides
C#_Worker
Thomas Hecht
Scott Stubbs
Rathna Kumar
BenAust
Only Title

Erdw's Q&A profile

  • Visual Studio Team System Warehouse not updating after upgrading to RC

    Everything except reports seem to be working fine after the upgrade. When I go to run a report there is no data in it. When I run the scripts in the Warehouse Troubleshooting guide the Last processed time is null. I try to go through the controller web service and it dies on the ProcessingOLAP step. I am set up in a dual tier configuration. On the SQL box there are entries in the Event Log every time the Scheduler tries to update the Warehouse with the following error OLE DB error: OLE DB or ODBC error: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.; 42000. Any ideas I have looked at the permissions of the Olap Service and ...Show All

  • .NET Development Urgent: 64 bit Compile for web application at .NET Framework 2.0

    I have developed the web site with Visual Studio .NET 2003 Frmaework 1.1. I have deployed website on 64 bit Windows 2003 OS, framework 2.0 64 bit. Then I ran the web application directly from browser. Is this mean my application ran in 64 bit mode or 32 bit mode. Sorry for my DUMPY, What is the difference of building at 64 bit with visual studio 2005 and running with 64 bit framework 2.0 AND building at 32 bit .NET 2003 and running with 64 bit framework 2.0 If there is no difference, then how does the codes compiled at 64 bit How does the modification of 64 bit code embedded to my web application's code AND final question to ...Show All

  • Visual C# How can I make a program run when windows start?

    Hi, I just have this simple question to ask about "How can I make a program run when windows start ", and i wish to find answer Regards 22DoorsDown Hi 22DoorsDown,   Just write a windows service. thats it. u can enable ur service to startup when the windows  starts up. this is the ideal one. regards, sundararajan.s ...Show All

  • Visual Studio Team System Installing TFS - Error 28002

    Over the past few days we have been installing a single server deployment of TFS on a Win2K3 server with a domain administrator account. The error we get is Error 28002 (about 90% through) during the install. We tried this install many times on two different servers, as well upgraded the Domain Controller from 2000 to 2003. We even setup the install TFS account to have full domain administration rights. The error in the system logs: ------------------------------------------------------------------ Product: Microsoft Visual Studio 2005 Team Foundation Server - ENU -- Error 28002.Error unknown. For more information, see Help and Su ...Show All

  • Microsoft ISV Community Center Forums How to #include text into a source code? (VBA)

    Hi, How do I include a text from a specified file into a VBA module source code in a project I have three classes that have several common methods and'd like to avoid pasting the same text at three different places. Thanks -- RK These forums are for VB.NET questions. VBA is a very different product from VB.NET and there are some other locations where youy will probably get a quicker and better response to your VBA questions. Y ou may find more assistance in following which specifically deals with MS Office development. · Office Automation : office.developer.automation newsgroup ...Show All

  • SQL Server Need urgent help

    Hi I have a strange situation. We have a middle teir application (j2ee appserver) that uses connection pooling. The client was working fine when all of a sudden it hangs. I have checked the sp_lock and sp_who2 and there has been no locking/blocking whatsover. This problem stays until we restart the app server. Is there any way that I can further dig into this problem and find it out if it is the db that is causing the issue. I used sql profiler and I could see some log entries made into the database while client is hanging after that. Also sp_who2 lists the spid for the middle tier connection. It does not however show any loc ...Show All

  • Visual Studio Team System Synchronization of two TFS?

    Hi, I'm wondering if there is a possibity to synchronize 2 team foundation servers I want to synchronize a project (worked on on both tfs) every day or so. thanks, Rhapsy There is nothing out of the box. It would depend on the circumstances, but it would be possible in a simple scenario to do some syncronization programatically ...Show All

  • SQL Server About Members and Ordinal function

    When I use MDX sample application, I write a code like this: SELECT    {[Time].[All Time].[2005]} ON COLUMNS,    {Filter( [Equipment].Members , (InStr(1, [Equipment].CurrentMember.Name, "xxxx") =1))} ON ROWS FROM francis. Here Equipment is a huge dimension table,actually I want to do it like Filter( [Equipment].[All types].[mechanism].Members to narrow the range as prevent duplicate. But it failed. One more is I can't use ordinal function in it too, but I can do it in AS and test in pivottables. Can someone tell me the reasons This is probably the same issue as I mentioned on the other thread - ...Show All

  • Visual Studio Express Editions Distributing Applications

    Can somebody please tell me where I can find info on distributing the applications I create with VB.NET 2005 Express I have looked around and a lot of sites say that there isn't a facility to do this but I have got the "Publish" button. I need a complete guide so that everything works - did a little test and sent the setup.exe to a friend but he couldn't use it. Brought up an error. Can somebody help Thanks in advance, VB Express supports ClickOnce deployment. Check out http://msdn.microsoft.com/smartclient/understanding/windowsforms/2.0/features/clickonce.aspx and http://msdn2.microsoft.com/en-us/library/t71a733d.aspx ...Show All

  • Visual C++ How do I get an Environment Variable?

      I have 35 years of experience. I have mostly avoided the C world. when I've had to write in it, I've done OK in VS6. VS2005 C++ is so cantankerous. I'm writing a program that must run standalone  so it's very lean and doesn't rely on high level code. I am in need of a routine that returns the value of the %windir% environment variable in string format. My project is set for a unicode build. Thank you Hi Renee, Umm, if we're talking about C#, maybe it is possible to use: System.Environment.GetEnvironmentVariable("windir") Which'll return a string with the value of the env variable in t ...Show All

  • Visual Studio Question concerning "can grow"

    I am sure that there is an easy answer to this question, but I have not been able to find it. When I format an object choosing "can grow", how do I make the object under move down so that the growing object doesn't grow into it. The object that can grow will most of the time be quite short, but a few times be pretty long. It will look silly on the report when the "can grow" object has its normal size, if I really have to move the object beneath it so far down that such a "collision" can never happen. You can make more than one sections to avoid this problem.  Put your "Can Grow" object in one section and t ...Show All

  • Visual Basic Error in Statement

    Hello.. I convered a VB .NET project to VB 2005 and it is giving me an error: Error 1 End of statement expected. C:\Documents and Settings\bawolters.HERCULES\My Documents\Visual Studio 2005\Projects\PointsFinder\Form1.vb 172 77 PointsFinder Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If CInt (TextBox1.Text) <= 4 Then Label2.Text = ( CInt (TextBox2.Text)) - ( CInt (TextBox1.Text)) * 10) + ( CInt (TextBox3.Text)) + 4)) / 50 Else Label2.Text = ( CInt (TextBox2.Text) - (4 * 10) + ( CInt (TextBox3.Text) + 4)) / 50 End If End Sub ...Show All

  • Visual Basic VB6 > .Net Conversion Error: Character Device names?

    Hi At my wits end... I am experiencing a problem when trying to convert a rather large VB6 application into a .Net 2005 application. Everytime I try to convert the project I get the following error: "Upgrade Failed: Exception occurred: Can't use character device names in file names" The weird thing is i have tried to convert the project using .Net 2003 and I do not get the error, it does convert. Can someone point me in the right direction... Many thanks Brad Look for a file in your VB6 project that has a name like the old DOS device names (CON, COMx, LPTx, KBD, NUL, AUX, PRN). R ...Show All

  • Windows Search Technologies I can't type in the IE address bar

    I can't type in the address bar of IE 6 anymore. I can access any site by using my favorites. Is there anybody can help me with this Hello Tulio, Is this a problem that came up after installing desktop search If so, could you please provide some additional information What version of Internet Explorer are you using Did you install any other software just before this happened What does the address bar look like Does it look normal or is it "disabled" (grayed out and locked). Thanks for the additional information. Paul Nystrom - MSFT ...Show All

  • Visual Studio Team System Unit testing a form...

    We're trying to unit test the main form of our application. Things like instantiating the form, checking for the default controls, invoking something that creates a new panel, checking for focus inside this new panel... all these things work great. For testing navigation we're using the SendKeys class to send a Tab key press to the form from the unit test. This works fine when you run this test method independently. However, when I run my entire test class, the test methods that are trying to test navigation using the SendKeys class are failing. When these tests are run by themselves they pass. When they are run with all the other tests t ...Show All

©2008 Software Development Network