PC Review


Reply
Thread Tools Rate Thread

Compile OpenNetCF - OpenNETCF.Windows.Forms

 
 
Vitaly Sedov
Guest
Posts: n/a
 
      22nd Mar 2005
Hello!

I'm trying to compile OpenNETCF.Windows.Forms.dll and use it in my project
instead of standard OpenNETCF.Windows.Forms.dll.
When I trying to start application with my dll it exit before started.
Here is starting log:

Standard OpenNETCF.Windows.Forms.dll
--------------------------------------
'HTMLViewerCSharp.exe': Loaded
'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\mscorlib.dll', No
symbols loaded.
'HTMLViewerCSharp.exe': Loaded
'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\HTMLViewerCSharp.exe',
Symbols loaded.
'HTMLViewerCSharp.exe': Loaded
'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\Microsoft.WindowsCE.Form
s.dll', No symbols loaded.
'HTMLViewerCSharp.exe': Loaded
'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\OpenNETCF.Windows.Forms.
dll', No symbols loaded.
'HTMLViewerCSharp.exe': Loaded
'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Drawing.dll', No
symbols loaded.
'HTMLViewerCSharp.exe': Loaded
'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.dll', No symbols
loaded.
'HTMLViewerCSharp.exe': Loaded
'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Windows.Forms.dll
', No symbols loaded.
'HTMLViewerCSharp.exe': Loaded
'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\OpenNETCF.dll', No
symbols loaded.

My OpenNETCF.Windows.Forms.dll
--------------------------------------
'HTMLViewerCSharp.exe': Loaded
'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\mscorlib.dll', No
symbols loaded.
'HTMLViewerCSharp.exe': Loaded
'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\HTMLViewerCSharp.exe',
Symbols loaded.
'HTMLViewerCSharp.exe': Loaded
'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Drawing.dll', No
symbols loaded.
'HTMLViewerCSharp.exe': Loaded
'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.dll', No symbols
loaded.
'HTMLViewerCSharp.exe': Loaded
'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Windows.Forms.dll
', No symbols loaded.
The program '[3608] rundll32.exe: HTMLViewerCSharp.exe' has exited with code
0 (0x0).

Another strange thing is that standard OpenNETCF.Windows.Forms.dll has
version 1.2.443.0 but my 1.0.2904.0.
Looks like I have old source code, but I've downloaded it with new OpenNETCF
v 1.2.

Vitaly


 
Reply With Quote
 
 
 
 
Peter Foot [MVP]
Guest
Posts: n/a
 
      22nd Mar 2005
The latest source is in the Vault -
http://vault.netcf.tv/VaultService/VaultWeb/login.aspx (user guest, password
guest)

In the compiled versions the assembly versions are generated separately from
the AssemblyInfo.cs files - just edit your local copy to a version which
doesn't clash with the existing version e.g. 1.3.1234.0

If you have the latest source you'll see that the HTMlViewer control has
been replaced with the WebBrowser which is a further development of the
version released as an MSDN article last year. It is a subset of the .NET
v2.0 equivalent control and fixes a number of bugs with the previous
control. the MSDN article had a sample application using the control.
http://blog.opennetcf.org/pfoot/Perm...4-62a1b2d1b24a

Peter

--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://blog.opennetcf.org/pfoot/

