Hi, i recently installed do4. From what i read its worth a peek. I wont to start a test project but i cnat seem to find the project template you are reffering to. I am using VS2008 Team on a Windows 7 x64 machine. Can you help me with this. P.S: I created a user on your main site. When i try to confirm my mail i get: DataObjects.Net Wiki could not send your confirmation mail. Please check your e-mail address for invalid characters. Mailer returned: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() Second, why must i setup another account for the forum??? Suggestion: try to get the communication with the outside world in order, because if someone sees something like this then maybe he wont continue with your product thinking that the support is not good. Its a shame because the project you have is big... just a suggestion. Updated at 05.10.2009 22:01:26Hi thanks for the quick reply. here is what i found... Because i work on windows 7 x64 the registry key is HKEY_LOCAL_MACHINE\SOFTWARE*Wow6432Node\Microsoft\VisualStudio\9.0\VSTemplate\Project key. This folder points me to C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\CSharp but there is nothing (maybe a installer issue because DataObjects installed in C:\Program Files\DataObjects.Net v4.0.5 and not in C:\Program Files (x86)*\DataObjects.Net v4.0.5 as i had guessed). Yust something that i have noticed. Is there any way around this? Thanks!!! P.S the benchmarks that you have published seems to good to be true. I cannot wait to get my hands on this... :shock: Updated at 18.10.2009 14:36:06Hi alex. i still have issues to install on windows 7 x64. i played a little with the install.bat file and managed to get it done except the samples(i dont mind with that). i attached my modified install.bat (some paths were hardcoded. Try winmerge to see the differences.) This thread was imported from our support forum. The original discussion may contain more detailed answer. Original topic by mantzas. |
**> I wont to start a test project but i cnat seem to find the project template you are reffering to.
You must see them in VS.NET: click "Create New Project" and navigate to "Visual C#\DataObjects.Net" folder - they must be there, if ".NET Framework 3.5" is selected in combo box above the list of templates. If you don't see them there, please do the following: 1. Find the following value in registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\VSTemplate\Project key, UserFolder value. There must be something like "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates". 2. DO4 templates must be there in the following .zip archives: [UserFolder value]\CSharp\DataObjects.Net\DataObjects.Net.*.zip. Are they there? If not, please notify us. 3. If they're there, go to "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\" and type devenv.exe /InstallVSTemplates. Have they appeared in VS.NET now? If not, please notify us. > P.S: I created a user on your main site. When i try to confirm my mail i get: Err... Our main site is www.x-tensive.com. You have registered on DO4 Wiki. > DataObjects.Net Wiki could not send your confirmation mail. Please check your e-mail address for invalid characters. To be fixed, I'm sorry for this issue. > Second, why must i setup another account for the forum??? That's really a problem: currently there are different accounts on our primary web site, forum & wiki. > Suggestion: try to get the communication with the outside world in order, because if someone sees something like this then maybe he wont continue with your product thinking that the support is not good. Its a shame because the project you have is big... just a suggestion. Fully agree... Actually sharing of account infos across all the sites we have is one of the oldest TODOs, but we still have no time to accomplish this. This will be implemented ASAP - thanks for a good push ;) Yes, there is really a bug in installer - it does not use Wow6432Node key. We'll fix this in v4.1 (= on this week). For now you can install them by extracting attached files to C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\CSharp*DataObjects.Net* folder and running devenv /InstallVSTemplates. To uninstall them, remove the files and repeat the same command. I've fixed few more issues with 64 bit Windows and IIS 7 today. Unfortunately, our ASP.NET sample & project template, as well as their Install.bat were not ready for IIS 7 at all. If you're interested in details, here they are: http://code.google.com/p/dataobjectsdotnet/updates/list I tested everything on WS2007 (IIS6) & Vista (IIS7), tomorrow we'll test everything on Windows 7 32 & 64 bit, and if everything will be ok, we'll publish the nightly build (I paused its delivery for today). mantzas wrote: Thx for the quick reply. I will try this and wait for the next version. Regards mantzas wrote: I had to manually add the references, but it worked. Thx, now i can play a little :wink: Fixed in v4.1. Thanks a lot - I'll update our Install.bat right now. mantzas wrote: no prop. |