Togo's Q&A profile
Visual Studio Report Hangs
I have a Visual Studio .Net 2005 Windows application that uses the SQL Reporting Services control. When a user clicks on a report the first time, it displays the report without any problems. However, if they close the report and then open the same (or different) report, the system hangs. However, in the development environment, you can open and close reports all day long without any problems. Is there any reason it would hang in production but n ...Show All
Visual Studio Team System Installation error : "...error occurred during the login process..."
Hello, I have selected SQL Server and Windows Authentication Mode and the Login properties ->Status section for the new SQL login is set to "Enable". I work with Windows 2003 Server (without domain), SQL Server 2005 during installation of TFS i get the following error in "msi log file": ================= Is WSS Installed : True ConfigDBName : Not Available ConfigDBServer : Not Available Virtual Server State: Nee ...Show All
Visual Studio for dynamic crystal report
hi everone i am developer in microsoft technoldgies . i want to create dynamic report in vb.net through vb , i want sql query pass on runtime and create report as per my requirement,so i request any body to help us on this or guide me or some source code provide , i welcome thankx for help amit amitgarg.net@gmail.com ...Show All
Visual Studio Team System Hyperlinks in Process Guidance text.
Hi, I am looking at the Process Guidance from Build 97 and have noticed that links embedded in descriptive text are not being rendered as HTML hyperlinks. For example, in the Overview of the Identify Security Objectives activity, the word "adversary" in the sentence "...Prevent Marty (an adversary) from ..." should be a link--but it is not. I assume this is due to the XSL that renders the Process Guidance. Is there a quick fix for this ...Show All
Visual Basic quicksort not that quick
hi, i am trying to sort a long list of strings (100,000+) in order to identify unique values in the list. So, i've basically tried Array.Sort, which is nice (but i'm not sure which sorting algorithm it uses) but seems to be rather slow, so i tried implementing my own Quicksort (from the msdn library) but that also seems to take 10mins+ (i gave up at this point) for a list of 131,000 strings. I've tried sorting the list in Textpad - which takes s ...Show All
Visual C++ why the "cpp"type file disappear from the "New Item"?
Why the cpp disappear from the "New Item" when I used the VS.net The cpp type file is actually there. For example you can just follow the following steps: 1. Right Click on "Source Files", and click on Add --> New Item 2. Under "Visual C++" click on "Code" 3. On the Right hand menu you will see "C++ File (.cpp)". Highlight it then enter the name of the file and click add. Thanks, Ayman Shoukry VC++ ...Show All
SQL Server SSIS Package runs fine except as a scheduled job
I have an SSIS package created from a SQL 2000 DTS using the Migration Wizard. The package imports data from a MySQL database to a SQL 2005 64-bit database running on 64-bit windows server 2003. The package runs fine when executed from SQL Server Management Studio but when I schedule it as a job it fails with: Executed as user: [the domain admin account]. The package execution failed. The step failed. I've tried a lot of different ways to ...Show All
Visual Basic paintpicture works in form_load, but never again, even if I call form_load.
Am I missing something Well, if I make a small example, it works, but not in my big program, so I guess I'll have to go looking... Thanks. ...Show All
Visual C++ Error on delete [] v
Hi, I have a problem with a class. The declator is class Configuration { public : struct conf_table { char name[40]; char value[10]; }; struct conf_table *conftable; int size; //rows on conftable int max_size; //maximum rows on conftable public : Configuration( void ); //Constructor ~Configuration( void ); //Destructor }; And the code is Configuration::Configuration( v ...Show All
Visual Studio Team System Spaces in paths, FxCopCmd and "Argument Specified Without a Corresponding Switch"
Hi, I'm trying to use FxCopCmd as part of my automated build process. The problem is, FxCopCmd doesn't seem to like it when I have spaces in any paths, for example ones used in the /f switch. I get the error "Argument specified without a corresponding switch". Here's my command line: "C:\Program Files\Microsoft FxCop 1.35\fxcopcmd.exe" "/d:..\..\..\build\1.0.060611.16\bin\" "/f:C:\Path to some DLL with ...Show All
Visual Studio Team System Problem: TFS Proxy returns: TF15013 (Item.asmx missing?)
Situation: TF Client can connect at TF Server. But, problem goes when TF Client tries to connect trough TF Proxy. In TF Client output I receive following message (after using Get Latest V.): The source control proxy 'MyProxyComp' is not responding, so the request will be sent to the main server. Please verify your settings. Additional information: TF15013: The requested Team Foundat ...Show All
Software Development for Windows Vista Change user picture?
I am interested in changing user's picture (which appears on the welcome screen) programatically. On Windows XP, this was quite simple - you went to e.g. "C:\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures\" and the bmp files for all users were there. On Vista, the above procedure doesn't work. I noticed, that the user's picture can be found in "C:\Users\<username>\AppData\Local\Temp&quo ...Show All
Visual C# ListBox
Is there anyway to disable the vertical scrollbar from a listView Vertical Scroll Bar Depends upon the amount of Data in it. How can you show record (for e.g 100 rows) if Vertical Scroll Bar is not enabled. ...Show All
.NET Development OnLoad or some initialization for webservices
I expose a few webmethods. I wish to pre-initialize data BEFORE anyone calls the webmethods. Some initialization needs to be done, some stuff thrown in cache, etc. In a Windows app, I have OnLoad, in a website I have Application_Start in the Global.asax but what can one do when JUST webmethods. Is there some other 'place' I can initialize my data BEFORE any webmethods are called You c ...Show All
Software Development for Windows Vista No integrated help for November WinFX
I have upgraded from the WinFX September CTP to the November one, and corresponding versions of .NET and VS2005. Unfortunately the WinFX documentation is no longer accessible in VS2005. Does anyone know it there is a way to force the WinFX help documentation to be visible in VS2005, or indeed visible anywhere else Lori is correct. The filters for Nov CTP are a bit busted. We're trying to fix them for the next ...Show All
