hi i created project using asp.net and sql server 2005.I created table and inserted datainto sqlserver 2005. but i dont how to find the(count) number of records stored in the table.how to find this?
I would like to know practically what kind of Assembly should we put in GAC.
Case 1. If in my Solution multiple project uses log4net.dll then should it be part of GAC?
Case 2. If I have multiple application deployed in a machine each using log4net.dll is this the reason enough to put log4net.dll into GAC?
Plain and Simple, I want to use a Listbox in my project,
The demo here: http://www.extjs.com/examples shows no answer,
In fact, I really hate it when companies show-off their 'complex' widgets in this manner and fail to show the most basic of all widgets. For example, I discovered class SimpleComboBox over the net till then I assumed that we required a class to contain list store, etc...
Attempted to upgrade my project from EF4 to EF6, I get build errors
It appears that if i swap out the namespaces manually to include the entity.core it works, but if i change the .edmx file at all, the code reverts back to the old references and i have to manually edit the code generation files to include the update namespace references.
I have attempted to "add code generation item" that does not resolve the issue at all. When i open the .edmx file in the IDE it shows me everything correctly.
I want to display total amount of seconds that was spent each day on a project.
I want to use SQLiteDatabase to fetch rows using the query below and then use SimpleCursorAdapter to fill a ListView.
SELECT projectId, date, sum(endedAt-startedAt) as hours
FROM project_reports
WHERE startedAt >= 1270098000
AND endedAt <= 1272776399
GROUP BY date, projectId
Hi,
I have started learning Ruby and just tried out my first hello world program in NetBeans IDE. I have one doubt, I can see that the new project wizard created set of package structure. It had one "Rakefile" in it. What does that mean and what is the use of it?
Thanks,
Bragaadeesh.
Where would I find a list of locale name abbreviations for my project localization folders? (Such as en for English, fr for French).
I am looking to do German, Spanish and others.
Recently, I checked out a copy of a project, There were multiple source files and a manual makefile based build system.
I did this
svn status
No output // meaning . is a working copy
make
// created a lot of *.o files
svn status
No change
How come this is possible? This clearly suggests there be some wildcard way to customize
the files under version control? How can I do that?s
Is it possible to build a VS2008 solution (C# and VC++ projects) using the automated MSBuild built into TFS2010? When I niavely just run it, the build fails because the 2008 Solution file needs to be upgraded (and presumably so would the project files). Can I tell MSBuild 2010 to just build the 2008 files?
I've googled for creation of namespaces and found some very useful examples, what these examples didn't have is how do I compile and implement my created namespace on my system so I can include it from my various applications.
So for example, if I create a namespace to load a config file from my application path and insert it to an array, Do i need to include the namespace on any project I use or is there a way to make it part of my environment?
What is the unique identifier for an iPhone app?
In the info.plist file, there are keys:
Bundle display name
Executable file
Bundle identifier
Bundle name
If I have already submitted an app on the AppStore before. Then I change some of the keys in the project. Which of the above can be changed freely and AppStore still considers my app is same as the existing one? Thanks!
Hi,
I am using SubSonic on a project with many tables which were created by a sourcecode generator. I noticed Some classes created by SubSonic were generated without code and have the folowing message
The class...was not generated because ... does not have a primary key.
Is there any way for me to get the code to be generated without adding keyes to all the tables?
Thanks
Hi all
I was wondering how to copy files (like my images files) into my flex 4 src folder from windows explorer. There is no such folder called src when I look at my project folder. Thanks.
I have a file on linux ubuntu server hosted with path name /home/kishor/project/detail/.
When I made a web app in window to upload and download file from specified location i used path "c:\kishor\projects\detail\" for saving in window.
For my surprise when i used window file path name in my server i am still able to get files and upload them, i.e, "c:\kishor\projects\detail\".
Can anyone explain why it is working (as window and linux both use different file path pattern).
In VS 2008 setup/deployment project, is there any way to add a custom error dialog (or customize the existing one) to handle errors encountered during the installation process?
I'm using django and realized that when the filename that the user wants to access (let's say a photo) has the pound sign, the entry in the url.py does not match.
Any ideas?
url(r'^static/(?P<path>.*)$', 'django.views.static.serve', {'document_root':
MEDIA_ROOT},
it just says:
"/home/user/project/static/upload/images/hello" does not exist
when actually the name of the file is:
hello#world.jpg
Thanks,
Nico
I am using openssl in a project. It works fine on one machine. However, on an xp pro machine I get:
The ordinal 968 could not be located in hte dynamic link library LIBEAY32.dll
Does anyone know how to fix this issue, is it a dependency issue on some other dll?
I am using composite components in my JSF 2.0 project, and I want to combine my composite components with like this:
<ex:mycompositecomponent>
<f:ajax event="change" render="anotherComponent" />
</ex:mycompositecomponent>
Is there any way to do that?
Yours sincerely
Jonathan Frank
I want display the content of doc file in a textarea for my project using PHP as it is means line break, font size etc.
Any code or how to do it. And i will be fetching that doc file from database.
hi,
i am facing some difficulties in creating a session. Can anyone provide me an example or link where a configuration is created by using an external file by giving url,like
Configuration config = new Configuration.configure(url);
the cinfig file is in another hibernate project.
is there anything that i should add to classpath or store the config file. My app is just getting hanged there at that statement.Help
I have an install project that launches a custom action at commit which starts the application that was just installed. During the startup of this application I have a method that checks the current user's name to perform some authentication. When launched from this custom action I am getting 'NTAUTHORITY\SYSTEM' instead of 'DOMAIN\USER'
How I have make project which have master and childs record it also have filterion criteria now I want to validate the delation of these child record base on master record How I can do it in asp.net
I just found this project which provides a way of running Google App Engine projects on your own server cluster.
http://code.google.com/p/appscale/
It looks really interesting, has anyone had any experience using it?
i created a WPF application and i added a setup solution and i did everything to deploy the project and i got my setup.msi
i installed it in my system,
The problem is my application is running in task manager, but i cant see my application any where in desktop or start menu,but tast manager process show that my application is running. whats the problem??
Hi,
I am upgrading an old version 1.0 F# project to 2.0 using visual studio 2010. So many changes.
I can't seem to find the print_any command that was littered all over the place in the old books and samples.
I have installed powerpack but can't find it there either.
Any idea where i can find this command.
PS: I know I can easily implement it myself but was curious where this is now.