"Vitaly Sedov" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hello!
>
> I'm trying to compile OpenNETCF.Windows.Forms.dll and use it in my project
> instead of standard OpenNETCF.Windows.Forms.dll.
> When I trying to start application with my dll it exit before started.
> Here is starting log:
>
> Standard OpenNETCF.Windows.Forms.dll
> --------------------------------------
> 'HTMLViewerCSharp.exe': Loaded
> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\mscorlib.dll', No
> symbols loaded.
> 'HTMLViewerCSharp.exe': Loaded
> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\HTMLViewerCSharp.exe',
> Symbols loaded.
> 'HTMLViewerCSharp.exe': Loaded
> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\Microsoft.WindowsCE.Form
> s.dll', No symbols loaded.
> 'HTMLViewerCSharp.exe': Loaded
> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\OpenNETCF.Windows.Forms.
> dll', No symbols loaded.
> 'HTMLViewerCSharp.exe': Loaded
> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Drawing.dll',
> No
> symbols loaded.
> 'HTMLViewerCSharp.exe': Loaded
> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.dll', No
> symbols
> loaded.
> 'HTMLViewerCSharp.exe': Loaded
> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Windows.Forms.dll
> ', No symbols loaded.
> 'HTMLViewerCSharp.exe': Loaded
> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\OpenNETCF.dll', No
> symbols loaded.
>
> My OpenNETCF.Windows.Forms.dll
> --------------------------------------
> 'HTMLViewerCSharp.exe': Loaded
> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\mscorlib.dll', No
> symbols loaded.
> 'HTMLViewerCSharp.exe': Loaded
> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\HTMLViewerCSharp.exe',
> Symbols loaded.
> 'HTMLViewerCSharp.exe': Loaded
> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Drawing.dll',
> No
> symbols loaded.
> 'HTMLViewerCSharp.exe': Loaded
> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.dll', No
> symbols
> loaded.
> 'HTMLViewerCSharp.exe': Loaded
> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Windows.Forms.dll
> ', No symbols loaded.
> The program '[3608] rundll32.exe: HTMLViewerCSharp.exe' has exited with
> code
> 0 (0x0).
>
> Another strange thing is that standard OpenNETCF.Windows.Forms.dll has
> version 1.2.443.0 but my 1.0.2904.0.
> Looks like I have old source code, but I've downloaded it with new
> OpenNETCF
> v 1.2.
>
> Vitaly
>
>



 
Reply With Quote
 
Vitaly Sedov
Guest
Posts: n/a
 
      22nd Mar 2005
Thank you, Peter!

But I still have troubles with dll. I've changed version to 1.3.1234.0, but
it doesn't help
Looks like i have no latest OpenNETCF version because I see HTMlViewer
instead of WebBrowser.
But in my compilled verision I have HTMlViewer instead of WebBrowser too.
I need just fix one known bug in HTMlViewer (see
http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=2154).
What can you advice to do? Take latest version from
http://vault.netcf.tv/VaultService/VaultWeb/login.aspx or something else?
By the way, how can I get it from that site? It's not conviniouse to get
each file one by one.

Vitaly


"Peter Foot [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The latest source is in the Vault -
> http://vault.netcf.tv/VaultService/VaultWeb/login.aspx (user guest,

password
> guest)
>
> In the compiled versions the assembly versions are generated separately

from
> the AssemblyInfo.cs files - just edit your local copy to a version which
> doesn't clash with the existing version e.g. 1.3.1234.0
>
> If you have the latest source you'll see that the HTMlViewer control has
> been replaced with the WebBrowser which is a further development of the
> version released as an MSDN article last year. It is a subset of the .NET
> v2.0 equivalent control and fixes a number of bugs with the previous
> control. the MSDN article had a sample application using the control.
>

http://blog.opennetcf.org/pfoot/Perm...4-62a1b2d1b24a
>
> Peter
>
> --
> Peter Foot
> Windows Embedded MVP
> http://www.inthehand.com | http://blog.opennetcf.org/pfoot/
>
> "Vitaly Sedov" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Hello!
> >
> > I'm trying to compile OpenNETCF.Windows.Forms.dll and use it in my

