Marian Drumea's Q&A profile
Smart Device Development Dll can't work on real device!
I built a Dll that can work correctly on SP2003 SE emulator, but when I deploy it to real device(dopod 585), the phone doesn't load the Dll. I noticed that the function calling sequence is : ProcessInit ThreadInit ProcessUninit ThreadUninit It seems to return immediately, other exported functions doesn't work at all. I signed the Dll using "Smartphone 2003 Priviliged Test Signing Authority". So what's wrong Please tell me how to hand ...Show All
Microsoft ISV Community Center Forums Printing help
I was printint an excel document and an error message show:" Microsoft Visual C++ Runtime Library, program C:/Program Files/ Microsoft Office/ office/ Excel.exe, abnormal program termination" . I tried uninstalling and reinstalling Offic 2000 but the problem remains. What are the causes & solutions to this ...Show All
Visual Studio Express Editions VS Express D/L Problem
I downloaded what I thought to be Visual Web Developer Express (2.65mb). When I had a chance to installing it, (yesterday 11-12-05) the screen that comes up tries to d/l .net framework 2.0 beta 2, Visual Web Developer 2005 Express Beta2, Visual J# Redistributal Package 2.0 Beta 2,MSDN Express Library 2005 Beta2 and SQL Server 2005 Express Edition April CTP. Well it would not d/l so I downloaded .net framework 2.0 and installe ...Show All
Visual C++ CString causing access violation.
We are working on a project where we need to migrate some code of an old application to a new application.The old app is an MFC app,which have some functions in the application class and document class which is required by the new app also.We created a dll project which is derived from the old app(Instead of directly deriving from CWinApp).So the hierarchy is as follows CWinApp<-Old app(COldApp)<-CNewDLLApp When the CNewDLLApp object is cr ...Show All
Windows Forms nothing
withdrawn; forum doesn't allow deletes ...Show All
Visual Studio Team System MSBuild and setup projects
Is there any news on when MSBuild will be able to support setup projects (.vdproj files). I presume someone (or team) will be converting the vdproj file to msbuild at some point, I was just hoping there was a neat Task available that would interpret the current format. Regards Graham Hello Graham, Check out this post to see if it answers your question. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=14 ...Show All
SQL Server Change query issues
I am trying to take this statement: Select Total = SUM(gt) FROM (Select Distinct CustomerName, CustomerNumber, FeeGoal_AZ AS FG, FeeSchedule, (cast(FeeGoal_AZ as numeric(30,10)) / FeeSchedule) * 100 AS gt from DCR WHERE branch='00002' group by CustomerName, CustomerNumber, FeeGoal_AZ, FeeSchedule ) as dTable and change up (cast(FeeGoal_AZ as numeric(30,10)) / FeeSchedule) * 100 AS ...Show All
Windows Live Developer Forums IsBirdseyeAvailable() does not work
In my BODY ONLOAD I call a function that loads a map. I want to determine if a Birdseye map is available for the location loaded; however, it never works (I know this because I have tested it against locations that have Birdseye maps). Here is my code (GetMap() is called from BODY ONLOAD): var map = null; function GetMap() { map = new VEMap('myMap'); map.LoadMap(new VELatLong(33.85, -84.363192), 10 ,'h' ...Show All
Visual Studio Tools for Office Most flexible deployment is to GAC?
Working on a VSTO Word application. Users will need to be able to pull documents from a Sharepoint site that use the app as well as email them to each other, and also be able to work offline... Right now I have decided to install the assemblies into the application folder. However, I assume that if two users install into different app folders (or if Program Files is on D: for one user...) then they cannot email the document from one user to a ...Show All
SQL Server How to capture the entire DML statement in a DML trigger?
Hi, In Yukon, is it possible to capture the entire DML statement with the parameter values that triggered the DML trigger inside the trigger body Basically trying to see the equivalent as the eventdata() in a DDL trigger, that provides the CommandText() Rgds SMO cannot be used within CLR trigger right now. It is not supported. Also, using profiler to do these type of actions from trigger code is not ideal. Triggers should usually be very ...Show All
Visual Studio Express Editions Uninstalling Beta versions
How important is the order in which you uninstall Beta versions What I am trying to do is uninstall my Visual Basic Express Beta 2 and install Visual Basic Express. What I did was uninstall Visual Basic Express Beta 2. Now, if I read the instructions correctly, I was supposed to uninstall the Visual Studio Express first. What should I do Robert Instead of uninstalling t ...Show All
Visual Studio Express Editions Visual Web developer 2005 and SQL server
Hi to everyone, somebody can tell me how to validate a login with an aspx page and sql server with visual web developer 2005, it's my first time using web developer so i don't know how to do that!! Any help would be appreciated That is a conflict between the collation on you server and the scripts that you are trying to load, It has been a while since I played with collation problems. I would go to the SQL Server forums and ask the guys ...Show All
Visual Studio MSBuild: A Quick Question!
Hi Everyone, I have seen the examples on Scott's blog. I have built an example with WebProject and a Class Library. I built a Web_Deploy project and the dependency from the Class Library was in the bin folder. But my question is in a situation where my solution consists of one or more Web Service Projects, a Web Project, and one or more class libraries. I have looked for an example to use MSBuild in such a scenario but have failed to fi ...Show All
Visual Basic Troubles trying to create a window with the Win32 API
Hello I have been working on this for several days now and have tried a ton of different things, so I'm going back to sqaure one with the way I originally wanted to do it. I'm wanting to create a window the WNDCLASS structure and CreateWindowEx meathod. Ok, everything seems to work fine except when tring to set lpfnwndproc field of the WNDCLASS structure. Here is the working code I got for VB6: Private Sub CreateClass() &nb ...Show All
.NET Development App works under ASP.NET dev. server but not under IIS
Bascially my application just reads data off Excel sheet and displays the data on web page. This does work under ASP.NET dev. server but when i try to use IIS (yes i have set it to run that applicaation under 2.0) it throws the following error: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified Description: An unhandled exception occurred during the execution of the current web ...Show All
