Where can I find a working copy of codecampserver? I tried downloading the source code from google project but I can not get it to work or figure out how I should get it working.
Hi,
how can I enable database logging in my ASP.net application?
I am using VS2010 (ASP.net MVC2 Project) and would like to see logging that highlights database activity between the application and the database, including database connection establishment (as I do have a connection related error somewhere).
I'm using SqlServer Express 2008.
thanks
Hello
I installed Eclipse and Android ADT. When I create android project and try to run, I get following on main.out.xml file:
This document is empty.
Right click here to insert content
However, main.xml file has xml data for layout.
Please help what I need to do after right clicking. Thanks
Hello. I have interface in ATL project which must contains member with parameter of Scripting::IDictionary** but in MIDL file with description of my interface it's not possible because Scripting library is not presented in default library. I always have scrrun.tlb and trying to use it in MIDL but it's not work
Code is here: midl-code
I just downloaded the Google Collections sources and imported them into a new Eclipse project with JDK 1.6.
They don't compile for a couple of reasons:
javax.annotation.Nullable can not be found
javax.annotation.ParametersAreNonnullByDefault can not be found
Cannot reduce the visibility of the inherited method #createCollection() from AbstractMultimap
+ 11 similar ones
Name clash: The method forcePut(K, V) of type AbstractBiMap has the same erasure as forcePut(Object, Object) of type BiMap but does not override it
+ 2 similar ones
What am I missing?
I also wonder if unit tests for these collections are available to the public.
Hi,
I am trying to create a very simple example of remoting which isn't working. I start the host and when I start client, it says "requested service not found"
Parts of My Application are:
Remoting Object : MarshalByRefObject
ComponentHost
Client
You can download my project from here
It has been 2 days and I am going crazy. Requested if someone can tell that where am I wrong?
This is a pretty simple question- how can I check if a NSURL is linking to a local file?
I know, RTFM, but I checked the documentation and I don't seem to see any methods related to this.
The only methods I did find were -isFileReferenceURL and -isFileURL, but I think these only check if the URL directly links to a file.
note: I'm making an iPhone app, so by "local file" I mean a .html file stored in the project's resources.
Thanks for any help in advance.
Hi everyone!
I am using groovy and grails with netbeans.
Is there a way to use autocomplete in ExtJS ?(with the .js files in webapp)
I read, that netbeans supports autocomplete with ExtJS, however it's not working in my project ...
I am using Netbeans 6.8
greets
I'm sitting with massive amounts of legacy C code that needs to be converted to Ruby for a project.
I've seen Ruby to C translators online, but not the other way around. Would there be a simple way to approach this particular problem?
I am using jQuery with ASP.NET in a project. Instead of using ASP.NET Ajax, I am using jquery's ajax functions. Is there any security risk if I do that? I mean, since I am using jquery's ajax calls, no view state information will be passed to the server so that it can verify the page's authenticity (though it saves a lot of bandwidth..).
I would also like to know what is the best/good practice here.
Hi guys,
I'm doing a system for a hospital in my country as the final year project of my degree, my supervisor specially asked me to use php and mysql for this. i don't have any experience with distributed systems and php programming, can any one help me out to build my base and improove my knowledge stating some sites, books to refer to overcome this matter.
regards,
rangana.
I'm currently working on a project for Adobe Air (1.5.3) and I need to unzip a file, copy some of its contents to another file.
Then I saw people talking about the Fzip (http://codeazur.com.br/lab/fzip) lib. The problem is that I don't know how to "import" or use this library with Javascript and Adobe Air, since Javascript doesn't have the import directive.
How can I manage to do that ?
Hi,
I have an ASP.NET project where I want to keep the membership (SQL Provider) in a separate database and the Roles/Profiles will be per application.
Question
What is the KEY that relates between the Membership database and the Roles/Profile database? Is it the UserID or UserName?
I opened up the tables in separate expolrer and notice the UserID is different in the Membership database from that in the application Roles database.
While deploying a particular project I'm getting deployment error like "module has not been deployed"... but I'm able to deploy other projects... the error shown is as follows
In-place deployment at F:\onlineexam_1\build\web
deploy?path=F:\onlineexam_1\build\web&name=onlineexam_1&force=true failed on GlassFish v3 Domain
F:\onlineexam_1\nbproject\build-impl.xml:577: The module has not been deployed.
BUILD FAILED (total time: 3 seconds)
I've added a EULA using VS2005's built in License Agreement UI form in a Setup Project.
This form has a LicenseFile property that you set to an RTF file that displays the EULA.
Assuming I have a number of translated RTFs, how can I make the EULA that is displayed point to the appropriate RTF localized to the user's Windows CurrentCulture settings?
I've seen some articles on WiX but at this point I need to stick with our current installation setup.
Thanks!
If I have a pure as3 project that I have been compiling with flex3 from mxmlc, is there any reason to switch to using the mxmlc with flex4?
I can use all of the flash 10 language features like Vector, 3D, etc., so that is not a reason to switch (or is there something I can't do?).
But maybe there is a performance boost? Or is the exact same compiling tool and the flex code base is the only difference?
Hi all,
I want to pass a project to a colleague without SCC bindings to avoid accidental changes in my repository.
Is it possible to do a clean checkout from a TFS 2008 repo? I'm going crazy finding such an option in VS2008.
Thanks in advance.
Hey guys,
My boss has some interesting requirements for his next project and insists that we try to implement some Crystal Reports on our Access database (on his computer) into a FrontPage document (for ease of maintenance). After that, he wants an MP3 to be embedded using a RealPlayer widget because that's the only one that he likes. I'm not really sure how to do any of this.
What's the best way to go about this? Any help would be greatly appreciated.
hi , i am using dot graph to build ast tree for my compiler project so for example i need to insert tow if statment or while ... , i dont need to use scope numbers in node naming because the tree would be awful
please help me .
thanks
Hello,
I am using VS 2008 and .Net Framework 3.5 when i compile project i m getting error
Compiler executable file csc.exe cannot be found.
I have checked that csc.exe is also exist in the .net frame work folder.
When i change compiler version 3.5 to 2.0 it starts working but My 3.5 Features are not available there like LINQ.
I have try everything, Update .Net Framework, Install latest service Pack.
Please help me out this Problem.
Hi
I am using google check out in my project. It is in sandbox mode. I am using Xml api check out , When i click google button in my page , i got an error message like
" An error had ocurred:
HTTP Status: 400:
Error message:
No seller found with id 623746024295438 "
What is thie , Actually , i have that merchant Id and Key ,, Please help me urgently
Hi,
I'm using libcurl in a Win32 C++ application.
I have the curllib.vcproj project added to my solution and set my other projects to depend on it.
How do I build it with SSL support enabled?
What is the difference??? I use Eclipse and there are several project types including Static Libraries and Shared Libraries? Does one have an advantage over the other?
I'm trying to create a Export method of a VCF file to our CRM application.
I'm running the new VS 2010 but target the project as .NET 3.5
what is the technique to hook up into this context menu?
I'm very new to AddIns but as a logical line of thought is to create an Outlook AddIn, but I'm failing miserably to add a menu item to this context menu :(
Thank you for any help on this
I am receiving the error noted below. I have built/rebuilt the files sevaral time. I have alson renamed the file the file in the *.exe The NetworkAssociation.exe file is in the debug folder. Any help would be wonderful
Visual Studio cannot start debugging because the debub target 'c:\NetworkAssociation\NetworkAssociation\Bin\Debug\NetworkAssociation.exe' is missing. Please build the project and retry, or set the OutputPath and AssemblyName properties appropriately to point at the correct location.