project
> > instead of standard OpenNETCF.Windows.Forms.dll.
> > When I trying to start application with my dll it exit before started.
> > Here is starting log:
> >
> > Standard OpenNETCF.Windows.Forms.dll
> > --------------------------------------
> > 'HTMLViewerCSharp.exe': Loaded
> > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\mscorlib.dll', No
> > symbols loaded.
> > 'HTMLViewerCSharp.exe': Loaded
> >

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\HTMLViewerCSharp.exe',
> > Symbols loaded.
> > 'HTMLViewerCSharp.exe': Loaded
> >

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\Microsoft.WindowsCE.Form
> > s.dll', No symbols loaded.
> > 'HTMLViewerCSharp.exe': Loaded
> >

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\OpenNETCF.Windows.Forms.
> > dll', No symbols loaded.
> > 'HTMLViewerCSharp.exe': Loaded
> > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Drawing.dll',
> > No
> > symbols loaded.
> > 'HTMLViewerCSharp.exe': Loaded
> > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.dll', No
> > symbols
> > loaded.
> > 'HTMLViewerCSharp.exe': Loaded
> >

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Windows.Forms.dll
> > ', No symbols loaded.
> > 'HTMLViewerCSharp.exe': Loaded
> > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\OpenNETCF.dll', No
> > symbols loaded.
> >
> > My OpenNETCF.Windows.Forms.dll
> > --------------------------------------
> > 'HTMLViewerCSharp.exe': Loaded
> > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\mscorlib.dll', No
> > symbols loaded.
> > 'HTMLViewerCSharp.exe': Loaded
> >

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\HTMLViewerCSharp.exe',
> > Symbols loaded.
> > 'HTMLViewerCSharp.exe': Loaded
> > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Drawing.dll',
> > No
> > symbols loaded.
> > 'HTMLViewerCSharp.exe': Loaded
> > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.dll', No
> > symbols
> > loaded.
> > 'HTMLViewerCSharp.exe': Loaded
> >

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Windows.Forms.dll
> > ', No symbols loaded.
> > The program '[3608] rundll32.exe: HTMLViewerCSharp.exe' has exited with
> > code
> > 0 (0x0).
> >
> > Another strange thing is that standard OpenNETCF.Windows.Forms.dll has
> > version 1.2.443.0 but my 1.0.2904.0.
> > Looks like I have old source code, but I've downloaded it with new
> > OpenNETCF
> > v 1.2.
> >
> > Vitaly
> >
> >

>
>



 
Reply With Quote
 
Vitaly Sedov
Guest
Posts: n/a
 
      22nd Mar 2005
Looks like last guy in forum has same troubles with start application

"Vitaly Sedov" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thank you, Peter!
>
> But I still have troubles with dll. I've changed version to 1.3.1234.0,

but
> it doesn't help
> Looks like i have no latest OpenNETCF version because I see HTMlViewer
> instead of WebBrowser.
> But in my compilled verision I have HTMlViewer instead of WebBrowser too.
> I need just fix one known bug in HTMlViewer (see
> http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=2154).
> What can you advice to do? Take latest version from
> http://vault.netcf.tv/VaultService/VaultWeb/login.aspx or something else?
> By the way, how can I get it from that site? It's not conviniouse to get
> each file one by one.
>
> Vitaly
>
>
> "Peter Foot [MVP]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > The latest source is in the Vault -
> > http://vault.netcf.tv/VaultService/VaultWeb/login.aspx (user guest,

> password
> > guest)
> >
> > In the compiled versions the assembly versions are generated separately

> from
> > the AssemblyInfo.cs files - just edit your local copy to a version which
> > doesn't clash with the existing version e.g. 1.3.1234.0
> >
> > If you have the latest source you'll see that the HTMlViewer control has
> > been replaced with the WebBrowser which is a further development of the
> > version released as an MSDN article last year. It is a subset of the

..NET
> > v2.0 equivalent control and fixes a number of bugs with the previous
> > control. the MSDN article had a sample application using the control.
> >

>

http://blog.opennetcf.org/pfoot/Perm...4-62a1b2d1b24a
> >
> > Peter
> >
> > --
> > Peter Foot
> > Windows Embedded MVP
> > http://www.inthehand.com | http://blog.opennetcf.org/pfoot/
> >
> > "Vitaly Sedov" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> > > Hello!
> > >
> > > I'm trying to compile OpenNETCF.Windows.Forms.dll and use it in my

