Posts

Getting Error while creating shared.cs file?

hello everyone, i m using code first existing database approach in app. i have created prodataclass :dbcontext . i want check existing records using custom validation. i have writtten custon classand added following method readonly static prodataclass datacontext = new prodataclass(); public static validationresult validateduplicatecirclecode(string validatecirlecode, validationcontext context) { circle currentcircle = context.objectinstance circle; if (currentcircle == null) return validationresult.success; circle matchingcircle=null; if ((matchingcircle = (from t in datacontext.circles t.circlecode== currentcircle.circlecode select t).firstordefault()) != null) { return new validationresult(errorresources.cannotinsertduplicatecirclecode, new string[] { "circlecode" }); } else { return validationresult.success; ...

Error configuring Reporting in TFS2010

i tried install tfs2010 on server 2008 box , ran issue installing reporting server. specified database didn't exist. opted skip reporting installation until later thinking maybe somethign happened initial configuration creation. when trying go manually configure reporting service click on edit link, click use reporting checkbox , fill in information 3 tabs (warehouse, analysis services, , reports). when click ok save it, error of "object not set instance of object" , go through tabs , fix missing data. missing?? hi hattrickpro, thanks post. reporting services instance should configured reports , reports temp databse before can configure tfs use it. if have configured it, make sure reports configured in native mode, not on sharepoint integrated mode. once done, manual configuration steps should work fine. let know if helped! mark post answered. arunrama, tfs installation , setup team. A...

Application to recover deleted .sdf file on Secure Digital disk?

hi! does know of application can recover .sdf files secure digital memory card? i have customer "managed" overwrite database on memory card lost quite amount of work. i've tried pctools file recover seems can't handle .sdf files. it's not listed supported file type , don't scan result such file. thanks in advance!  / peter unfortunately did not manage recover valid data. guess answer question no such application exists. SQL Server  >  SQL Server Compact

Applying Permissions on Project Creation

when project created, want in our company able visit sharepoint site created project see status , information on that. is there way can automatically apply read permissions group when project created instead of having go in , change after each project created? -ed there isn't way automatically.  however, may able write simple pcw plugin runs after wss tasks complete , sets security settings (if wss supports sort of thing thru web service api, think i'm not 100% certain)... Archived Forums V  >  Team Foundation Server - Setup and Administration

Native exception in SqlCeConnection.Open

error exceptioncode: 0x0000046b exceptionaddress: 0x02a1eac4 faulting module: sqlcese35.dll offset: 0x0002eac4    @ nativemethods.openstore(intptr popeninfo, intptr pfnonflushfailure, intptr& pstoreservice, intptr& pstoreserver, intptr& pqpservices, intptr& psestore, intptr& ptx, intptr& pqpdatabase, intptr& pqpsession, intptr& pstoreevents, intptr& perror)    @ sqlceconnection.open(boolean silent)    @ sqlceconnection.open()    @ ...   this occurs attempting open database while shutting down software on device prior reboot.   windows ce 5.0 x86 w/ sql ce 3.5 sp1 qfe runtime.   any ideas? hi,   i tried repro error have mentioned above, not getting error mentioned you. please make sure natvie dlls (sqlcese35.dll, sqlceme35.dll etc) , managed dll (system.data.sqlserverce.dll)  using have same file version.  in case still repros please provide sample application.   please contact "sql server compact blog...

TFS 2010 & SharePoint 2013 integration

we planing use tfs 2010 for complex long-term development project. part of store requirements (functional, system, etc) in tfs create seamless process traceability. tfs used project team. in order provide transperancy other stakeholders must share same requirements set on sharepoint site (currently maintained searchable list). possible create export/import process between tfs , sharepiont in order keep requirements lists in sync , avoid manual data entry? thank in advance, maria hi maria, as daniel mentioned, tfs 2010 not support sharepoint 2013. , might need use tfs 2013 integrate sharepoint 2013. can use upgrade tfs tfs 2010 tfs 2013 then integrate sharepoint 2013. for upgrade process, can check links below more information: http://nakedalm.com/upgrading-to-team-foundation-server-2013/ https://vsarupgradeguide.codeplex.com/releases/view/114523 about integration, can refer blog for more information. , security requirement sharepoint, depends on need , c...

tracert not using persistent route

windows 2012 r2 server.  ipv4 route table =========================================================================== active routes:    network destination        netmask          gateway       interface  metric                    0.0.0.0          0.0.0.0     10.64.232.65     10.64.232.71    261          10.64.232.64  255.255.255.192         on-link      10.64.232.71    261          10.64.232.71  255.255.255.255         on-link      10.64.232.71    261        10.64.232.127  255.255.255.255         on-link      10.64.232.71    261             ...