I have created solution through in vs2010. Once i go to solution folder i have seen one of the file called sdf extension with solution name. I don't know why its getting created. How these can be avoide Regards Gopal
Gopal_Kanchana
Posts
-
why VS2010 Solution created sdf file? -
Problem in Jagged Line in 3d cube in wpfHi I have download above registered key http://blogs.msdn.com/karstenj/archive/2005/09/28/475040.aspx and installed my system. but still i am getting jagged line. is it my video card not supported? if so what type of card will get supported Regards Gopal
-
How draw cross section line like Autocad in WPFHi I am new wpf and 3D. I want to know how to draw cross section line while mouse enter like (Auto cad) in WPF Regards Gopal
-
Problem in Jagged Line in 3d cube in wpfHi Thanks for your solution
-
Problem in Jagged Line in 3d cube in wpfHi I didn't have this path in my registry (Avalon.Graphics\MaxMultisampleType) Only having HKEY_CURRENT_USER\SOFTWARE\Microsoft this path
-
Problem in Jagged Line in 3d cube in wpfHi I have problem for displaying jagged line(not smooth vertex) in 3d cube in wpf. Please let me know how to solve it
-
Problem in 3D drawing for jagged lineHi We are working CAD project. We are plahning to swith into wpf. I found some problem for appearning jagged lines in outside the cube(Not even lining) i changed resolution also. but not result. I have seen some application which is devloped by Directx which is not appearning and looks good, not even seen jagged lines. Why this is happening in WPF. please let me the solution Regards Gopal
-
Advantages and disadvantage using sliverlightHi Thanks for your info. Suppose our web application using db(sql) which is there in separate server and accessing db through WCF which is hosted in IIS. if I develop through silverlight its work fine. if want to conver OOB will i get problem? since our company don't want to create another destop application. Regards Gopal
-
Advantages and disadvantage using sliverlightHi Our company planing to develop application using sliverlight. since user can use both desktop(standalone) and web(cross browser) I would like to all feasibility. Sliverlight Is it correct choice? and what are advantage and disadvantage. While installing into desktop from web, do we face some issue? Regards Gopal
-
OutofBrowser conceptHi Thanks for reply. They mentioned about how to create OOB. But my doubts is which path application are installed. since it is use full to click the shotcut inorder to execute the application again. Regards Gopal
-
OutofBrowser conceptHi Some one please explain me outofBrowser concept. I need some clarification below 1.if i installed the application from web to local. which location path out appliation get installed. 2.if i used WCF service in web. how it will work in my local system.(assume i removed internet connection after i installed) 3. Is it possible to access data from a database on the internet when the application is running out of browser and there is no internet access? 4 What all are the security issues posed on the application when running it out of browser. Regards Gopal
-
module machine type 'X86' conflicts with target machine type 'x64'In my system active solution configuration ->Release,Platform->x64 and target machine ->MachineX64 (/MACHINE:X64). every thing is same but why it's not building
-
module machine type 'X86' conflicts with target machine type 'x64'if change into x86 build works. but i want to build it as 64bit
-
module machine type 'X86' conflicts with target machine type 'x64'Hi I changed Target machine into MachineX64 (/MACHINE:X64). even then still i am getting error. Any thing needs to upgrade for 64bit
-
module machine type 'X86' conflicts with target machine type 'x64'Hi My machine is 32bit windows xp. I have done done configuration x64 in Active solution configuration earlier. but still i am getting same error Regards Gopal
-
module machine type 'X86' conflicts with target machine type 'x64'Hi I am getting below error while compiling the my source code in VC++(Win32). But the same code get complied in another machine. i don't know why? fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' if provide me the step great help full regards gopal
-
Problem in displaying image through CPictureHolderHi I am using DWORD to fine numerical value. I getting this value (2147500037) conver into Hex(80004005). it says that (#define OLE_E_NOTRUNNING _HRESULT_TYPEDEF_(0x80040005L));
-
Problem in displaying image through CPictureHolderHi Numerical value means is it hr return value. if not how do i get it numerical value
-
Problem in displaying image through CPictureHolderHi Returning as E_FAIL. but same image datai have used in C# using xmlreader it works fine.
-
Problem in displaying image through CPictureHolderHi we are using CPictureHolder in order to display image through data. This data nothing but CString. we are doing the dcode(converting into byte) and creating the byte into CMemfile object. The problem is few image data not displaying the image. i am using below code. hr = ::OleLoadPicture(lpStream, maxLen, FALSE, IID_IPicture, (LPVOID*)&m_pPict); hr return as E_FAIL for some image data. please let me know what could be reason. Regards Gopal