JTSTAR's Q&A profile
SQL Server SQL Express Management Setup Error on Windows Vista Beta 2
Miscrosoft SQL Server Management Studio Express (SQLServer2005_SSMEE.msi) don't complete setup on Windows Vista Beta 2 with Sql Server 2005 Express installed. Error Code 29506. C:\Program Files\Microsoft SQL server\\90\Tools, Alberto What mean (Alberto is my Windows account) Yes, download from http://go.microsoft.com/fwlink/ LinkId=65110 ...Show All
.NET Development ExecuteNonQuery hangs
Hi All, I posted a question some days ago, but didnt get any response. I guess I didnt word it properly. I'll try my best this time.... This is what I did: Create Command(connection, myTransaction) Set TimeOut property Try myCommand.ExecuteNonQuery() myTransaction.Commit() Catch ex as Exception myTransaction.Rollback() End try But the app hangs at myCommand.ExecuteNonQuery() statement. So, I tried to do it differently: I try to run the Exe ...Show All
Visual Studio 2008 (Pre-release) determining length of audio sound in MediaElement
how can we find the time length of audio file loaded in MediaElement, and is there some event through which we can find that audio playback is finished (All of these apply to both MediaElement or MediaPlayer classes) Lenght: NaturalDuration property. Please note that most MediaElement properties are only valid after the MediaOpened event is fired (once you give it a Source, we open the file asynchronously). ...Show All
Smart Device Development encryption on WM 5
Hi all, I'm developing application that Send/Receive data to/from the server. I need to encrypt this data via AES encryption. my questions: 1. do WM5 CF2 app supports this kind of encryption 2. I didn’t deal with encryption in the past, where should I begin any ides, links, thoughts will be great J Oren. Thus, WSE 3, is usefull to secure web services communication with CF ->P ...Show All
Visual C++ unresolved token/external in conversion from VC7 to 8
I am converting my project from VC7 to VC8. I have encountered a few problems that I have been able to handle (such as removing #include "_vcclrit.h" and making sure all lib's are built to the same CRT). I have one last project that won't build, and I can't figure out why. It is a mixed mode DLL with both native and Managed C++ code. I have changed the linking to "mscoree.lib msvcmrtd.lib", but I still have these unresolved token/externals ...Show All
Visual Studio Team System Developer Edition and Builds
Hello ! When I read the posts, it seems that we can run tests in a build only with Tester Edition. However, when I ran by build on the server, here is the mesage I got : "MSBUILD : warning : Visual Studio Team System for Software Testers or Visual Studio Team System for Software Developers is required to run tests as part of a Team Build." So I installed Developers Edition and no more complain. However, no test is executed and th ...Show All
Visual Studio Solved
I have been trying to install VC++ Express on my clean installation of Vista Beta 2, but I always get the same error ("Access Denied"), log entry: Microsoft Visual C++ 2005 Express Edition - ENU: [2] ERROR:Error 1935.An error occurred during the installation of assembly 'Microsoft.VC80.ATL,type="win32",version="8.0.50727.42",publicKeyToken=" 1fc8b3b9a1e18e3b",processorArc hitecture="x ...Show All
Visual Studio Express Editions Hi I need a math expert
Hi i need some help building an advanced calculator using vb .net 1st i want to calculate the logarithm and the ln; i used math.log(x) but it returned a number different than the one i get using the windows calculator. Also i need to calculate sin^-1(x) but i cannotmake it 2nd i need a help with keypresses. i made my codes in the form_keypress but when i click on any button it focuses and then the keypress doesn't work and when i press enter th ...Show All
SQL Server Assigning one text box value to the other text box in the sql reporting services Form
Hi, Can some one help me in this case, I am manipulating a value for onetext.value , And I want to assign like this seconetext.value = onetext.value in the SQl reporting services form, Is it possible if so can any one help me with the syntax -Thanks Yes, this is possible. In "seconetext", use this expression: =ReportItems!onetext.Value -Chris ...Show All
Visual Studio 2008 (Pre-release) Security seting problems on installing May CTP of LINQ
Hello, I've try to install the May CTP of LINQ but here is the error I get: http://morpheus.developpez.com/temp/error.jpg Anyone knows why I get this error Thanks I also got an error installing the May CPT of LINQ Microsoft .NET LINQ Preview (May 2006) An error ocurred while applying security settings. Users is not a valid user or group. This could be a problem with the package, or a problem connecting to a domain controller on ...Show All
Visual J# Creating documentation for our project
Hi; Any suggestions on how we build up our documentation for our API nDoc does not handle VS 2005 and does not understand java style comments. thanks - dave Hi, You can generate documentation for your APIs using visual studio. Anything written as java style comments before body of your API, will be spitted in a XML file. For enabling this feature in J#... 1. Right click on Project node in Solution explorer. 2. Click on Properties. ...Show All
Visual Studio Team System Newbie question on loadtest
Can I see detailed statistics for a loadtest - e.g. request and reponse times for the indiviual requests I see the summary and counters. WIll TFS help with this Thanks, You should be able to drill down into the individual requests and see the same information as you would if you ran the web tests individually. By default the test results come back in summary form, but at the top there should be link to switch to detailed resu ...Show All
.NET Development Memmory issue
Hi buddies, I am facing serious issues on memmory release. Issue is after disposing the objects also the memory is not releasing. It may be my code issue. I am using IDisposable to dispose and using, [System.Runtime.InteropServices.DllImport("Kernel32")] private extern static Boolean CloseHandle( object ClientList) to release the objects to memory, but still the app is holdin the allocated memory. Please help&nbs ...Show All
SQL Server RMO: Replication between SQL Server 2005 amd SQL Server 2005 Express
Hi! On an existing MergePullSubscription (Subscriber: SQL Express) I call the SynchronizeWithJob() method. But each time, the following exception occures: ExecutionFailureException: The specified pull subscription is not configured with a synchronization agent job. But how do I configure synchronization agent jobs in SQL Server 2005 Express I had a similar problem, When you add a reference through Visual St ...Show All
.NET Development Remoting remote ip
hi,, is there any way on the remoting server to get the ip of the client and i also want to know when does the user connects,.,, any idea mig16 Mig16, Just to extend your above sample public class YourClinet: MarshalByRef public class Trojan.FuncionesNET : MarshalByRef { public void RegisterClientReference(YourClient clientCallback) } Then in your client you can call ChannelServices. ...Show All