> project
> > > instead of standard OpenNETCF.Windows.Forms.dll.
> > > When I trying to start application with my dll it exit before started.
> > > Here is starting log:
> > >
> > > Standard OpenNETCF.Windows.Forms.dll
> > > --------------------------------------
> > > 'HTMLViewerCSharp.exe': Loaded
> > > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\mscorlib.dll', No
> > > symbols loaded.
> > > 'HTMLViewerCSharp.exe': Loaded
> > >

> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\HTMLViewerCSharp.exe',
> > > Symbols loaded.
> > > 'HTMLViewerCSharp.exe': Loaded
> > >

>

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\Microsoft.WindowsCE.Form
> > > s.dll', No symbols loaded.
> > > 'HTMLViewerCSharp.exe': Loaded
> > >

>

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\OpenNETCF.Windows.Forms.
> > > dll', No symbols loaded.
> > > 'HTMLViewerCSharp.exe': Loaded
> > >

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Drawing.dll',
> > > No
> > > symbols loaded.
> > > 'HTMLViewerCSharp.exe': Loaded
> > > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.dll', No
> > > symbols
> > > loaded.
> > > 'HTMLViewerCSharp.exe': Loaded
> > >

>

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Windows.Forms.dll
> > > ', No symbols loaded.
> > > 'HTMLViewerCSharp.exe': Loaded
> > > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\OpenNETCF.dll', No
> > > symbols loaded.
> > >
> > > My OpenNETCF.Windows.Forms.dll
> > > --------------------------------------
> > > 'HTMLViewerCSharp.exe': Loaded
> > > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\mscorlib.dll', No
> > > symbols loaded.
> > > 'HTMLViewerCSharp.exe': Loaded
> > >

> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\HTMLViewerCSharp.exe',
> > > Symbols loaded.
> > > 'HTMLViewerCSharp.exe': Loaded
> > >

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Drawing.dll',
> > > No
> > > symbols loaded.
> > > 'HTMLViewerCSharp.exe': Loaded
> > > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.dll', No
> > > symbols
> > > loaded.
> > > 'HTMLViewerCSharp.exe': Loaded
> > >

>

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Windows.Forms.dll
> > > ', No symbols loaded.
> > > The program '[3608] rundll32.exe: HTMLViewerCSharp.exe' has exited

with
> > > code
> > > 0 (0x0).
> > >
> > > Another strange thing is that standard OpenNETCF.Windows.Forms.dll has
> > > version 1.2.443.0 but my 1.0.2904.0.
> > > Looks like I have old source code, but I've downloaded it with new
> > > OpenNETCF
> > > v 1.2.
> > >
> > > Vitaly
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Peter Foot [MVP]
Guest
Posts: n/a
 
      22nd Mar 2005
Generally if you app starts then immediately stops its a typeloadexception
which means that you're either missing a dll or you have the wrong version.
If you are manually compiling OpenNETCF dlls this is often because Visual
Studio will deploy the version found here:-
C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE
Rather than a local project version, regardless of their versions.

The best way to work around this is to give your customised dlls a different
name e.g. OpenNETCF.Windows.Forms.1.3.dll
This will stop Visual Studio from trying to be clever. Make sure your
project references this version and not the original v1.2 dll and all should
be well.

Peter

--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://blog.opennetcf.org/pfoot/

"Vitaly Sedov" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Looks like last guy in forum has same troubles with start application
>
> "Vitaly Sedov" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Thank you, Peter!
>>
>> But I still have troubles with dll. I've changed version to 1.3.1234.0,

> but
>> it doesn't help
>> Looks like i have no latest OpenNETCF version because I see HTMlViewer
>> instead of WebBrowser.
>> But in my compilled verision I have HTMlViewer instead of WebBrowser too.
>> I need just fix one known bug in HTMlViewer (see
>> http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=2154).
>> What can you advice to do? Take latest version from
>> http://vault.netcf.tv/VaultService/VaultWeb/login.aspx or something else?
>> By the way, how can I get it from that site? It's not conviniouse to get
>> each file one by one.
>>
>> Vitaly
>>
>>
>> "Peter Foot [MVP]" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > The latest source is in the Vault -
>> > http://vault.netcf.tv/VaultService/VaultWeb/login.aspx (user guest,

