Hi All, Now, I wrote an application with C#, and I add it to run at the Startup list of OS. I found that the application need 60 sec to start. However, when I run it 10 min after the start of the OS, it only costs 8 sec. Could you give me the reason why and what cause the difference of the performance? Thanks very much,
remex_1980_junyongwu
Posts
-
Why load application so slow during the startup of the system -
Gif conversionThis will help you. http://www.realworldasp.net/article.asp?article=142[^]
-
TreeView in ASP.NETHi, I need to create two trees in a web page. And, users can drag one node of a tree to the nodes list of another. Do you have any suggestion?
-
Why VS Package can't work without SDK installed?Visual Studio 2005 SDK 2007.2 Add a toolbar button to the VS2005 IDE.
-
Why VS Package can't work without SDK installed?Hi, I tried a VS Integration Package, which will add a toolbar to the visual studio 2005. Now, It can work on the machine with SDK installed. But, if the SDK is not installed, the Package will be seen and can't work. Appreciate your suggestion.
-
How can I get the addin execute pathstring appPath = Path.GetDirectoryName(Assembly.GetExecutingAssembly().GetName().CodeBase); Resolved. :)
-
How can I get the addin execute pathHi, I implemented a add-in for visual studio 2005. But, I don't know how to get the path of the add-in dll? I.e. I will install the add-in to C:\Add-in\ When the add-in is executed, how can I get the path? Appreciate you help.
-
How to rename the application at post-build in Visual studio 2005It's so kind of you. :)
-
How to rename the application at post-build in Visual studio 2005I got it out just now. :) Change the Assembly name in the properties window of the project.
-
How to rename the application at post-build in Visual studio 2005Hi, Now, I need to rename the application after build process. Now, the project name is set to MY.PROJECT.UI because it's major on the UI feature. But, I need to change the application name to MyProject.exe How can I do? Do you have any suggestion?
-
Why Googlebot 500 errorsYou are so appreciated to help me. I add some code in Global.asax void Application_BeginRequest(object sender, EventArgs e) { // If the requested file exists if (File.Exists(Request.PhysicalPath)) { return; } else { // find in database // get the correct url, and save to the CorrectURL Context.RewritePath(CorrectURL, false); return; } } BTW, my web is coded under ASP.NET 2.0. Any suggestion, kindly let me know.
-
Why Googlebot 500 errorsYou are so appreciated to help me. I add some code in Global.asax void Application_BeginRequest(object sender, EventArgs e) { // If the requested file exists if (File.Exists(Request.PhysicalPath)) { return; } else { // find in database // get the correct url, and save to the CorrectURL Context.RewritePath(CorrectURL, false); return; } } Any suggestion, kindly let me know.
-
Why Googlebot 500 errorsHi , I'm submiting my web site to google search engine. I use the URL rewrite tech. But, when I login to the google website management, I found that all the googlebot send me many error messages: Such as: http://www.msproject.cn/Article/codehighlight_freetextbox.aspx[^] 500 (Internal server error) [?] I'm sure the web can be access in your web browser, but why googlebot return 500 error?
-
How to add Restart Dialog to InstallerHi All, Is there anyone who knows how to add a Restart Machine Dialog to installer. I'm using the Setup Projcet in Visual Studio 2005. I want the dialog can show after the installer. Counld you help me?
-
File copy doesn't work well in Vista C#It seemed that Vista has record the source file with different version. When I changed the source file to another directory, The copied is the latest.
-
File copy doesn't work well in Vista C#Hi All, Currently, I try to copy a file from application directory to user document directory. I modified the source file before, then when I copy as a standard user, the copied file is in previous version(at that time I create the previous source version as administrator). File.Copy("C:\app\data.mdb", "...\my documents\data.mdb"); How can this happen? Is Vista save some previous version? But when I run the program as administrator, then the copied file is OK. I really don't know why. Thanks,
-
Why just get NULL return from excel oledbClearify question: the 11111111 is returned well, but can't get the next row - 2222(ds)/1232(jjj):(
-
Why just get NULL return from excel oledbHi everyone, I use the OLE connection to read data from excel file; OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + strFileName + "; Jet OLEDB:Engine Type=5;" + "Extended Properties=\"Excel 8.0;\""); OleDbDataAdapter SheetAdapter = new OleDbDataAdapter("select * from [" + strSheetName + "]", conn); But when using the method to read the excel data like this: 111111111 2222(ds)/1232(jjj) It just return NULL to the dataset row. I really don't know why ? Can you help me please? Thanks in advance.
-
export OLAP in SSAS 2005 to excel pivot tableHi genius, Nice to meet you here! When developing BI programs with SQL Server 2005, I got this problem: Users want the report should be exported in office excel 2003 format, and stored in PIVOT TABLE. We have decided to use OLAP tech in SSAS(SQL Server2005 Analysis Services) to generate cubes. If we just use excel as a client tool, and create a pivot table which connects to the cube database, it's ok. But, the users want to download the excel file from a web page, further more , they want to filter the data through the web page. How can I do? Wait inline. Thank you!
-
export OLAP in SSAS 2005 to excel pivot tableHi genius, Nice to meet you here! When developing BI programs with SQL Server 2005, I got this problem: Users want the report should be exported in office excel 2003 format, and stored in PIVOT TABLE. We have decided to use OLAP tech in SSAS(SQL Server2005 Analysis Services) to generate cubes. If we just use excel as a client tool, and create a pivot table which connects to the cube database, it's ok. But, the users want to download the excel file from a web page, further more , they want to filter the data through the web page. How can I do? Help inline. Thank you!