Questions tagged [rebuild]

343 questions
0
votes
2 answers

What causes transient aspx first line compile errors?

Every once in a while, when I'm editing an aspx or ascx page, Visual Studio will start telling me there is an error on the first line of my file. For instance, right now, it is saying Argument missing on line 1. That line is just your typical…
Alison R.
  • 4,204
  • 28
  • 33
0
votes
1 answer

Propel erros on site migration

My website directory was moved to another server but the database is still the same. Will this cause an issue on Propel? Because I'm getting this error: Fatal error: require_once(): Failed opening required 'propel/Propel.php' …
Leah
  • 225
  • 2
  • 10
  • 24
0
votes
1 answer

replace rebuilded module JAR in the EAR (Maven2 project)

During the development time I'm iteratively rebuilding some modules of my project. Rebuilding resulting ear-project gets a huge amount of time. If there is a way allowing to rebuild only jar file of changed module and then replace this jar in…
Zaur_M
  • 737
  • 3
  • 11
  • 18
0
votes
1 answer

rebuild fulltext catalog will invoke a full population in sql server 2008

I had set Change Tracking to Manual,when I execute sp_fulltext_catalog 'myfulltextCatalog','rebuild', a rebuilding is started.But I have found that the PopulateStatus of the fulltext catalog is changed to value 1,that means a full population is…
0
votes
1 answer

How do I do a "full rebuild" in FDT?

I switched IDEs to use FDT and want to stop the type error warnings. I went to the project's properties > FDT Problems > AS3, check "Enable project specific problems", and disabled "Function without type" and "Variable without type". This works the…
Alex Varga
  • 1,752
  • 2
  • 14
  • 17
0
votes
1 answer

Rebuild LOB_DATA allocation unit

Is anyone aware of any way to rebuild a LOB_DATA allocation unit. I have a single column with IMAGE data type that is taking 2500 GB of space right now. However, the actual data stored in there is only about a quarter of that in size. The table…
Sebastian Meine
  • 11,260
  • 29
  • 41
0
votes
1 answer

Manually full re-build the titanium project

Detected change in tiapp.xml, or assets deleted. Forcing full re-build... This line has been taken from the console of the titanium build after making some change in the file tiapp.xml in order to re-build the app(i-e force full re-build). is that…
NoNaMe
  • 6,020
  • 30
  • 82
  • 110
0
votes
0 answers

Fill an object with text using keycodes (with the possibility for keyboard shortcuts)

Are there other ways to write text with keycodes apart from these two methods? However, the bad part by the following methods is that they cannot handle shortcuts like shift + a... 1. Method Use a json-object filled with keycodes and characters,…
yckart
  • 32,460
  • 9
  • 122
  • 129
0
votes
1 answer

best practice to avoid rebuild in vs2010

I have a solution that one of its projects takes too long to compile and rarely changes. That means that if a developer "ReBuild" the whole solution it will take time (though nothing was changed in this specific project). I was suggested maybe to…
user1025852
  • 2,684
  • 11
  • 36
  • 58
0
votes
1 answer

Repair/Rebuild master.mdf in SQL Server 2000

Does anyone have or know where I can find the tools or information to repair/rebuild the master database for Microsoft SQL Server 2000? I'm assuming is that is what I need to do based on the following error and that the service will not start. Thank…
Landmine
  • 1,759
  • 6
  • 39
  • 60
0
votes
1 answer

rebuilding sybase clustered indexes monthly occasionally fails

I am running into an issue dropping and recreating unique clustered indexes on some sybase databases. I have been unable to reproduce the issue in my test env. The error that results when the concurrency issue arrises is as follows: Cannot drop or…
0
votes
1 answer

How to do a clean build in eclipse and run a junit test case at startup?

Is there any way we can clean all/rebuild the projects in eclipse and run a jUnit test case every time we open eclipse? I am developing an eclipse application. The scenario is that i want to schedule UI tests to happen automatically twice everyday.…
tpuli
  • 405
  • 1
  • 5
  • 15
0
votes
1 answer

Rebuilt jstree with selected nodes using checkbox plugin and Json data

I am new to jstree, so guys please help in this. I have build a jstree using json data and checked boxes. Now i want to reproduce the jstree again but this time with only checked nodes in the tree with same child- parent relationship. I have used…
0
votes
1 answer

How to rebuild a form in Drupal 7

I am trying to rebuild a form in Drupal 7. I know its 'form_build_id' (e.g. form-_eNZLqaZWy7-6kYuGma5Cxg1Gru7Tmr9W2tsofSJxSg) I defined this hook_menu and menu callback function: /** * Implements hook_menu(). */ function set_menu_menu() { …
MPeli
  • 570
  • 1
  • 8
  • 19
-1
votes
1 answer

Dll does not work properly on th another computer

I have program that uses a dll to make my device work. The driver for this device is installed on other computers. My program works properly on my computer, but if I try to install it on another computer the dll no longer functions correctly (dll…
Moroz
  • 217
  • 1
  • 3
  • 6
1 2 3
22
23