A
Andres Aguiar
We created our controls and designer project following the steps in
http://msdn.microsoft.com/library/d...en-us/dnnetcomp/html/customctrlscompactfx.asp
We create a C# project with the user controls, and copy the runtime assembly
file to "C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\" and the design-time assembly
file to the "C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\Designer\".
We have found some problems:
1) If we have a form open with our control, then we cannot overwrite the
design time assembly file because it's use by VS. We have to close all form
and restart VS and then we can update this file. Is there any workaround for
this?
2) If we have a project that has a reference to the runtime assembly open in
VS, then the same happens and we cannot update the runtime assembly until we
restart VS. We can work around this issue by adding the reference to the
controls project instead of the runtime assembly, but we don't know if it's
correct.
3) The Designer Project cannot be created using VB .net because it doesn't
compile. There is another way to create the designer assemblies for VB .net?
Thanks,
Andres
http://msdn.microsoft.com/library/d...en-us/dnnetcomp/html/customctrlscompactfx.asp
We create a C# project with the user controls, and copy the runtime assembly
file to "C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\" and the design-time assembly
file to the "C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\Designer\".
We have found some problems:
1) If we have a form open with our control, then we cannot overwrite the
design time assembly file because it's use by VS. We have to close all form
and restart VS and then we can update this file. Is there any workaround for
this?
2) If we have a project that has a reference to the runtime assembly open in
VS, then the same happens and we cannot update the runtime assembly until we
restart VS. We can work around this issue by adding the reference to the
controls project instead of the runtime assembly, but we don't know if it's
correct.
3) The Designer Project cannot be created using VB .net because it doesn't
compile. There is another way to create the designer assemblies for VB .net?
Thanks,
Andres