Nick W.'s Q&A profile
Microsoft ISV Community Center Forums Business Scorecard Manager to Sharepoint deployment
Hi, I have setup all necesary things in BSM and SPS, but when I deploy, the the pulldown with the "sharepoint site url" is empty, as well as the "document library" pulldown. Are there steps in Sharepoint necesary to maken the http://localhost site available for BSM deployment I figured this one out: start the newly created (and extended - by SharePoint) site and apply a new template (one that includes a document library). Scorecard builder will find it after you've published your scorecard to the server. ...Show All
Visual Studio Express Editions Bug?: Unwanted C4819
For the following program (encoded in Latin1): #include <stdio.h> #ifdef _MSC_VER #define POUND 0xA3 #else #define POUND '£' #endif int main() { printf("%c\n", POUND); return 0; } I get the following message under Chinese Windows: test.c : warning C4819 : The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss The point is that the offending line is not designed to work with MSVC. I do not think it right to give such a warning. I found this when compiling a cross-platform project. It has code like above for other platforms. Earlier versions of MSVC do not report this error. The suggestion is useless in my case (won't work ...Show All
Visual C++ Again an "error LNK2019"
Well, I've seen many posts related to this linker error, but I haven't been able to solve my problem with them. I'm building a DirectX 8.0 game with Visual Studio 2005. The errors I got are (I guess the one that matters is the first one) : LIBCMT.lib(crt0.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup C:\Documents and Settings\Admin\My Documents\Visual Studio 2005\Projects\GameCore\Debug\GameCore.exe : fatal error LNK1120: 1 unresolved externals Thanks for any help with this problem. Freezer wrote: I tried but it didn't work. Instead, I got some other errors : Core_Input.obj : error LNK2005: _WinMain@16 already defined in Cor ...Show All
Visual C++ WinForms app - first chance exception
Using VC++ 2005, I've create a new WinForms project and executed it in a debug session. The debug window has outputted a "first chance exception of type "System.DllNotFoundException" as below. How are do I fix the exception 'test.exe' (Managed): Loaded 'C:\WINNT\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll', No symbols loaded. 'test.exe' (Managed): Loaded 's:\vob_product_ais_plus\test\debug\test.exe', Symbols loaded. 'test.exe' (Managed): Loaded 'C:\WINNT\system32\msvcm80d.dll', Symbols loaded. 'test.exe' (Managed): Loaded 'C:\WINNT\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll', No symbols loaded. 'test.exe' (Managed): Loaded 'C:\WINNT\assembly\GAC_MSIL\System.Window ...Show All
Visual C# Add Node existing XML file
- < RadioBar > < Genre_Genre_Country > Genre_Country </ Genre_Genre_Country > - < Genre_Genre_Country > < Title > KPIG presents Cowboy Cultural Society Radio - an American tradition since 2002 </ Title > < url > http://205.188.215.232:8028 </ url > </ Genre_Genre_Country > - < Genre_Genre_Country > < Title > Classic Heartland - Classic Country, Western, Bluegrass, Alternative Country [Dial-up] </ Title > < url > http://130.166.72.1:8008 </ url > </ Genre_Genre_Country > Genre_Genre_Favorites ...Show All
Software Development for Windows Vista About Standby resume
Hi.......I have a question about Standby Resume. The tool of PwrTest is very useful to developers. But to BIOS developers, it will be better if we can get a resume time measure of every single device in ' Device Initialization Phase '. There is only driver Init timing result in the S3 resume result matrix now. It will be harder to check which device cause the issue, if the timing failed to match the requirements. Is there any way to pick up the resume time seperately of every single device Thank you! I have the same kind of question.. I sent mail to onnow@microsoft.com , but haven't get reply. So may I ask you that where I can find how to write such kinds of script or is there another wa ...Show All
Visual Basic printing labels
Sir, i have a access table with 10,000 customer addresses. cust id,cust name,cust add1,custadd2,custadd3,custcity,custpin,custphone,custemail. now my assignment is to print labels for the same. the program should generate 3 lables across and 18 addresses per page. (i.e. 6 address * 3 = 18). the program should print it on a 132 column continuous stationary. i.e. stationary with holes. can anybody kindly give me VB Program to do the same. i dont want to do it through a report writer because the printing is very slow. i want to print it on the dot matrix printer. thanks If you want to use a dot-matrix printer, you don't want to use the PrintDocument class. Instead, output directly to the printer spooler. There are several thr ...Show All
SQL Server Problem deploying reports
Hi, I have an application that involves 3 components one of which is Reports. My system's configuration: SQL 2000 - Default instance SQL 2005 - Named instance (Instance1). I provide the user with an option of selecting the SQL Server instance. If the user chooses Instance1, then I need to deply the reports in SQL 2005. The exceptions encountered during installation are logged in the Event log. When I do the installation for the in a machine, I always get the following error in the event log: Could not connect to the Report Server Database http://<MachineName>/ReportingServices.asmx . I tried giving the rs.exe options from commandline. I got an error like: Error in DetermineReportUrlSecurity(). I don't have the exact error ...Show All
Windows Forms Slow User Defined Control
I'm creating a custom control that has contained within it a large number of buttons. The code is extremely slow (taking about 12 seconds to display). I've had no success in making it faster. The problem seems to be centered around a single statement: Controls.Add(my_button_ctl); I tried to use the Controls.AddRange(...) member instead of Add(), but there was no speed improvement as was implied in the documentation. If I remove the Controls.Add() call (or AddRange), the display is almost instant. Is anyone aware of a way to speed up a user defined control that contains a large number of button controls In my case there are up-to 550 buttons contained on the control and I would like to get them displayed in under 1 second. The custom ...Show All
SQL Server SQL 2000 to SQL2005 event forwarding
Hi, We are forwarding events from SQL2000 machines to a central SQL2005 machine, however we get the below message in our email inbox when the event occurs: DATE/TIME: 26/10/2006 1:02:44 PM DESCRIPTION: Failed to formate SQL Server message. Error 317. COMMENT: (None) JOB RUN: (None) I've googled this and there is nothing in the way of a solution that I could find. Does anybody have any pointers or better yet a fix thanks, Mark Can you elaborate on exactly what "event" you're forwarding and how you're doing that. The only reference I can find on error 317 is related to email message problem. ...Show All
SQL Server Restore SQL Server Express Databases after a Disaster Recovery
Hello, I would like to restore SQL Server Express and its databases from a tape backup to the same server. This is a disaster recovery senario. I backed up the Master, Model, MSDB and my own test database using SQLCMD scripts. I have no problem restoring these using task manager on the server before the disaster recovery. However, in my real disaster recovery testing, When the server is restored by tape drive (HP one button disaster recovery), I try to run my SQLCMD restore scripts in task manager and I cannot connect to the sql server. Also I cannot connect with Management studio. I have recieved the following error in event viewer. ---------------------------------------------------------------- Event Type: Error Event Sou ...Show All
.NET Development data extraction from PBXs
i want to develop a telecom software in which the raw date of the call records(like trunk no,extn no,dialing no,call duration etc..)are to be extracted from the PBX by an interfacing data cable. the raw data can be recovered from the hyper termina by using a system defined function in vb.net so i want to know about the system defined function & its usr for this purpose. how to set this program as start up program so that when mu pc starts the program will automatically run any queries/helps in this regard will be warmly solicited Pradip Kishore wrote: so i want to know about the system defined function & its usr for this purpose. It sepends upon how you will communicate to the PBX...Via TCP/IP network t ...Show All
Visual Studio 2008 (Pre-release) Slow Render Performance (2000+ UIElements)
I’m creating a Grid that is 35x35, each cell containing a ContentControl with a ContentTemplate defining a TextBlock inside a Border. It is necessary for the entire grid to be rendered at one time. Perhaps obviously, there is a noticeable delay after my code ends (building the grid dynamically) and when the grid displays on the screen. (based on Timers and a Debug.Write) The delay also seems to occur when I’m building the grid for printing and its not actually rendered. I would guess I’ve reached a limitation of WPF, but is there something I can do to minimize this delay Thanks for suggestions. ----- Code --- <Style x:Key="DefaultCellBox" TargetType="{x:Type ContentControl}"> <Se ...Show All
Visual Basic folderbrowsedialog - need servername, not drive letter.
I need to pull the server name and not the drive letter from a folder dialog. h:/car wash/sponge types becomes //myservername/car wash/sponge types. you could just access the Network Places/Workgroup to get all the available list of servers from there and access it. if I find something, ill be sure to post but currently can't see much. If it's mapped to different drives then that shouldnt matter as the drives are being mapped to the same server, sorry for perhaps trying to appear to "avoid" the problem but just in case if you didn't know this :-) ...Show All
Visual Studio VS 2003 SP1 - Error 1706
I keep trying to install SP 1 for VS 2003 Enterprise Edition. When I browse to the vs_setup.msi file provided on the MSDN DVD's I get Error 1706 - File cannot be found and the installation rolls back. What is going on and how do I get SP 1 to install TIA try downloading and installing SP1 for VS2003: http://msdn.microsoft.com/vstudio/support/servicing/default.aspx ...Show All