>> password
>> > guest)
>> >
>> > In the compiled versions the assembly versions are generated separately

>> from
>> > the AssemblyInfo.cs files - just edit your local copy to a version
>> > which
>> > doesn't clash with the existing version e.g. 1.3.1234.0
>> >
>> > If you have the latest source you'll see that the HTMlViewer control
>> > has
>> > been replaced with the WebBrowser which is a further development of the
>> > version released as an MSDN article last year. It is a subset of the

> .NET
>> > v2.0 equivalent control and fixes a number of bugs with the previous
>> > control. the MSDN article had a sample application using the control.
>> >

>>

> http://blog.opennetcf.org/pfoot/Perm...4-62a1b2d1b24a
>> >
>> > Peter
>> >
>> > --
>> > Peter Foot
>> > Windows Embedded MVP
>> > http://www.inthehand.com | http://blog.opennetcf.org/pfoot/
>> >
>> > "Vitaly Sedov" <(E-Mail Removed)> wrote in message
>> > news:%(E-Mail Removed)...
>> > > Hello!
>> > >
>> > > I'm trying to compile OpenNETCF.Windows.Forms.dll and use it in my

>> project
>> > > instead of standard OpenNETCF.Windows.Forms.dll.
>> > > When I trying to start application with my dll it exit before
>> > > started.
>> > > Here is starting log:
>> > >
>> > > Standard OpenNETCF.Windows.Forms.dll
>> > > --------------------------------------
>> > > 'HTMLViewerCSharp.exe': Loaded
>> > > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\mscorlib.dll', No
>> > > symbols loaded.
>> > > 'HTMLViewerCSharp.exe': Loaded
>> > >

>> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\HTMLViewerCSharp.exe',
>> > > Symbols loaded.
>> > > 'HTMLViewerCSharp.exe': Loaded
>> > >

>>

> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\Microsoft.WindowsCE.Form
>> > > s.dll', No symbols loaded.
>> > > 'HTMLViewerCSharp.exe': Loaded
>> > >

>>

> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\OpenNETCF.Windows.Forms.
>> > > dll', No symbols loaded.
>> > > 'HTMLViewerCSharp.exe': Loaded
>> > >

> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Drawing.dll',
>> > > No
>> > > symbols loaded.
>> > > 'HTMLViewerCSharp.exe': Loaded
>> > > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.dll', No
>> > > symbols
>> > > loaded.
>> > > 'HTMLViewerCSharp.exe': Loaded
>> > >

>>

> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Windows.Forms.dll
>> > > ', No symbols loaded.
>> > > 'HTMLViewerCSharp.exe': Loaded
>> > > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\OpenNETCF.dll',
>> > > No
>> > > symbols loaded.
>> > >
>> > > My OpenNETCF.Windows.Forms.dll
>> > > --------------------------------------
>> > > 'HTMLViewerCSharp.exe': Loaded
>> > > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\mscorlib.dll', No
>> > > symbols loaded.
>> > > 'HTMLViewerCSharp.exe': Loaded
>> > >

>> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\HTMLViewerCSharp.exe',
>> > > Symbols loaded.
>> > > 'HTMLViewerCSharp.exe': Loaded
>> > >

> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Drawing.dll',
>> > > No
>> > > symbols loaded.
>> > > 'HTMLViewerCSharp.exe': Loaded
>> > > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.dll', No
>> > > symbols
>> > > loaded.
>> > > 'HTMLViewerCSharp.exe': Loaded
>> > >

>>

> 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Windows.Forms.dll
>> > > ', No symbols loaded.
>> > > The program '[3608] rundll32.exe: HTMLViewerCSharp.exe' has exited

> with
>> > > code
>> > > 0 (0x0).
>> > >
>> > > Another strange thing is that standard OpenNETCF.Windows.Forms.dll
>> > > has
>> > > version 1.2.443.0 but my 1.0.2904.0.
>> > > Looks like I have old source code, but I've downloaded it with new
>> > > OpenNETCF
>> > > v 1.2.
>> > >
>> > > Vitaly
>> > >
>> > >
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
Vitaly Sedov
Guest
Posts: n/a
 
      22nd Mar 2005
Yaw!!!
Full success!
Thank you, Peter, very very very very very much!

Vitaly Sedov

"Peter Foot [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Generally if you app starts then immediately stops its a typeloadexception
> which means that you're either missing a dll or you have the wrong

version.
> If you are manually compiling OpenNETCF dlls this is often because Visual
> Studio will deploy the version found here:-
> C:\Program Files\Microsoft Visual Studio .NET
> 2003\CompactFrameworkSDK\v1.0.5000\Windows CE
> Rather than a local project version, regardless of their versions.
>
> The best way to work around this is to give your customised dlls a

different
> name e.g. OpenNETCF.Windows.Forms.1.3.dll
> This will stop Visual Studio from trying to be clever. Make sure your
> project references this version and not the original v1.2 dll and all

should
> be well.
>
> Peter
>
> --
> Peter Foot
> Windows Embedded MVP
> http://www.inthehand.com | http://blog.opennetcf.org/pfoot/
>
> "Vitaly Sedov" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Looks like last guy in forum has same troubles with start application
> >
> > "Vitaly Sedov" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> >> Thank you, Peter!
> >>
> >> But I still have troubles with dll. I've changed version to 1.3.1234.0,

> > but
> >> it doesn't help
> >> Looks like i have no latest OpenNETCF version because I see HTMlViewer
> >> instead of WebBrowser.
> >> But in my compilled verision I have HTMlViewer instead of WebBrowser

too.
> >> I need just fix one known bug in HTMlViewer (see
> >> http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=2154).
> >> What can you advice to do? Take latest version from
> >> http://vault.netcf.tv/VaultService/VaultWeb/login.aspx or something

else?
> >> By the way, how can I get it from that site? It's not conviniouse to

get
> >> each file one by one.
> >>
> >> Vitaly
> >>
> >>
> >> "Peter Foot [MVP]" <(E-Mail Removed)> wrote in message
> >> news:(E-Mail Removed)...
> >> > The latest source is in the Vault -
> >> > http://vault.netcf.tv/VaultService/VaultWeb/login.aspx (user guest,
> >> password
> >> > guest)
> >> >
> >> > In the compiled versions the assembly versions are generated

separately
> >> from
> >> > the AssemblyInfo.cs files - just edit your local copy to a version
> >> > which
> >> > doesn't clash with the existing version e.g. 1.3.1234.0
> >> >
> >> > If you have the latest source you'll see that the HTMlViewer control
> >> > has
> >> > been replaced with the WebBrowser which is a further development of

the
> >> > version released as an MSDN article last year. It is a subset of the

> > .NET
> >> > v2.0 equivalent control and fixes a number of bugs with the previous
> >> > control. the MSDN article had a sample application using the control.
> >> >
> >>

> >

http://blog.opennetcf.org/pfoot/Perm...4-62a1b2d1b24a
> >> >
> >> > Peter
> >> >
> >> > --
> >> > Peter Foot
> >> > Windows Embedded MVP
> >> > http://www.inthehand.com | http://blog.opennetcf.org/pfoot/
> >> >
> >> > "Vitaly Sedov" <(E-Mail Removed)> wrote in message
> >> > news:%(E-Mail Removed)...
> >> > > Hello!
> >> > >
> >> > > I'm trying to compile OpenNETCF.Windows.Forms.dll and use it in my
> >> project
> >> > > instead of standard OpenNETCF.Windows.Forms.dll.
> >> > > When I trying to start application with my dll it exit before
> >> > > started.
> >> > > Here is starting log:
> >> > >
> >> > > Standard OpenNETCF.Windows.Forms.dll
> >> > > --------------------------------------
> >> > > 'HTMLViewerCSharp.exe': Loaded
> >> > > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\mscorlib.dll',

No
> >> > > symbols loaded.
> >> > > 'HTMLViewerCSharp.exe': Loaded
> >> > >
> >>

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\HTMLViewerCSharp.exe',
> >> > > Symbols loaded.
> >> > > 'HTMLViewerCSharp.exe': Loaded
> >> > >
> >>

> >

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\Microsoft.WindowsCE.Form
> >> > > s.dll', No symbols loaded.
> >> > > 'HTMLViewerCSharp.exe': Loaded
> >> > >
> >>

> >

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\OpenNETCF.Windows.Forms.
> >> > > dll', No symbols loaded.
> >> > > 'HTMLViewerCSharp.exe': Loaded
> >> > >

> > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Drawing.dll',
> >> > > No
> >> > > symbols loaded.
> >> > > 'HTMLViewerCSharp.exe': Loaded
> >> > > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.dll', No
> >> > > symbols
> >> > > loaded.
> >> > > 'HTMLViewerCSharp.exe': Loaded
> >> > >
> >>

> >

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Windows.Forms.dll
> >> > > ', No symbols loaded.
> >> > > 'HTMLViewerCSharp.exe': Loaded
> >> > > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\OpenNETCF.dll',
> >> > > No
> >> > > symbols loaded.
> >> > >
> >> > > My OpenNETCF.Windows.Forms.dll
> >> > > --------------------------------------
> >> > > 'HTMLViewerCSharp.exe': Loaded
> >> > > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\mscorlib.dll',

No
> >> > > symbols loaded.
> >> > > 'HTMLViewerCSharp.exe': Loaded
> >> > >
> >>

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\HTMLViewerCSharp.exe',
> >> > > Symbols loaded.
> >> > > 'HTMLViewerCSharp.exe': Loaded
> >> > >

> > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Drawing.dll',
> >> > > No
> >> > > symbols loaded.
> >> > > 'HTMLViewerCSharp.exe': Loaded
> >> > > 'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.dll', No
> >> > > symbols
> >> > > loaded.
> >> > > 'HTMLViewerCSharp.exe': Loaded
> >> > >
> >>

> >

'C:\@VSedov\@DOTNET\@PPC\HTMLViewerCSharp\bin\Debug\System.Windows.Forms.dll
> >> > > ', No symbols loaded.
> >> > > The program '[3608] rundll32.exe: HTMLViewerCSharp.exe' has exited

> > with
> >> > > code
> >> > > 0 (0x0).
> >> > >
> >> > > Another strange thing is that standard OpenNETCF.Windows.Forms.dll
> >> > > has
> >> > > version 1.2.443.0 but my 1.0.2904.0.
> >> > > Looks like I have old source code, but I've downloaded it with new
> >> > > OpenNETCF
> >> > > v 1.2.
> >> > >
> >> > > Vitaly
> >> > >
> >> > >
> >> >
> >> >
> >>
> >>

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenNETCF.Windows.Forms.ListGrid dohko Microsoft Dot NET Compact Framework 1 26th Aug 2004 04:04 PM
ANN: OpenNETCF.Windows.Forms.ApplicationEx v1.0 Released Chris Tacke, eMVP Microsoft Dot NET Compact Framework 3 5th Mar 2004 04:58 AM
ANN: OpenNETCF.Windows.Forms.ApplicationEx v1.2 Released Chris Tacke, eMVP Microsoft Dot NET Compact Framework 0 15th Jan 2004 05:48 PM
Re: ANN: OpenNETCF.Windows.Forms v 1.0 mutenroid Microsoft Dot NET Compact Framework 0 21st Jul 2003 10:45 AM
Re: OpenNETCF.Windows.Forms v 1.0 Chris Tacke, eMVP Microsoft Dot NET Compact Framework 0 18th Jul 2003 01:00 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:59 PM.